com.retek.component.event.impl.persistence
Interface EventDao

All Known Implementing Classes:
CacheEventDao, OracleEventDao

public interface EventDao


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 critera)
           
 java.util.Set findSupplierEvents(SupplierEventSearchCriteria criteria)
           
 EventDto persist(EventDto dto)
           
 BannerEventDto persistBannerEvent(BannerEventDto aBannerEventDto)
           
 ItemSupplierEventDto persistItemSupplierEvent(ItemSupplierEventDto itemSupplierEventDto)
           
 SupplierEventDto persistSupplierEvent(SupplierEventDto supplierEventDto)
           
 EventDto read(DistributedReference ref)
           
 BannerEventDto readBannerEvent(DistributedReference ref)
           
 ItemSupplierEventDto readItemSupplierEvent(DistributedReference ref)
           
 SupplierEventDto readSupplierEvent(DistributedReference ref)
           
 

Method Detail

createReferenceCache

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

persist

public EventDto persist(EventDto dto)
                 throws SystemException
Throws:
SystemException

read

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

find

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

persistBannerEvent

public BannerEventDto persistBannerEvent(BannerEventDto aBannerEventDto)
                                  throws SystemException
Throws:
SystemException

readBannerEvent

public BannerEventDto readBannerEvent(DistributedReference ref)
                               throws SystemException
Throws:
SystemException

findBannerEvents

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

persistSupplierEvent

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

readSupplierEvent

public SupplierEventDto readSupplierEvent(DistributedReference ref)
                                   throws SystemException
Throws:
SystemException

findSupplierEvents

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

persistItemSupplierEvent

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

readItemSupplierEvent

public ItemSupplierEventDto readItemSupplierEvent(DistributedReference ref)
                                           throws SystemException
Throws:
SystemException

findItemSupplierEvents

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


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