com.retek.component.event.impl.persistence.db.oracle
Class OracleEventDao
java.lang.Object
com.retek.commons.domain.core.persistence.db.oracle.AbstractOracleDao
com.retek.component.event.impl.persistence.db.oracle.OracleEventDao
- All Implemented Interfaces:
- EventDao
- public class OracleEventDao
- extends AbstractOracleDao
- implements EventDao
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OracleEventDao
public OracleEventDao()
createReferenceCache
public ReferenceCache createReferenceCache(java.lang.Class businessInterface)
throws SystemException
- Specified by:
createReferenceCache
in interface EventDao
- Throws:
SystemException
getDaoResourceProperty
protected java.lang.String getDaoResourceProperty()
- Overrides:
getDaoResourceProperty
in class AbstractOracleDao
persist
public EventDto persist(EventDto dto)
throws SystemException
- Specified by:
persist
in interface EventDao
- Throws:
SystemException
read
public EventDto read(DistributedReference ref)
throws SystemException
- Specified by:
read
in interface EventDao
- Throws:
SystemException
find
public java.util.Set find(EventSearchCriteria criteria)
throws SystemException
- Specified by:
find
in interface EventDao
- Throws:
SystemException
persistBannerEvent
public BannerEventDto persistBannerEvent(BannerEventDto bannerEventDto)
throws SystemException
- Specified by:
persistBannerEvent
in interface EventDao
- Throws:
SystemException
readBannerEvent
public BannerEventDto readBannerEvent(DistributedReference ref)
throws SystemException
- Specified by:
readBannerEvent
in interface EventDao
- Throws:
SystemException
persistSupplierEvent
public SupplierEventDto persistSupplierEvent(SupplierEventDto supplierEventDto)
throws SystemException
- Specified by:
persistSupplierEvent
in interface EventDao
- Throws:
SystemException
readSupplierEvent
public SupplierEventDto readSupplierEvent(DistributedReference ref)
throws SystemException
- Specified by:
readSupplierEvent
in interface EventDao
- Throws:
SystemException
persistItemSupplierEvent
public ItemSupplierEventDto persistItemSupplierEvent(ItemSupplierEventDto itemSupplierEventDto)
throws SystemException
- Specified by:
persistItemSupplierEvent
in interface EventDao
- Throws:
SystemException
readItemSupplierEvent
public ItemSupplierEventDto readItemSupplierEvent(DistributedReference ref)
throws SystemException
- Specified by:
readItemSupplierEvent
in interface EventDao
- Throws:
SystemException
findSupplierEvents
public java.util.Set findSupplierEvents(SupplierEventSearchCriteria criteria)
throws SystemException
- Specified by:
findSupplierEvents
in interface EventDao
- Throws:
SystemException
findBannerEvents
public java.util.Set findBannerEvents(BannerEventSearchCriteria criteria)
throws SystemException
- Specified by:
findBannerEvents
in interface EventDao
- Throws:
SystemException
findItemSupplierEvents
public java.util.Set findItemSupplierEvents(ItemSupplierEventSearchCriteria criteria)
throws SystemException
- Specified by:
findItemSupplierEvents
in interface EventDao
- Throws:
SystemException
Copyright © 2004 Retek Inc. All Rights Reserved.
- Generated at Fri, 10/22/2004 07:28