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

java.lang.Object
  extended bycom.retek.commons.domain.core.persistence.db.DbOperation
      extended bycom.retek.component.pend.impl.persistence.db.oracle.BaseOracleNegativeCustomerRecordRetriever
Direct Known Subclasses:
OracleNegativeCustomerRecordReferenceFinder, OracleNegativeCustomerRecordRetriever

public abstract class BaseOracleNegativeCustomerRecordRetriever
extends DbOperation


Field Summary
protected  java.util.ArrayList bindVariablesList
           
protected  NegativeCustomerRecordSearchCriteria criteria
           
protected  java.util.Set dtos
           
protected  java.util.Set foundRefs
           
protected  DistributedReference ref
           
protected  java.util.Set refs
           
protected  RetekPreparedStatement stmt
           
 
Fields inherited from class com.retek.commons.domain.core.persistence.db.DbOperation
DUMMY_VERSION_UNTIL_VERSION_COLUMN_ADDED
 
Constructor Summary
BaseOracleNegativeCustomerRecordRetriever(java.sql.Connection connectionVal)
           
 
Method Summary
protected abstract  void doPerform()
           
protected  java.lang.String getSqlForFind(java.lang.StringBuffer sql)
           
 
Methods inherited from class com.retek.commons.domain.core.persistence.db.DbOperation
checkUpdate, close, getCallableStatement, getConnection, getRetekPreparedStatement, getStatement, perform, setInitialState
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

stmt

protected RetekPreparedStatement stmt

bindVariablesList

protected java.util.ArrayList bindVariablesList

dtos

protected java.util.Set dtos

foundRefs

protected java.util.Set foundRefs

criteria

protected NegativeCustomerRecordSearchCriteria criteria

ref

protected DistributedReference ref

refs

protected java.util.Set refs
Constructor Detail

BaseOracleNegativeCustomerRecordRetriever

public BaseOracleNegativeCustomerRecordRetriever(java.sql.Connection connectionVal)
Method Detail

doPerform

protected abstract void doPerform()
                           throws java.sql.SQLException,
                                  SystemException
Specified by:
doPerform in class DbOperation
Throws:
java.sql.SQLException
SystemException

getSqlForFind

protected final java.lang.String getSqlForFind(java.lang.StringBuffer sql)


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