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

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

public class ReservationReleaseCommand
extends Command


Constructor Summary
ReservationReleaseCommand()
           
 
Method Summary
protected  void doExecute()
           
 Quantity getBackorderedReleaseQuantity()
           
 Quantity getReservationReleaseQuantity()
           
 Sku getSku()
           
 Store getVirtualStore()
           
 void setBackorderedReleaseQuantityInSellingUom(Quantity backorderedReleaseQuantityInSellingUom)
           
 void setReservationReleaseQuantityInSellingUom(Quantity reservationReleaseQuantityInSellingUom)
           
 void setSku(Sku sku)
           
 void setVirtualStore(Store virtualStore)
           
 
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

ReservationReleaseCommand

public ReservationReleaseCommand()
Method Detail

getVirtualStore

public Store getVirtualStore()

setVirtualStore

public void setVirtualStore(Store virtualStore)

setBackorderedReleaseQuantityInSellingUom

public void setBackorderedReleaseQuantityInSellingUom(Quantity backorderedReleaseQuantityInSellingUom)

setReservationReleaseQuantityInSellingUom

public void setReservationReleaseQuantityInSellingUom(Quantity reservationReleaseQuantityInSellingUom)

doExecute

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

getBackorderedReleaseQuantity

public Quantity getBackorderedReleaseQuantity()

getReservationReleaseQuantity

public Quantity getReservationReleaseQuantity()

getSku

public Sku getSku()

setSku

public void setSku(Sku sku)


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