com.retek.component.event.impl.persistence.db.oracle
Class OracleEventDao

java.lang.Object
  extended bycom.retek.commons.domain.core.persistence.db.oracle.AbstractOracleDao
      extended bycom.retek.component.event.impl.persistence.db.oracle.OracleEventDao
All Implemented Interfaces:
EventDao

public class OracleEventDao
extends AbstractOracleDao
implements EventDao


Constructor Summary
OracleEventDao()
           
 
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 criteria)
           
 java.util.Set findSupplierEvents(SupplierEventSearchCriteria criteria)
           
protected  java.lang.String getDaoResourceProperty()
           
 EventDto persist(EventDto dto)
           
 BannerEventDto persistBannerEvent(BannerEventDto bannerEventDto)
           
 ItemSupplierEventDto persistItemSupplierEvent(ItemSupplierEventDto itemSupplierEventDto)
           
 SupplierEventDto persistSupplierEvent(SupplierEventDto supplierEventDto)
           
 EventDto read(DistributedReference ref)
           
 BannerEventDto readBannerEvent(DistributedReference ref)
           
 ItemSupplierEventDto readItemSupplierEvent(DistributedReference ref)
           
 SupplierEventDto readSupplierEvent(DistributedReference ref)
           
 
Methods inherited from class com.retek.commons.domain.core.persistence.db.oracle.AbstractOracleDao
buildReferenceCache
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OracleEventDao

public OracleEventDao()
Method Detail

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