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

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

public class AtpCalculateValuesCommand
extends Command


Constructor Summary
AtpCalculateValuesCommand()
           
 
Method Summary
protected  void doExecute()
           
 AtpValues getAtpValues()
           
 DistributedReference getOrganizationRef()
           
 SellableItem getSellableItem()
           
 void setOrganizationRef(DistributedReference organizationRef)
           
 void setReserveFromDate(RDate reserveFromDate)
           
 void setSellableItem(SellableItem sku)
           
 
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

AtpCalculateValuesCommand

public AtpCalculateValuesCommand()
Method Detail

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 sku)

setReserveFromDate

public void setReserveFromDate(RDate reserveFromDate)

getAtpValues

public AtpValues getAtpValues()
                       throws SystemException
Throws:
SystemException

getOrganizationRef

public DistributedReference getOrganizationRef()

setOrganizationRef

public void setOrganizationRef(DistributedReference organizationRef)


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