com.retek.component.event.impl
Class EventManagerImpl

java.lang.Object
  extended bycom.retek.commons.component.impl.DistributedObjectManagerImpl
      extended bycom.retek.component.event.impl.EventManagerImpl
All Implemented Interfaces:
DistributedObjectManager, EventManager

public class EventManagerImpl
extends DistributedObjectManagerImpl
implements EventManager


Constructor Summary
EventManagerImpl(DistributedContext context)
           
 
Method Summary
 BannerEvent buildBannerEventInstance(Banner banner, Event event)
           
 Event buildEventInstance()
           
 ItemSupplierEvent buildItemSupplierEventInstance(ItemSupplier itemSupplier, SupplierEvent suppEvent)
           
 SupplierEvent buildSupplierEventInstance(Supplier supplier, Event event)
           
protected  ReferenceCache fetchMoreReferences(java.lang.Class businessIface)
           
 java.util.Set find(EventSearchCriteria criteria)
           
 java.util.Set findAllEventsAssociatedToActiveSupplierEvents()
           
 java.util.Set findBannerEvents(BannerEventSearchCriteria criteria)
           
 java.util.Set findItemSupplierEvents(ItemSupplierEventSearchCriteria criteria)
           
 java.util.Set findSupplierEvents(SupplierEventSearchCriteria criteria)
           
 Event read(DistributedReference ref)
           
 BannerEvent readBannerEvent(DistributedReference reference)
           
 ItemSupplierEvent readItemSupplierEvent(DistributedReference reference)
           
 SupplierEvent readSupplierEvent(DistributedReference reference)
           
 
Methods inherited from class com.retek.commons.component.impl.DistributedObjectManagerImpl
getContext, getReferenceCache
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.retek.commons.component.DistributedObjectManager
getContext
 

Constructor Detail

EventManagerImpl

public EventManagerImpl(DistributedContext context)
Method Detail

buildEventInstance

public Event buildEventInstance()
                         throws SystemException
Specified by:
buildEventInstance in interface EventManager
Throws:
SystemException

buildBannerEventInstance

public BannerEvent buildBannerEventInstance(Banner banner,
                                            Event event)
                                     throws SystemException
Specified by:
buildBannerEventInstance in interface EventManager
Throws:
SystemException

read

public Event read(DistributedReference ref)
           throws SystemException
Specified by:
read in interface EventManager
Throws:
SystemException

fetchMoreReferences

protected ReferenceCache fetchMoreReferences(java.lang.Class businessIface)
                                      throws SystemException
Specified by:
fetchMoreReferences in class DistributedObjectManagerImpl
Throws:
SystemException

find

public java.util.Set find(EventSearchCriteria criteria)
                   throws SystemException
Specified by:
find in interface EventManager
Throws:
SystemException

readBannerEvent

public BannerEvent readBannerEvent(DistributedReference reference)
                            throws SystemException
Specified by:
readBannerEvent in interface EventManager
Throws:
SystemException

findBannerEvents

public java.util.Set findBannerEvents(BannerEventSearchCriteria criteria)
                               throws SystemException
Specified by:
findBannerEvents in interface EventManager
Throws:
SystemException

buildSupplierEventInstance

public SupplierEvent buildSupplierEventInstance(Supplier supplier,
                                                Event event)
                                         throws SystemException
Specified by:
buildSupplierEventInstance in interface EventManager
Throws:
SystemException

findAllEventsAssociatedToActiveSupplierEvents

public java.util.Set findAllEventsAssociatedToActiveSupplierEvents()
                                                            throws SystemException
Throws:
SystemException

readSupplierEvent

public SupplierEvent readSupplierEvent(DistributedReference reference)
                                throws SystemException
Specified by:
readSupplierEvent in interface EventManager
Throws:
SystemException

buildItemSupplierEventInstance

public ItemSupplierEvent buildItemSupplierEventInstance(ItemSupplier itemSupplier,
                                                        SupplierEvent suppEvent)
                                                 throws SystemException,
                                                        BusinessException
Specified by:
buildItemSupplierEventInstance in interface EventManager
Throws:
SystemException
BusinessException

readItemSupplierEvent

public ItemSupplierEvent readItemSupplierEvent(DistributedReference reference)
                                        throws SystemException
Specified by:
readItemSupplierEvent in interface EventManager
Throws:
SystemException

findSupplierEvents

public java.util.Set findSupplierEvents(SupplierEventSearchCriteria criteria)
                                 throws SystemException
Specified by:
findSupplierEvents in interface EventManager
Throws:
SystemException

findItemSupplierEvents

public java.util.Set findItemSupplierEvents(ItemSupplierEventSearchCriteria criteria)
                                     throws SystemException
Specified by:
findItemSupplierEvents in interface EventManager
Throws:
SystemException


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