IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

com.ibm.btt.bc.ej.dao
Interface EJDAO

All Known Implementing Classes:
EJDAOAbstract, EJDAOJdbcImpl, JdbcDAOBase

public interface EJDAO

DAO interface. Used by BTT EJ internal


Method Summary
 void closeDAOConnection()
           
 int createEJRecord(EJRecord record)
           
 EJRecord[] findEJRecords(EJQueryConditions queryConditions)
           
 EJRecord getEJRecordDetail(EJRecord record)
           
 int getLastRecordSeqNum(java.lang.String userID, java.lang.String date)
           
 java.util.List<FieldDescriptor> getUserDefinedFieldsDesc()
           
 void openDAOConnection()
           
 void setEJInstID(java.lang.String instID)
           
 void setUserDefinedFieldsDesc(java.util.List<FieldDescriptor> userDefinedFieldsDesc)
           
 int updateEJRecord(EJRecord record)
           
 

Method Detail

createEJRecord

int createEJRecord(EJRecord record)
                   throws BTTEJDAOException
Throws:
BTTEJDAOException

updateEJRecord

int updateEJRecord(EJRecord record)
                   throws BTTEJDAOException
Throws:
BTTEJDAOException

findEJRecords

EJRecord[] findEJRecords(EJQueryConditions queryConditions)
                         throws BTTEJDAOException
Throws:
BTTEJDAOException

getEJRecordDetail

EJRecord getEJRecordDetail(EJRecord record)
                           throws BTTEJDAOException
Throws:
BTTEJDAOException

closeDAOConnection

void closeDAOConnection()
                        throws BTTEJDAOException
Throws:
BTTEJDAOException

openDAOConnection

void openDAOConnection()
                       throws BTTEJDAOException
Throws:
BTTEJDAOException

getLastRecordSeqNum

int getLastRecordSeqNum(java.lang.String userID,
                        java.lang.String date)
                        throws BTTEJDAOException
Throws:
BTTEJDAOException

getUserDefinedFieldsDesc

java.util.List<FieldDescriptor> getUserDefinedFieldsDesc()

setUserDefinedFieldsDesc

void setUserDefinedFieldsDesc(java.util.List<FieldDescriptor> userDefinedFieldsDesc)

setEJInstID

void setEJInstID(java.lang.String instID)

IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2009