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

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

public class AtpCalculateDatesCommand
extends Command


Constructor Summary
AtpCalculateDatesCommand()
           
 
Method Summary
protected  void doExecute()
           
 RDate getBoDate(SellableItem sellableItem)
           
 RDate getRsvDate(SellableItem sellableItem)
           
 void setAtpValuesMap(java.util.Map atpValuesMap)
           
 void setOrganizationRef(DistributedReference organizationRef)
           
 void setReserveFromDate(RDate reserveFromDate)
           
 void setSellableItems(java.util.Set sellableItems)
           
 
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

AtpCalculateDatesCommand

public AtpCalculateDatesCommand()
Method Detail

doExecute

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

getBoDate

public RDate getBoDate(SellableItem sellableItem)

getRsvDate

public RDate getRsvDate(SellableItem sellableItem)

setOrganizationRef

public void setOrganizationRef(DistributedReference organizationRef)

setSellableItems

public void setSellableItems(java.util.Set sellableItems)

setAtpValuesMap

public void setAtpValuesMap(java.util.Map atpValuesMap)

setReserveFromDate

public void setReserveFromDate(RDate reserveFromDate)


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