com.retek.component.demand.impl
Class DemandOverTimeImpl

java.lang.Object
  extended bycom.retek.commons.component.impl.BusinessObjectImpl
      extended bycom.retek.commons.component.impl.SecondClassObjectImpl
          extended bycom.retek.component.demand.impl.DemandOverTimeImpl
All Implemented Interfaces:
BusinessObject, DemandOverTime, SecondClassObject

public class DemandOverTimeImpl
extends SecondClassObjectImpl
implements DemandOverTime


Field Summary
 
Fields inherited from class com.retek.commons.component.impl.BusinessObjectImpl
context
 
Constructor Summary
DemandOverTimeImpl(DistributedContext context, DemandOverTimeDto dto)
           
 
Method Summary
 void acceptChanges(OrderDemandRecord orderDemandRecord)
           
 void acceptChanges(OrderLineDemandRecord orderLineDemandRecord)
           
 DemandOverTimeDto getDto()
           
 Money getFlashAverageOrderMerchAmount()
           
 java.lang.Integer getFlashNumberOfOrders()
           
 Money getFlashOrderMerchTotal()
           
 Money getInventoryLineMerchAverage()
           
 Money getInventoryLineMerchTotal()
           
 java.lang.Integer getInventoryNumberOfLines()
           
 Quantity getInventoryNumberOfUnits()
           
 
Methods inherited from class com.retek.commons.component.impl.SecondClassObjectImpl
equals, getGenericDto, hashCode, setGenericDto, toString, wrap, wrap, wrap, wrap
 
Methods inherited from class com.retek.commons.component.impl.BusinessObjectImpl
checkRelation, checkRelation, getBusinessInterface, getContext
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.retek.commons.component.BusinessObject
getBusinessInterface
 

Constructor Detail

DemandOverTimeImpl

public DemandOverTimeImpl(DistributedContext context,
                          DemandOverTimeDto dto)
Method Detail

getDto

public DemandOverTimeDto getDto()
                         throws SystemException
Throws:
SystemException

getFlashAverageOrderMerchAmount

public Money getFlashAverageOrderMerchAmount()
                                      throws SystemException
Specified by:
getFlashAverageOrderMerchAmount in interface DemandOverTime
Throws:
SystemException

getFlashNumberOfOrders

public java.lang.Integer getFlashNumberOfOrders()
                                         throws SystemException
Specified by:
getFlashNumberOfOrders in interface DemandOverTime
Throws:
SystemException

getFlashOrderMerchTotal

public Money getFlashOrderMerchTotal()
                              throws SystemException
Specified by:
getFlashOrderMerchTotal in interface DemandOverTime
Throws:
SystemException

getInventoryLineMerchAverage

public Money getInventoryLineMerchAverage()
                                   throws SystemException
Specified by:
getInventoryLineMerchAverage in interface DemandOverTime
Throws:
SystemException

getInventoryLineMerchTotal

public Money getInventoryLineMerchTotal()
                                 throws SystemException
Specified by:
getInventoryLineMerchTotal in interface DemandOverTime
Throws:
SystemException

getInventoryNumberOfLines

public java.lang.Integer getInventoryNumberOfLines()
                                            throws SystemException
Specified by:
getInventoryNumberOfLines in interface DemandOverTime
Throws:
SystemException

getInventoryNumberOfUnits

public Quantity getInventoryNumberOfUnits()
                                   throws SystemException
Specified by:
getInventoryNumberOfUnits in interface DemandOverTime
Throws:
SystemException

acceptChanges

public void acceptChanges(OrderDemandRecord orderDemandRecord)
                   throws SystemException
Specified by:
acceptChanges in interface DemandOverTime
Throws:
SystemException

acceptChanges

public void acceptChanges(OrderLineDemandRecord orderLineDemandRecord)
                   throws SystemException
Specified by:
acceptChanges in interface DemandOverTime
Throws:
SystemException


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