com.retek.component.demand.impl
Class MediaDemandImpl
java.lang.Object
com.retek.commons.component.impl.BusinessObjectImpl
com.retek.commons.component.impl.DistributedObjectImpl
com.retek.component.demand.impl.MediaDemandImpl
- All Implemented Interfaces:
- BusinessObject, DistributedObject, MediaDemand, MediaDemandBatch
- public class MediaDemandImpl
- extends DistributedObjectImpl
- implements MediaDemand, MediaDemandBatch
Methods inherited from class com.retek.commons.component.impl.DistributedObjectImpl |
attributesToString, createEmptyDto, debugToString, discardChanges, discardChangesShallow, equals, getGenericDto, getId, getReference, getReference, getVersion, hashCode, isDeleted, isDirty, isDirtyDeep, isDirtyIgnoreFields, isHollow, isPersisted, markAllDeleted, refresh, toString, wrap, wrap, wrap, wrap |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.retek.commons.component.DistributedObject |
debugToString, discardChanges, getContext, getId, getReference, isDeleted, isDirty, isDirtyDeep, isDirtyIgnoreFields, isPersisted, refresh |
MediaDemandImpl
public MediaDemandImpl(DistributedContext context,
DistributedReference reference,
boolean createHollow)
throws SystemException
MediaDemandImpl
public MediaDemandImpl(DistributedContext context,
DistributedReference reference,
Media media)
throws SystemException
getDto
public MediaDemandDto getDto()
throws SystemException
- Throws:
SystemException
readLatest
protected Dto readLatest()
throws SystemException
- Overrides:
readLatest
in class DistributedObjectImpl
- Throws:
SystemException
getAsOfDate
public RDate getAsOfDate()
throws SystemException
- Specified by:
getAsOfDate
in interface MediaDemand
- Throws:
SystemException
setAsOfDate
public void setAsOfDate(RDate rdate)
throws SystemException
- Throws:
SystemException
getHourlyDemand
public java.util.List getHourlyDemand()
throws SystemException
- Specified by:
getHourlyDemand
in interface MediaDemand
- Throws:
SystemException
getLifetimeDemand
public DemandOverTime getLifetimeDemand()
throws SystemException
- Specified by:
getLifetimeDemand
in interface MediaDemand
- Throws:
SystemException
getMedia
public Media getMedia()
throws SystemException
- Specified by:
getMedia
in interface MediaDemand
- Throws:
SystemException
getWeeklyDemand
public DemandOverTime getWeeklyDemand()
throws SystemException
- Specified by:
getWeeklyDemand
in interface MediaDemand
- Throws:
SystemException
getDayDemand
public DemandOverTime getDayDemand()
throws SystemException
- Specified by:
getDayDemand
in interface MediaDemand
- Throws:
SystemException
acceptChanges
public void acceptChanges(OrderDemandRecord orderDemand)
throws SystemException
- Specified by:
acceptChanges
in interface MediaDemandBatch
- Throws:
SystemException
acceptChanges
public void acceptChanges(OrderLineDemandRecord orderLineDemand)
throws SystemException
- Specified by:
acceptChanges
in interface MediaDemandBatch
- Throws:
SystemException
getHourDemand
public DemandOverTime getHourDemand(RDate timestamp)
throws SystemException
- Throws:
SystemException
submit
public void submit()
throws SystemException
- Specified by:
submit
in interface MediaDemandBatch
- Throws:
SystemException
resetTotalsForAsOfDateIfNeeded
public void resetTotalsForAsOfDateIfNeeded()
throws SystemException
- Specified by:
resetTotalsForAsOfDateIfNeeded
in interface MediaDemandBatch
- Throws:
SystemException
Copyright © 2004 Retek Inc. All Rights Reserved.
- Generated at Fri, 10/22/2004 07:28