IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

com.ibm.btt.bc.ej.dao
Class EJDAOAbstract

java.lang.Object
  extended by com.ibm.btt.bc.ej.dao.EJDAOAbstract
All Implemented Interfaces:
EJDAO
Direct Known Subclasses:
JdbcDAOBase

public abstract class EJDAOAbstract
extends java.lang.Object
implements EJDAO

DAO abstract class. Define the common bean property: userDefinedFieldsDesc.


Field Summary
protected  ConnectionPool connectionPool
           
protected  java.lang.String eJInstID
           
protected  java.util.List<FieldDescriptor> userDefinedFieldsDesc
           
 
Constructor Summary
EJDAOAbstract()
           
 
Method Summary
 ConnectionPool getConnectionPool()
           
 java.lang.String getEJInstID()
           
 java.util.List<FieldDescriptor> getUserDefinedFieldsDesc()
           
 void setConnectionPool(ConnectionPool connectionPool)
           
 void setEJInstID(java.lang.String instID)
           
 void setUserDefinedFieldsDesc(java.util.List<FieldDescriptor> userDefinedFieldsDesc)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.ibm.btt.bc.ej.dao.EJDAO
closeDAOConnection, createEJRecord, findEJRecords, getEJRecordDetail, getLastRecordSeqNum, openDAOConnection, updateEJRecord
 

Field Detail

userDefinedFieldsDesc

protected java.util.List<FieldDescriptor> userDefinedFieldsDesc

eJInstID

protected java.lang.String eJInstID

connectionPool

protected ConnectionPool connectionPool
Constructor Detail

EJDAOAbstract

public EJDAOAbstract()
Method Detail

getUserDefinedFieldsDesc

public java.util.List<FieldDescriptor> getUserDefinedFieldsDesc()
Specified by:
getUserDefinedFieldsDesc in interface EJDAO

setUserDefinedFieldsDesc

public void setUserDefinedFieldsDesc(java.util.List<FieldDescriptor> userDefinedFieldsDesc)
Specified by:
setUserDefinedFieldsDesc in interface EJDAO

getEJInstID

public java.lang.String getEJInstID()

setEJInstID

public void setEJInstID(java.lang.String instID)
Specified by:
setEJInstID in interface EJDAO

getConnectionPool

public ConnectionPool getConnectionPool()

setConnectionPool

public void setConnectionPool(ConnectionPool connectionPool)

IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2011