IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

com.ibm.btt.bc.cm.dao.mem
Class DenominationalAmountDAOMemImpl

java.lang.Object
  extended by com.ibm.btt.bc.cm.dao.mem.DenominationalAmountDAOMemImpl
All Implemented Interfaces:
DenominationalAmountDAO

public class DenominationalAmountDAOMemImpl
extends java.lang.Object
implements DenominationalAmountDAO


Constructor Summary
DenominationalAmountDAOMemImpl()
           
 
Method Summary
 java.util.List<DenominationalAmount> getCurrentPositionForTray(java.lang.String branchId, java.lang.String drawerId, java.lang.String trayType)
           
 DenominationalAmount getNew()
           
 java.util.List<DenominationalAmount> getStartingPositionForTray(java.lang.String branchId, java.lang.String drawerId, java.lang.String trayType)
           
 void update(java.lang.String branchId, java.lang.String drawerId, java.lang.String trayType, java.lang.String amountType, DenominationalAmount amount)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DenominationalAmountDAOMemImpl

public DenominationalAmountDAOMemImpl()
Method Detail

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

IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2010