com.retek.component.demand.impl.remote
Class DemandServicesEjb
java.lang.Object
com.retek.commons.domain.core.impl.remote.DefaultSessionEjb
com.retek.component.demand.impl.remote.DemandServicesEjb
- All Implemented Interfaces:
- javax.ejb.EnterpriseBean, java.io.Serializable, javax.ejb.SessionBean
- public class DemandServicesEjb
- extends DefaultSessionEjb
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DemandServicesEjb
public DemandServicesEjb()
ejbCreate
public void ejbCreate()
createReferenceCacheForMediaDemand
public ReferenceCache createReferenceCacheForMediaDemand()
throws SystemException
- Throws:
SystemException
createReferenceCacheForOrderDemandRecord
public ReferenceCache createReferenceCacheForOrderDemandRecord()
throws SystemException
- Throws:
SystemException
createReferenceCacheForOrderLineDemandRecord
public ReferenceCache createReferenceCacheForOrderLineDemandRecord()
throws SystemException
- Throws:
SystemException
submit
public MediaDemandDto submit(MediaDemandDto dto,
java.util.Set orderDemandRecordDtos,
java.util.Set orderLineDemandRecordDtos)
throws SystemException
- Throws:
SystemException
submit
public OrderDemandRecordDto submit(OrderDemandRecordDto dto)
throws SystemException
- Throws:
SystemException
submit
public OrderLineDemandRecordDto submit(OrderLineDemandRecordDto dto)
throws SystemException
- Throws:
SystemException
readMediaDemand
public MediaDemandDto readMediaDemand(DistributedReference mediaDemandRef,
long version)
throws SystemException
- Throws:
SystemException
readOrderDemandRecord
public OrderDemandRecordDto readOrderDemandRecord(DistributedReference orderDemandRef,
long version)
throws SystemException
- Throws:
SystemException
readOrderLineDemandRecord
public OrderLineDemandRecordDto readOrderLineDemandRecord(DistributedReference orderLineDemandRef,
long version)
throws SystemException
- Throws:
SystemException
findOrderDemandRecords
public java.util.Set findOrderDemandRecords()
throws SystemException
- Throws:
SystemException
findOrderLineDemandRecords
public java.util.Set findOrderLineDemandRecords()
throws SystemException
- Throws:
SystemException
findAllMediaDemand
public java.util.Set findAllMediaDemand()
throws SystemException
- Throws:
SystemException
findMediaDemand
public MediaDemandDto findMediaDemand(DistributedReference mediaRef)
throws SystemException
- Throws:
SystemException
deleteOrderDemandRecords
public void deleteOrderDemandRecords(java.util.Set orderDemandRecords)
throws SystemException
- Throws:
SystemException
Copyright © 2004 Retek Inc. All Rights Reserved.
- Generated at Fri, 10/22/2004 07:28