com.retek.component.pend.impl.persistence.cache
Class CachePendRuleDao

java.lang.Object
  extended bycom.retek.commons.component.impl.persistence.cache.MemoryDao
      extended bycom.retek.component.pend.impl.persistence.cache.CachePendRuleDao
All Implemented Interfaces:
PendRuleDao

public class CachePendRuleDao
extends MemoryDao
implements PendRuleDao


Constructor Summary
CachePendRuleDao()
           
 
Method Summary
 ReferenceCache createReferenceCacheForPendRule()
           
 java.util.Set findAllPendRules()
           
 PendRuleDto persist(PendRuleDto dto)
           
 PendRuleDto read(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

CachePendRuleDao

public CachePendRuleDao()
Method Detail

createReferenceCacheForPendRule

public ReferenceCache createReferenceCacheForPendRule()
                                               throws SystemException
Specified by:
createReferenceCacheForPendRule in interface PendRuleDao
Throws:
SystemException

read

public PendRuleDto read(DistributedReference ref)
                 throws SystemException
Specified by:
read in interface PendRuleDao
Throws:
SystemException

persist

public PendRuleDto persist(PendRuleDto dto)
                    throws SystemException
Specified by:
persist in interface PendRuleDao
Throws:
SystemException

findAllPendRules

public java.util.Set findAllPendRules()
                               throws SystemException
Specified by:
findAllPendRules in interface PendRuleDao
Throws:
SystemException


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