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

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

public class RemotePackComponentWarehouseReserveCommand
extends Command


Constructor Summary
RemotePackComponentWarehouseReserveCommand()
           
 
Method Summary
protected  void doExecute()
           
 DistributedReference getCountryRef()
           
 java.lang.String getShipToZipCode()
           
 java.util.Set getSkuReservationValues()
           
 DistributedReference getVirtualStoreRef()
           
 java.util.Set getWarehouseReservationValues()
           
 void setCountryRef(DistributedReference countryRef)
           
 void setGifting(boolean isGifting)
           
 void setPersonalized(boolean isPersonalized)
           
 void setShipToZipCode(java.lang.String shipToZipCode)
           
 void setSkuReservationValues(java.util.Set skuReservationValues)
           
 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
 

Constructor Detail

RemotePackComponentWarehouseReserveCommand

public RemotePackComponentWarehouseReserveCommand()
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()

getSkuReservationValues

public java.util.Set getSkuReservationValues()

getVirtualStoreRef

public DistributedReference getVirtualStoreRef()

getWarehouseReservationValues

public java.util.Set getWarehouseReservationValues()

setCountryRef

public void setCountryRef(DistributedReference countryRef)

setShipToZipCode

public void setShipToZipCode(java.lang.String shipToZipCode)

setSkuReservationValues

public void setSkuReservationValues(java.util.Set skuReservationValues)

setVirtualStoreRef

public void setVirtualStoreRef(DistributedReference virtualStoreRef)

setPersonalized

public void setPersonalized(boolean isPersonalized)

setGifting

public void setGifting(boolean isGifting)


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