com.retek.component.history.impl.persistence.cache
Class CacheHistoryEventDao

java.lang.Object
  extended bycom.retek.commons.component.impl.persistence.cache.MemoryDao
      extended bycom.retek.component.history.impl.persistence.cache.CacheHistoryEventDao
All Implemented Interfaces:
HistoryEventDao

public class CacheHistoryEventDao
extends MemoryDao
implements HistoryEventDao


Constructor Summary
CacheHistoryEventDao()
           
 
Method Summary
 ReferenceCache createReferenceCache(java.lang.Class businessIface)
           
 java.util.List find(HistoryEventSearchCriteria criteria)
           
 java.util.Set findHistoryEventTypes()
           
 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.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
 

Constructor Detail

CacheHistoryEventDao

public CacheHistoryEventDao()
                     throws SystemException
Method Detail

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