com.retek.component.demand
Interface DemandManager
- All Superinterfaces:
- DistributedObjectManager
- public interface DemandManager
- extends DistributedObjectManager
buildMediaDemandInstance
public MediaDemand buildMediaDemandInstance(Media media)
throws SystemException
- Throws:
SystemException
findAllOrderDemandRecords
public java.util.Set findAllOrderDemandRecords()
throws SystemException
- Throws:
SystemException
findAllOrderLineDemandRecords
public java.util.Set findAllOrderLineDemandRecords()
throws SystemException
- Throws:
SystemException
findAllMediaDemand
public java.util.Set findAllMediaDemand()
throws SystemException
- Throws:
SystemException
findMediaDemand
public MediaDemand findMediaDemand(Media media)
throws SystemException
- Throws:
SystemException
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
Copyright © 2005 Retek Inc. All Rights Reserved.
- Generated at Fri, 01/21/2005 14:25