IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

com.ibm.btt.bc.ej.dao.jdbc
Class EJDAOJdbcImpl

java.lang.Object
  extended by com.ibm.btt.bc.ej.dao.EJDAOAbstract
      extended by com.ibm.btt.bc.ej.dao.jdbc.JdbcDAOBase
          extended by com.ibm.btt.bc.ej.dao.jdbc.EJDAOJdbcImpl
All Implemented Interfaces:
EJDAO

public class EJDAOJdbcImpl
extends JdbcDAOBase


Field Summary
(package private)  java.lang.Object addRecordSyncronizerSem
           
 
Fields inherited from class com.ibm.btt.bc.ej.dao.jdbc.JdbcDAOBase
ctx, DefaultEJ_TABLE_NAME, tableName
 
Fields inherited from class com.ibm.btt.bc.ej.dao.EJDAOAbstract
connectionPool, eJInstID, userDefinedFieldsDesc
 
Constructor Summary
EJDAOJdbcImpl()
           
 
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)
           
 int updateEJRecord(EJRecord record)
           
 
Methods inherited from class com.ibm.btt.bc.ej.dao.jdbc.JdbcDAOBase
close, execute, getConnection, getTableName, openDAOConnection, query, releaseConnection, setTableName, update
 
Methods inherited from class com.ibm.btt.bc.ej.dao.EJDAOAbstract
getConnectionPool, getEJInstID, getUserDefinedFieldsDesc, setConnectionPool, setEJInstID, setUserDefinedFieldsDesc
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

addRecordSyncronizerSem

java.lang.Object addRecordSyncronizerSem
Constructor Detail

EJDAOJdbcImpl

public EJDAOJdbcImpl()
Method Detail

createEJRecord

public int createEJRecord(EJRecord record)
                   throws BTTEJDAOException
Throws:
BTTEJDAOException

findEJRecords

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

updateEJRecord

public int updateEJRecord(EJRecord record)
                   throws BTTEJDAOException
Throws:
BTTEJDAOException

closeDAOConnection

public void closeDAOConnection()

getLastRecordSeqNum

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

getEJRecordDetail

public EJRecord getEJRecordDetail(EJRecord record)
                           throws BTTEJDAOException
Throws:
BTTEJDAOException

IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2010