com.retek.component.event.impl.remote
Interface EventServiceRemote

All Superinterfaces:
DefaultSessionRemote, javax.ejb.EJBObject, java.rmi.Remote

public interface EventServiceRemote
extends DefaultSessionRemote

Remote interface for com.retek.component.event.impl.remote.EventService.


Method Summary
 ReferenceCache createReferenceCache(java.lang.Class businessInterface)
           
 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 interface com.retek.commons.domain.core.impl.remote.DefaultSessionRemote
getLocal, getRemote, getRemoteHome
 
Methods inherited from interface javax.ejb.EJBObject
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove
 

Method Detail

createReferenceCache

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

find

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

findBannerEvents

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

findItemSupplierEvents

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

findSupplierEvents

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

read

public EventDto read(DistributedReference ref,
                     long version)
              throws SystemException,
                     java.rmi.RemoteException
Throws:
SystemException
java.rmi.RemoteException

readBannerEvent

public BannerEventDto readBannerEvent(DistributedReference ref,
                                      long version)
                               throws SystemException,
                                      java.rmi.RemoteException
Throws:
SystemException
java.rmi.RemoteException

readItemSupplierEvent

public ItemSupplierEventDto readItemSupplierEvent(DistributedReference ref,
                                                  long version)
                                           throws SystemException,
                                                  java.rmi.RemoteException
Throws:
SystemException
java.rmi.RemoteException

readSupplierEvent

public SupplierEventDto readSupplierEvent(DistributedReference ref,
                                          long version)
                                   throws SystemException,
                                          java.rmi.RemoteException
Throws:
SystemException
java.rmi.RemoteException

submit

public EventDto submit(EventDto eventDto)
                throws SystemException,
                       java.rmi.RemoteException
Throws:
SystemException
java.rmi.RemoteException

submitBannerEvent

public BannerEventDto submitBannerEvent(BannerEventDto bannerEventDto)
                                 throws SystemException,
                                        java.rmi.RemoteException
Throws:
SystemException
java.rmi.RemoteException

submitItemSupplierEvent

public ItemSupplierEventDto submitItemSupplierEvent(ItemSupplierEventDto itemSupplierEventDto)
                                             throws SystemException,
                                                    java.rmi.RemoteException
Throws:
SystemException
java.rmi.RemoteException

submitSupplierEvent

public SupplierEventDto submitSupplierEvent(SupplierEventDto supplierEventDto)
                                     throws SystemException,
                                            java.rmi.RemoteException
Throws:
SystemException
java.rmi.RemoteException


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