com.retek.component.inventory.impl.command
Class ReservationReserveCommand

java.lang.Object
  extended bycom.retek.commons.domain.core.Command
      extended bycom.retek.component.inventory.impl.command.ReservationReserveCommand

public class ReservationReserveCommand
extends Command


Constructor Summary
ReservationReserveCommand()
           
 
Method Summary
protected  void doExecute()
           
 Quantity getQuantityToReserve()
           
 ReservationValues getReservationValues()
           
 SellableItem getSellableItem()
           
 Store getVirtualStore()
           
 void setDirectShipSkuSegregation(boolean directShipSkuSegregation)
           
 void setQuantityToReserveInSellingUom(Quantity quantityToReserveInSellingUom)
           
 void setReserveFromDate(RDate reserveFromDate)
           
 void setSellableItem(SellableItem sellableItem)
           
 void setVirtualStore(Store vStore)
           
 
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
 

Constructor Detail

ReservationReserveCommand

public ReservationReserveCommand()
Method Detail

setVirtualStore

public void setVirtualStore(Store vStore)

getVirtualStore

public Store getVirtualStore()

getQuantityToReserve

public Quantity getQuantityToReserve()

setQuantityToReserveInSellingUom

public void setQuantityToReserveInSellingUom(Quantity quantityToReserveInSellingUom)

getReservationValues

public ReservationValues getReservationValues()
                                       throws SystemException
Throws:
SystemException

doExecute

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

getSellableItem

public SellableItem getSellableItem()

setSellableItem

public void setSellableItem(SellableItem sellableItem)

setReserveFromDate

public void setReserveFromDate(RDate reserveFromDate)

setDirectShipSkuSegregation

public void setDirectShipSkuSegregation(boolean directShipSkuSegregation)


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