com.retek.component.demand.impl.remote
Class DemandServicesEjb

java.lang.Object
  extended bycom.retek.commons.domain.core.impl.remote.DefaultSessionEjb
      extended bycom.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

Nested Class Summary
 
Nested classes inherited from class com.retek.commons.domain.core.impl.remote.DefaultSessionEjb
DefaultSessionEjb.EjbOperation, DefaultSessionEjb.EjbOperationWithBusinessException
 
Constructor Summary
DemandServicesEjb()
           
 
Method Summary
 ReferenceCache createReferenceCacheForMediaDemand()
           
 ReferenceCache createReferenceCacheForOrderDemandRecord()
           
 ReferenceCache createReferenceCacheForOrderLineDemandRecord()
           
 void deleteOrderDemandRecords(java.util.Set orderDemandRecords)
           
 void ejbCreate()
           
 java.util.Set findAllMediaDemand()
           
 MediaDemandDto findMediaDemand(DistributedReference mediaRef)
           
 java.util.Set findOrderDemandRecords()
           
 java.util.Set findOrderLineDemandRecords()
           
 MediaDemandDto readMediaDemand(DistributedReference mediaDemandRef, long version)
           
 OrderDemandRecordDto readOrderDemandRecord(DistributedReference orderDemandRef, long version)
           
 OrderLineDemandRecordDto readOrderLineDemandRecord(DistributedReference orderLineDemandRef, long version)
           
 MediaDemandDto submit(MediaDemandDto dto, java.util.Set orderDemandRecordDtos, java.util.Set orderLineDemandRecordDtos)
           
 OrderDemandRecordDto submit(OrderDemandRecordDto dto)
           
 OrderLineDemandRecordDto submit(OrderLineDemandRecordDto dto)
           
 
Methods inherited from class com.retek.commons.domain.core.impl.remote.DefaultSessionEjb
checkDtoVersion, ejbActivate, ejbPassivate, ejbRemove, getLocal, getLocalHome, getRemote, getRemoteHome, getSessionContext, setSessionContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DemandServicesEjb

public DemandServicesEjb()
Method Detail

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