com.retek.component.demand.batch
Interface MediaDemandBatch

All Superinterfaces:
BusinessObject, DistributedObject, MediaDemand
All Known Implementing Classes:
MediaDemandImpl

public interface MediaDemandBatch
extends MediaDemand


Method Summary
 void acceptChanges(OrderDemandRecord orderDemand)
           
 void acceptChanges(OrderLineDemandRecord orderLineDemand)
           
 void resetTotalsForAsOfDateIfNeeded()
           
 void submit()
           
 
Methods inherited from interface com.retek.component.demand.MediaDemand
getAsOfDate, getDayDemand, getHourlyDemand, getLifetimeDemand, getMedia, getWeeklyDemand
 
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

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 © 2004 Retek Inc. All Rights Reserved. - Generated at Fri, 10/22/2004 07:28