com.ibm.btt.bc.cm.dao.db2
Class CashTrayDaoImpl
java.lang.Object
com.ibm.btt.bc.cm.dao.db2.DAOBase
com.ibm.btt.bc.cm.dao.db2.CashTrayDaoImpl
- All Implemented Interfaces:
- CashTrayDAO
public class CashTrayDaoImpl
- extends DAOBase
- implements CashTrayDAO
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CashTrayDaoImpl
public CashTrayDaoImpl(ConnectionPool connectionPool,
java.lang.String schema)
find
public CashTray find(java.lang.String branchId,
java.lang.String drawerId,
java.lang.String trayType)
throws DAOException
- Specified by:
find
in interface CashTrayDAO
- Throws:
DAOException
getCashTraysInDrawer
public java.util.List<CashTray> getCashTraysInDrawer(java.lang.String branchId,
java.lang.String drawerId)
throws DAOException
- Specified by:
getCashTraysInDrawer
in interface CashTrayDAO
- Throws:
DAOException
getNew
public CashTray getNew()
- Specified by:
getNew
in interface CashTrayDAO
update
public void update(java.lang.String branchId,
java.lang.String drawerId,
CashTray cashTray)
throws DAOException
- Specified by:
update
in interface CashTrayDAO
- Throws:
DAOException
save
public void save(java.lang.String branchId,
java.lang.String drawerId,
CashTray cashTray)
throws DAOException
- Specified by:
save
in interface CashTrayDAO
- Throws:
DAOException
(c) Copyright IBM Corporation 1998, 2010