com.retek.component.event.impl.persistence
Interface EventDao
- All Known Implementing Classes:
- CacheEventDao, OracleEventDao
- public interface EventDao
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