com.retek.component.demand
Interface DemandManager

All Superinterfaces:
DistributedObjectManager

public interface DemandManager
extends DistributedObjectManager


Method Summary
 MediaDemand buildMediaDemandInstance(Media media)
           
 java.util.Set findAllMediaDemand()
           
 java.util.Set findAllOrderDemandRecords()
           
 java.util.Set findAllOrderLineDemandRecords()
           
 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

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