com.retek.component.history.impl.persistence.db.oracle
Class OracleHistoryEventDao

java.lang.Object
  extended bycom.retek.commons.domain.core.persistence.db.oracle.AbstractOracleDao
      extended bycom.retek.component.history.impl.persistence.db.oracle.OracleHistoryEventDao
All Implemented Interfaces:
HistoryEventDao

public class OracleHistoryEventDao
extends AbstractOracleDao
implements HistoryEventDao


Constructor Summary
OracleHistoryEventDao()
           
 
Method Summary
 ReferenceCache createReferenceCache(java.lang.Class businessIface)
           
 ReferenceCache createReferenceCacheForHistoryEventType()
           
 java.util.List find(HistoryEventSearchCriteria criteria)
           
 java.util.Set findHistoryEventTypes()
           
protected  java.lang.String getDaoResourceProperty()
           
 HistoryEventDto persist(HistoryEventDto dto)
           
 HistoryEventTypeDto persist(HistoryEventTypeDto dto)
           
 java.util.Set persist(java.util.Set dtos)
           
 HistoryEventDto read(DistributedReference ref)
           
 HistoryEventTypeDto readHistoryEventType(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

OracleHistoryEventDao

public OracleHistoryEventDao()
Method Detail

find

public java.util.List find(HistoryEventSearchCriteria criteria)
                    throws SystemException
Specified by:
find in interface HistoryEventDao
Throws:
SystemException

createReferenceCache

public ReferenceCache createReferenceCache(java.lang.Class businessIface)
                                    throws SystemException
Specified by:
createReferenceCache in interface HistoryEventDao
Throws:
SystemException

getDaoResourceProperty

protected java.lang.String getDaoResourceProperty()
Overrides:
getDaoResourceProperty in class AbstractOracleDao

persist

public HistoryEventDto persist(HistoryEventDto dto)
                        throws SystemException
Specified by:
persist in interface HistoryEventDao
Throws:
SystemException

persist

public java.util.Set persist(java.util.Set dtos)
                      throws SystemException
Specified by:
persist in interface HistoryEventDao
Throws:
SystemException

read

public HistoryEventDto read(DistributedReference ref)
                     throws SystemException
Specified by:
read in interface HistoryEventDao
Throws:
SystemException

readHistoryEventType

public HistoryEventTypeDto readHistoryEventType(DistributedReference ref)
                                         throws SystemException
Specified by:
readHistoryEventType in interface HistoryEventDao
Throws:
SystemException

createReferenceCacheForHistoryEventType

public ReferenceCache createReferenceCacheForHistoryEventType()
                                                       throws SystemException
Throws:
SystemException

persist

public HistoryEventTypeDto persist(HistoryEventTypeDto dto)
                            throws SystemException
Specified by:
persist in interface HistoryEventDao
Throws:
SystemException

findHistoryEventTypes

public java.util.Set findHistoryEventTypes()
                                    throws SystemException
Specified by:
findHistoryEventTypes in interface HistoryEventDao
Throws:
SystemException


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