com.retek.component.history.impl.persistence.cache
Class CacheHistoryEventDao
java.lang.Object
com.retek.commons.component.impl.persistence.cache.MemoryDao
com.retek.component.history.impl.persistence.cache.CacheHistoryEventDao
- All Implemented Interfaces:
- HistoryEventDao
- public class CacheHistoryEventDao
- extends MemoryDao
- implements HistoryEventDao
Methods inherited from class com.retek.commons.component.impl.persistence.cache.MemoryDao |
doCreateReferenceCache, doCreateReferenceCache, doDelete, doPersist, doPersist, doRead, doRead, getDtosForType, getSizeReport, isWildCardEqual, resetAll |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CacheHistoryEventDao
public CacheHistoryEventDao()
throws SystemException
createReferenceCache
public ReferenceCache createReferenceCache(java.lang.Class businessIface)
throws SystemException
- Specified by:
createReferenceCache
in interface HistoryEventDao
- Throws:
SystemException
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
persist
public HistoryEventTypeDto persist(HistoryEventTypeDto dto)
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
findHistoryEventTypes
public java.util.Set findHistoryEventTypes()
throws SystemException
- Specified by:
findHistoryEventTypes
in interface HistoryEventDao
- Throws:
SystemException
find
public java.util.List find(HistoryEventSearchCriteria criteria)
throws SystemException
- Specified by:
find
in interface HistoryEventDao
- Throws:
SystemException
Copyright © 2004 Retek Inc. All Rights Reserved.
- Generated at Fri, 10/22/2004 07:28