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