com.retek.component.event
Interface EventManager

All Superinterfaces:
DistributedObjectManager

public interface EventManager
extends DistributedObjectManager


Method Summary
 BannerEvent buildBannerEventInstance(Banner banner, Event event)
           
 Event buildEventInstance()
           
 ItemSupplierEvent buildItemSupplierEventInstance(ItemSupplier itemSupplier, SupplierEvent suppEvent)
           
 SupplierEvent buildSupplierEventInstance(Supplier supplier, Event event)
           
 java.util.Set find(EventSearchCriteria criteria)
           
 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 interface com.retek.commons.component.DistributedObjectManager
getContext
 

Method Detail

read

public Event read(DistributedReference ref)
           throws SystemException
Throws:
SystemException

buildEventInstance

public Event buildEventInstance()
                         throws SystemException
Throws:
SystemException

find

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

buildBannerEventInstance

public BannerEvent buildBannerEventInstance(Banner banner,
                                            Event event)
                                     throws SystemException
Throws:
SystemException

readBannerEvent

public BannerEvent readBannerEvent(DistributedReference reference)
                            throws SystemException
Throws:
SystemException

findBannerEvents

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

buildSupplierEventInstance

public SupplierEvent buildSupplierEventInstance(Supplier supplier,
                                                Event event)
                                         throws SystemException
Throws:
SystemException

readSupplierEvent

public SupplierEvent readSupplierEvent(DistributedReference reference)
                                throws SystemException
Throws:
SystemException

findSupplierEvents

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

buildItemSupplierEventInstance

public ItemSupplierEvent buildItemSupplierEventInstance(ItemSupplier itemSupplier,
                                                        SupplierEvent suppEvent)
                                                 throws SystemException,
                                                        BusinessException
Throws:
SystemException
BusinessException

readItemSupplierEvent

public ItemSupplierEvent readItemSupplierEvent(DistributedReference reference)
                                        throws SystemException
Throws:
SystemException

findItemSupplierEvents

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


Copyright © 2005 Retek Inc. All Rights Reserved. - Generated at Fri, 01/21/2005 14:25