com.retek.component.customerorder.impl.persistence.cache
Class CacheReturnReasonDao

java.lang.Object
  extended bycom.retek.commons.component.impl.persistence.cache.MemoryDao
      extended bycom.retek.component.customerorder.impl.persistence.cache.CacheReturnReasonDao
All Implemented Interfaces:
ReturnReasonDao

public class CacheReturnReasonDao
extends MemoryDao
implements ReturnReasonDao


Constructor Summary
CacheReturnReasonDao()
           
 
Method Summary
 java.util.Set findAll()
           
 ReturnReasonDto persist(ReturnReasonDto dto)
           
 ReturnReasonDto 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

CacheReturnReasonDao

public CacheReturnReasonDao()
                     throws SystemException
Method Detail

reset

public static void reset()

persist

public ReturnReasonDto persist(ReturnReasonDto dto)
                        throws SystemException
Specified by:
persist in interface ReturnReasonDao
Throws:
SystemException

read

public ReturnReasonDto read(DistributedReference ref)
                     throws SystemException
Specified by:
read in interface ReturnReasonDao
Throws:
SystemException

findAll

public java.util.Set findAll()
                      throws SystemException
Specified by:
findAll in interface ReturnReasonDao
Throws:
SystemException


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