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

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

public class CacheNegativeCustomerRecordDao
extends MemoryDao
implements NegativeCustomerRecordDao


Constructor Summary
CacheNegativeCustomerRecordDao()
           
 
Method Summary
 ReferenceCache createReferenceCacheForNegativeCustomerRecord()
           
 java.util.Set findNegativeCustomerRecordReferences(NegativeCustomerRecordSearchCriteria criteria)
           
 java.util.Set findNegativeCustomerRecords(NegativeCustomerRecordSearchCriteria criteria)
           
 NegativeCustomerRecordDto persist(NegativeCustomerRecordDto dto)
           
 NegativeCustomerRecordDto read(DistributedReference ref)
           
 java.util.Set read(java.util.Set refs)
           
 
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

CacheNegativeCustomerRecordDao

public CacheNegativeCustomerRecordDao()
Method Detail

createReferenceCacheForNegativeCustomerRecord

public ReferenceCache createReferenceCacheForNegativeCustomerRecord()
                                                             throws SystemException
Specified by:
createReferenceCacheForNegativeCustomerRecord in interface NegativeCustomerRecordDao
Throws:
SystemException

persist

public NegativeCustomerRecordDto persist(NegativeCustomerRecordDto dto)
                                  throws SystemException
Specified by:
persist in interface NegativeCustomerRecordDao
Throws:
SystemException

findNegativeCustomerRecordReferences

public java.util.Set findNegativeCustomerRecordReferences(NegativeCustomerRecordSearchCriteria criteria)
                                                   throws SystemException
Specified by:
findNegativeCustomerRecordReferences in interface NegativeCustomerRecordDao
Throws:
SystemException

findNegativeCustomerRecords

public java.util.Set findNegativeCustomerRecords(NegativeCustomerRecordSearchCriteria criteria)
                                          throws SystemException
Specified by:
findNegativeCustomerRecords in interface NegativeCustomerRecordDao
Throws:
SystemException

read

public NegativeCustomerRecordDto read(DistributedReference ref)
                               throws SystemException
Specified by:
read in interface NegativeCustomerRecordDao
Throws:
SystemException

read

public java.util.Set read(java.util.Set refs)
                   throws SystemException
Specified by:
read in interface NegativeCustomerRecordDao
Throws:
SystemException


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