IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

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

java.lang.Object
  extended by com.ibm.btt.bc.cm.dao.db2.DB2DAOFactory
All Implemented Interfaces:
DAOFactory

public class DB2DAOFactory
extends java.lang.Object
implements DAOFactory


Constructor Summary
DB2DAOFactory()
           
 
Method Summary
 BaitBillDAO getBaitBillDAO()
           
 BatchDAO getBatchDAO()
           
 BatchItemDAO getBatchItemDAO()
           
 BinDAO getBinDAO()
           
 CashDrawerDAO getCashDrawerDAO()
           
 CashTrayDAO getCashTrayDAO()
           
 CDTotalDAO getCDTotalDAO()
           
 ConnectionPool getConnectionPool()
           
 java.lang.String getDbSchema()
           
 DenominationalAmountDAO getDenominationalAmountDAO()
           
 void setConnectionPool(ConnectionPool connectionPool)
           
 void setDbSchema(java.lang.String dbSchema)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DB2DAOFactory

public DB2DAOFactory()
Method Detail

getBaitBillDAO

public BaitBillDAO getBaitBillDAO()
                           throws DAOException
Specified by:
getBaitBillDAO in interface DAOFactory
Throws:
DAOException

getBatchDAO

public BatchDAO getBatchDAO()
                     throws DAOException
Specified by:
getBatchDAO in interface DAOFactory
Throws:
DAOException

getBatchItemDAO

public BatchItemDAO getBatchItemDAO()
                             throws DAOException
Specified by:
getBatchItemDAO in interface DAOFactory
Throws:
DAOException

getBinDAO

public BinDAO getBinDAO()
                 throws DAOException
Specified by:
getBinDAO in interface DAOFactory
Throws:
DAOException

getCDTotalDAO

public CDTotalDAO getCDTotalDAO()
                         throws DAOException
Specified by:
getCDTotalDAO in interface DAOFactory
Throws:
DAOException

getCashDrawerDAO

public CashDrawerDAO getCashDrawerDAO()
                               throws DAOException
Specified by:
getCashDrawerDAO in interface DAOFactory
Throws:
DAOException

getCashTrayDAO

public CashTrayDAO getCashTrayDAO()
                           throws DAOException
Specified by:
getCashTrayDAO in interface DAOFactory
Throws:
DAOException

getDenominationalAmountDAO

public DenominationalAmountDAO getDenominationalAmountDAO()
                                                   throws DAOException
Specified by:
getDenominationalAmountDAO in interface DAOFactory
Throws:
DAOException

getConnectionPool

public ConnectionPool getConnectionPool()

setConnectionPool

public void setConnectionPool(ConnectionPool connectionPool)

getDbSchema

public java.lang.String getDbSchema()

setDbSchema

public void setDbSchema(java.lang.String dbSchema)

IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2010