com.retek.component.event.impl.remote
Class EventServiceEjb

java.lang.Object
  extended bycom.retek.commons.domain.core.impl.remote.DefaultSessionEjb
      extended bycom.retek.component.event.impl.remote.EventServiceEjb
All Implemented Interfaces:
javax.ejb.EnterpriseBean, java.io.Serializable, javax.ejb.SessionBean

public class EventServiceEjb
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
EventServiceEjb()
           
 
Method Summary
 ReferenceCache createReferenceCache(java.lang.Class businessInterface)
           
 void ejbCreate()
           
 java.util.Set find(EventSearchCriteria criteria)
           
 java.util.Set findBannerEvents(BannerEventSearchCriteria criteria)
           
 java.util.Set findItemSupplierEvents(ItemSupplierEventSearchCriteria criteria)
           
 java.util.Set findSupplierEvents(SupplierEventSearchCriteria criteria)
           
 EventDto read(DistributedReference ref, long version)
           
 BannerEventDto readBannerEvent(DistributedReference ref, long version)
           
 ItemSupplierEventDto readItemSupplierEvent(DistributedReference ref, long version)
           
 SupplierEventDto readSupplierEvent(DistributedReference ref, long version)
           
 EventDto submit(EventDto eventDto)
           
 BannerEventDto submitBannerEvent(BannerEventDto bannerEventDto)
           
 ItemSupplierEventDto submitItemSupplierEvent(ItemSupplierEventDto itemSupplierEventDto)
           
 SupplierEventDto submitSupplierEvent(SupplierEventDto supplierEventDto)
           
 
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

EventServiceEjb

public EventServiceEjb()
Method Detail

ejbCreate

public void ejbCreate()

read

public EventDto read(DistributedReference ref,
                     long version)
              throws SystemException
Throws:
SystemException

submit

public EventDto submit(EventDto eventDto)
                throws SystemException
Throws:
SystemException

createReferenceCache

public ReferenceCache createReferenceCache(java.lang.Class businessInterface)
                                    throws SystemException
Throws:
SystemException

submitBannerEvent

public BannerEventDto submitBannerEvent(BannerEventDto bannerEventDto)
                                 throws SystemException
Throws:
SystemException

submitSupplierEvent

public SupplierEventDto submitSupplierEvent(SupplierEventDto supplierEventDto)
                                     throws SystemException
Throws:
SystemException

submitItemSupplierEvent

public ItemSupplierEventDto submitItemSupplierEvent(ItemSupplierEventDto itemSupplierEventDto)
                                             throws SystemException
Throws:
SystemException

readBannerEvent

public BannerEventDto readBannerEvent(DistributedReference ref,
                                      long version)
                               throws SystemException
Throws:
SystemException

readSupplierEvent

public SupplierEventDto readSupplierEvent(DistributedReference ref,
                                          long version)
                                   throws SystemException
Throws:
SystemException

readItemSupplierEvent

public ItemSupplierEventDto readItemSupplierEvent(DistributedReference ref,
                                                  long version)
                                           throws SystemException
Throws:
SystemException

find

public java.util.Set find(EventSearchCriteria criteria)
                   throws SystemException
Throws:
SystemException

findBannerEvents

public java.util.Set findBannerEvents(BannerEventSearchCriteria criteria)
                               throws SystemException
Throws:
SystemException

findSupplierEvents

public java.util.Set findSupplierEvents(SupplierEventSearchCriteria criteria)
                                 throws SystemException
Throws:
SystemException

findItemSupplierEvents

public java.util.Set findItemSupplierEvents(ItemSupplierEventSearchCriteria criteria)
                                     throws SystemException
Throws:
SystemException


Copyright © 2004 Retek Inc. All Rights Reserved. - Generated at Fri, 10/22/2004 07:28