com.retek.component.pend.impl.persistence.db.oracle
Class OracleNegativeCustomerRecordDao

java.lang.Object
  extended bycom.retek.commons.domain.core.persistence.db.oracle.AbstractOracleDao
      extended bycom.retek.component.pend.impl.persistence.db.oracle.OracleNegativeCustomerRecordDao
All Implemented Interfaces:
NegativeCustomerRecordDao

public class OracleNegativeCustomerRecordDao
extends AbstractOracleDao
implements NegativeCustomerRecordDao


Constructor Summary
OracleNegativeCustomerRecordDao()
           
 
Method Summary
 ReferenceCache createReferenceCacheForNegativeCustomerRecord()
           
 java.util.Set findAllNegativeCustomerRecords()
           
 java.util.Set findNegativeCustomerRecordReferences(NegativeCustomerRecordSearchCriteria criteria)
           
 java.util.Set findNegativeCustomerRecords(NegativeCustomerRecordSearchCriteria criteria)
           
protected  java.lang.String getDaoResourceProperty()
           
 NegativeCustomerRecordDto persist(NegativeCustomerRecordDto dto)
           
 NegativeCustomerRecordDto read(DistributedReference ref)
           
 java.util.Set read(java.util.Set refs)
           
 
Methods inherited from class com.retek.commons.domain.core.persistence.db.oracle.AbstractOracleDao
buildReferenceCache
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OracleNegativeCustomerRecordDao

public OracleNegativeCustomerRecordDao()
Method Detail

createReferenceCacheForNegativeCustomerRecord

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

getDaoResourceProperty

protected java.lang.String getDaoResourceProperty()
Overrides:
getDaoResourceProperty in class AbstractOracleDao

findNegativeCustomerRecordReferences

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

findAllNegativeCustomerRecords

public java.util.Set findAllNegativeCustomerRecords()
                                             throws SystemException
Throws:
SystemException

persist

public NegativeCustomerRecordDto persist(NegativeCustomerRecordDto dto)
                                  throws SystemException
Specified by:
persist 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

findNegativeCustomerRecords

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


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