com.retek.component.event.impl.remote
Class EventServiceEjb
java.lang.Object
com.retek.commons.domain.core.impl.remote.DefaultSessionEjb
com.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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EventServiceEjb
public EventServiceEjb()
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