IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

com.ibm.btt.bc.cm.dao
Interface DAOFactory

All Known Implementing Classes:
DB2DAOFactory, MemDAOFactory

public interface DAOFactory


Method Summary
 BaitBillDAO getBaitBillDAO()
           
 BatchDAO getBatchDAO()
           
 BatchItemDAO getBatchItemDAO()
           
 BinDAO getBinDAO()
           
 CashDrawerDAO getCashDrawerDAO()
           
 CashTrayDAO getCashTrayDAO()
           
 CDTotalDAO getCDTotalDAO()
           
 DenominationalAmountDAO getDenominationalAmountDAO()
           
 

Method Detail

getCashDrawerDAO

CashDrawerDAO getCashDrawerDAO()
                               throws DAOException
Throws:
DAOException

getCashTrayDAO

CashTrayDAO getCashTrayDAO()
                           throws DAOException
Throws:
DAOException

getCDTotalDAO

CDTotalDAO getCDTotalDAO()
                         throws DAOException
Throws:
DAOException

getBinDAO

BinDAO getBinDAO()
                 throws DAOException
Throws:
DAOException

getBaitBillDAO

BaitBillDAO getBaitBillDAO()
                           throws DAOException
Throws:
DAOException

getBatchDAO

BatchDAO getBatchDAO()
                     throws DAOException
Throws:
DAOException

getBatchItemDAO

BatchItemDAO getBatchItemDAO()
                             throws DAOException
Throws:
DAOException

getDenominationalAmountDAO

DenominationalAmountDAO getDenominationalAmountDAO()
                                                   throws DAOException
Throws:
DAOException

IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2011