com.retek.component.inventory.impl.remote.command
Class BannerChannelTypeRemotePackReserveCommand

java.lang.Object
  extended bycom.retek.commons.domain.core.Command
      extended bycom.retek.component.inventory.impl.remote.command.BannerChannelTypeRemotePackReserveCommand
All Implemented Interfaces:
RemotePackReserveCommandInterface

public class BannerChannelTypeRemotePackReserveCommand
extends Command
implements RemotePackReserveCommandInterface


Constructor Summary
BannerChannelTypeRemotePackReserveCommand()
           
 
Method Summary
protected  void doExecute()
           
 PackReservationValues getPackReservationValues()
           
 void setPackId(java.lang.String packId)
           
 void setQuantityToReserve(Quantity quantityToReserve)
           
 void setReserveFromDate(RDate reserveFromDate)
           
 void setVirtualStoreRef(DistributedReference virtualStoreRef)
           
 
Methods inherited from class com.retek.commons.domain.core.Command
addPostExecutionRule, addPreExecutionRule, execute, getContext, isExecuted, processRules, setContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.retek.component.inventory.impl.remote.command.RemotePackReserveCommandInterface
execute, setContext
 

Constructor Detail

BannerChannelTypeRemotePackReserveCommand

public BannerChannelTypeRemotePackReserveCommand()
Method Detail

setVirtualStoreRef

public void setVirtualStoreRef(DistributedReference virtualStoreRef)
Specified by:
setVirtualStoreRef in interface RemotePackReserveCommandInterface

setQuantityToReserve

public void setQuantityToReserve(Quantity quantityToReserve)
Specified by:
setQuantityToReserve in interface RemotePackReserveCommandInterface

setPackId

public void setPackId(java.lang.String packId)
Specified by:
setPackId in interface RemotePackReserveCommandInterface

setReserveFromDate

public void setReserveFromDate(RDate reserveFromDate)
Specified by:
setReserveFromDate in interface RemotePackReserveCommandInterface

doExecute

protected void doExecute()
                  throws SystemException,
                         BusinessException
Specified by:
doExecute in class Command
Throws:
SystemException
BusinessException

getPackReservationValues

public PackReservationValues getPackReservationValues()
Specified by:
getPackReservationValues in interface RemotePackReserveCommandInterface


Copyright © 2004 Retek Inc. All Rights Reserved. - Generated at Fri, 10/22/2004 07:28