com.retek.component.history.impl.persistence.db.oracle
Class OracleHistoryEventDao
java.lang.Object
com.retek.commons.domain.core.persistence.db.oracle.AbstractOracleDao
com.retek.component.history.impl.persistence.db.oracle.OracleHistoryEventDao
- All Implemented Interfaces:
- HistoryEventDao
- public class OracleHistoryEventDao
- extends AbstractOracleDao
- implements HistoryEventDao
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OracleHistoryEventDao
public OracleHistoryEventDao()
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