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

java.lang.Object
  extended bycom.retek.commons.domain.core.Command
      extended bycom.retek.component.inventory.impl.command.WarehouseReserveCommand
All Implemented Interfaces:
WarehouseReservationCommand

public class WarehouseReserveCommand
extends Command
implements WarehouseReservationCommand


Constructor Summary
WarehouseReserveCommand()
           
 
Method Summary
protected  void doExecute()
           
 Country getCountry()
           
 Quantity getRequestedQuantity()
           
 SellableItem getSellableItem()
           
 java.lang.String getShipToZipCode()
           
 Store getVirtualStore()
           
 Quantity getWarehouseReservationQuantityInSellingUom()
           
 java.util.Set getWarehouseReservationValues()
           
 void setCountry(Country country)
           
 void setSellableItem(SellableItem sellableItem)
           
 void setShipToZipCode(java.lang.String zipCode)
           
 void setSkuGifing(boolean gifting)
           
 void setSkuPersonalized(boolean isPersonalized)
           
 void setVirtualStore(Store virtualStore)
           
 void setWarehouseReservationQuantityInSellingUom(Quantity warehouseReservationQuantityInSellingUom)
           
 
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

WarehouseReserveCommand

public WarehouseReserveCommand()
Method Detail

doExecute

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

getSellableItem

public SellableItem getSellableItem()
Specified by:
getSellableItem in interface WarehouseReservationCommand

getVirtualStore

public Store getVirtualStore()
Specified by:
getVirtualStore in interface WarehouseReservationCommand

getWarehouseReservationQuantityInSellingUom

public Quantity getWarehouseReservationQuantityInSellingUom()

getCountry

public Country getCountry()
Specified by:
getCountry in interface WarehouseReservationCommand

getShipToZipCode

public java.lang.String getShipToZipCode()
Specified by:
getShipToZipCode in interface WarehouseReservationCommand

getRequestedQuantity

public Quantity getRequestedQuantity()
Specified by:
getRequestedQuantity in interface WarehouseReservationCommand

setSellableItem

public void setSellableItem(SellableItem sellableItem)

setVirtualStore

public void setVirtualStore(Store virtualStore)

setWarehouseReservationQuantityInSellingUom

public void setWarehouseReservationQuantityInSellingUom(Quantity warehouseReservationQuantityInSellingUom)

setCountry

public void setCountry(Country country)

setShipToZipCode

public void setShipToZipCode(java.lang.String zipCode)

setSkuPersonalized

public void setSkuPersonalized(boolean isPersonalized)

getWarehouseReservationValues

public java.util.Set getWarehouseReservationValues()

setSkuGifing

public void setSkuGifing(boolean gifting)


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