com.ibm.btt.bc.cm.dao.mem
Class CashTrayDAOMemImpl
java.lang.Object
com.ibm.btt.bc.cm.dao.mem.CashTrayDAOMemImpl
- All Implemented Interfaces:
- CashTrayDAO
public class CashTrayDAOMemImpl
- extends java.lang.Object
- implements CashTrayDAO
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CashTrayDAOMemImpl
public CashTrayDAOMemImpl()
getNew
public CashTray getNew()
- Specified by:
getNew
in interface CashTrayDAO
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
update
public void update(java.lang.String branchId,
java.lang.String drawerId,
CashTray cashTray)
- Specified by:
update
in interface CashTrayDAO
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, 2011