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

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

public class CacheHighRiskZipDao
extends MemoryDao
implements HighRiskZipDao


Constructor Summary
CacheHighRiskZipDao()
           
 
Method Summary
 ReferenceCache createReferenceCacheForHighRiskZip()
           
 java.util.List findAllHighRiskZips()
           
 HighRiskZipDto persist(HighRiskZipDto dto)
           
 HighRiskZipDto read(DistributedReference ref)
           
static void reset()
           
 
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

CacheHighRiskZipDao

public CacheHighRiskZipDao()
Method Detail

reset

public static void reset()

createReferenceCacheForHighRiskZip

public ReferenceCache createReferenceCacheForHighRiskZip()
                                                  throws SystemException
Specified by:
createReferenceCacheForHighRiskZip in interface HighRiskZipDao
Throws:
SystemException

read

public HighRiskZipDto read(DistributedReference ref)
                    throws SystemException
Specified by:
read in interface HighRiskZipDao
Throws:
SystemException

persist

public HighRiskZipDto persist(HighRiskZipDto dto)
                       throws SystemException
Specified by:
persist in interface HighRiskZipDao
Throws:
SystemException

findAllHighRiskZips

public java.util.List findAllHighRiskZips()
                                   throws SystemException
Specified by:
findAllHighRiskZips in interface HighRiskZipDao
Throws:
SystemException


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