com.retek.component.demand
Interface MediaDemand

All Superinterfaces:
BusinessObject, DistributedObject

public interface MediaDemand
extends DistributedObject


Method Summary
 void acceptChanges(OrderDemandRecord orderDemand)
           
 void acceptChanges(OrderLineDemandRecord orderLineDemand)
           
 RDate getAsOfDate()
           
 DemandOverTime getDayDemand()
           
 java.util.List getHourlyDemand()
           
 DemandOverTime getLifetimeDemand()
           
 Media getMedia()
           
 DemandOverTime getWeeklyDemand()
           
 void resetTotalsForAsOfDateIfNeeded()
           
 void submit()
           
 
Methods inherited from interface com.retek.commons.component.DistributedObject
debugToString, discardChanges, getContext, getId, getReference, isDeleted, isDirty, isDirtyDeep, isDirtyIgnoreFields, isPersisted, refresh
 
Methods inherited from interface com.retek.commons.component.BusinessObject
getBusinessInterface
 

Method Detail

getAsOfDate

public RDate getAsOfDate()
                  throws SystemException
Throws:
SystemException

getHourlyDemand

public java.util.List getHourlyDemand()
                               throws SystemException
Throws:
SystemException

getLifetimeDemand

public DemandOverTime getLifetimeDemand()
                                 throws SystemException
Throws:
SystemException

getMedia

public Media getMedia()
               throws SystemException
Throws:
SystemException

getWeeklyDemand

public DemandOverTime getWeeklyDemand()
                               throws SystemException
Throws:
SystemException

getDayDemand

public DemandOverTime getDayDemand()
                            throws SystemException
Throws:
SystemException

submit

public void submit()
            throws SystemException
Throws:
SystemException

acceptChanges

public void acceptChanges(OrderDemandRecord orderDemand)
                   throws SystemException
Throws:
SystemException

acceptChanges

public void acceptChanges(OrderLineDemandRecord orderLineDemand)
                   throws SystemException
Throws:
SystemException

resetTotalsForAsOfDateIfNeeded

public void resetTotalsForAsOfDateIfNeeded()
                                    throws SystemException
Throws:
SystemException


Copyright © 2005 Retek Inc. All Rights Reserved. - Generated at Fri, 01/21/2005 14:25