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
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)
(c) Copyright IBM Corporation 1998, 2011