com.ibm.btt.bc.cm.dao.mem
Class DenominationalAmountDAOMemImpl
java.lang.Object
com.ibm.btt.bc.cm.dao.mem.DenominationalAmountDAOMemImpl
- All Implemented Interfaces:
- DenominationalAmountDAO
public class DenominationalAmountDAOMemImpl
- extends java.lang.Object
- implements DenominationalAmountDAO
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DenominationalAmountDAOMemImpl
public DenominationalAmountDAOMemImpl()
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