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

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

public class RemoteSkuWarehouseReserveCommand
extends Command


Constructor Summary
RemoteSkuWarehouseReserveCommand()
           
 
Method Summary
protected  void doExecute()
           
 DistributedReference getCountryRef()
           
 java.lang.String getSellableItemId()
           
 java.lang.String getShipToZipCode()
           
 DistributedReference getVirtualStoreRef()
           
 Quantity getWarehouseQuantityToReserve()
           
 java.util.Set getWarehouseReservationValues()
           
 void setCountryRef(DistributedReference countryRef)
           
 void setSellableItemId(java.lang.String string)
           
 void setShipToZipCode(java.lang.String shipToZipCode)
           
 void setSkuGifting(boolean isGifting)
           
 void setSkuPersonalized(boolean isPersonalized)
           
 void setVirtualStoreRef(DistributedReference virtualStoreRef)
           
 void setWarehouseQuantityToReserve(Quantity quantity)
           
 
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

RemoteSkuWarehouseReserveCommand

public RemoteSkuWarehouseReserveCommand()
Method Detail

doExecute

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

getCountryRef

public DistributedReference getCountryRef()

getShipToZipCode

public java.lang.String getShipToZipCode()

getVirtualStoreRef

public DistributedReference getVirtualStoreRef()

getWarehouseReservationValues

public java.util.Set getWarehouseReservationValues()

setCountryRef

public void setCountryRef(DistributedReference countryRef)

setShipToZipCode

public void setShipToZipCode(java.lang.String shipToZipCode)

setVirtualStoreRef

public void setVirtualStoreRef(DistributedReference virtualStoreRef)

getSellableItemId

public java.lang.String getSellableItemId()

getWarehouseQuantityToReserve

public Quantity getWarehouseQuantityToReserve()

setSellableItemId

public void setSellableItemId(java.lang.String string)

setWarehouseQuantityToReserve

public void setWarehouseQuantityToReserve(Quantity quantity)

setSkuPersonalized

public void setSkuPersonalized(boolean isPersonalized)

setSkuGifting

public void setSkuGifting(boolean isGifting)


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