com.retek.component.demand
Interface DemandManager

All Superinterfaces:
DistributedObjectManager
All Known Subinterfaces:
DemandManagerBatch
All Known Implementing Classes:
DemandManagerImpl

public interface DemandManager
extends DistributedObjectManager


Method Summary
 MediaDemand findMediaDemand(Media media)
           
 OrderDemandRecord recordOrderDemand(Media media, boolean addToOrderCount, Money addedOrderTotal)
           
 OrderLineDemandRecord recordOrderLineDemand(Media media, boolean addToOrderLineCount, Money addedOrderLineTotal, Quantity addedOrderLineQty)
           
 
Methods inherited from interface com.retek.commons.component.DistributedObjectManager
getContext
 

Method Detail

recordOrderDemand

public OrderDemandRecord recordOrderDemand(Media media,
                                           boolean addToOrderCount,
                                           Money addedOrderTotal)
                                    throws SystemException
Throws:
SystemException

recordOrderLineDemand

public OrderLineDemandRecord recordOrderLineDemand(Media media,
                                                   boolean addToOrderLineCount,
                                                   Money addedOrderLineTotal,
                                                   Quantity addedOrderLineQty)
                                            throws SystemException
Throws:
SystemException

findMediaDemand

public MediaDemand findMediaDemand(Media media)
                            throws SystemException
Throws:
SystemException


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