IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

com.ibm.btt.bc.cm.dao.db2
Class BatchItemDAOImpl

java.lang.Object
  extended by com.ibm.btt.bc.cm.dao.db2.DAOBase
      extended by com.ibm.btt.bc.cm.dao.db2.BatchItemDAOImpl
All Implemented Interfaces:
BatchItemDAO

public class BatchItemDAOImpl
extends DAOBase
implements BatchItemDAO


Nested Class Summary
 
Nested classes/interfaces inherited from class com.ibm.btt.bc.cm.dao.db2.DAOBase
DAOBase.ProcessResultSet<T>
 
Field Summary
 
Fields inherited from class com.ibm.btt.bc.cm.dao.db2.DAOBase
batchTableName, binTableName, cashDrawerTableName, cashTrayTableName, cdTotalTableName, denominationTableName
 
Constructor Summary
BatchItemDAOImpl(ConnectionPool connectionPool, java.lang.String schema)
           
 
Method Summary
 int delete(BatchItem aBatchItem)
           
 BatchItem getNew()
           
 int save(BatchItem newBatchItem)
           
 
Methods inherited from class com.ibm.btt.bc.cm.dao.db2.DAOBase
deleteAll, execute, query, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BatchItemDAOImpl

public BatchItemDAOImpl(ConnectionPool connectionPool,
                        java.lang.String schema)
Method Detail

delete

public int delete(BatchItem aBatchItem)
           throws DAOException
Specified by:
delete in interface BatchItemDAO
Throws:
DAOException

getNew

public BatchItem getNew()
Specified by:
getNew in interface BatchItemDAO

save

public int save(BatchItem newBatchItem)
         throws DAOException
Specified by:
save in interface BatchItemDAO
Throws:
DAOException

IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2011