com.ibm.btt.bc.cm.dao.mem
Class CashDrawerDAOMemImpl
java.lang.Object
com.ibm.btt.bc.cm.dao.mem.CashDrawerDAOMemImpl
- All Implemented Interfaces:
- CashDrawerDAO
public class CashDrawerDAOMemImpl
- extends java.lang.Object
- implements CashDrawerDAO
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CashDrawerDAOMemImpl
public CashDrawerDAOMemImpl()
clear
public static void clear()
getAll
public java.util.List<CashDrawer> getAll(java.lang.String branchId)
- Specified by:
getAll
in interface CashDrawerDAO
save
public java.lang.String save(CashDrawer entity)
throws DAOException
- Specified by:
save
in interface CashDrawerDAO
- Throws:
DAOException
update
public void update(CashDrawer entity)
- Specified by:
update
in interface CashDrawerDAO
getNew
public CashDrawer getNew()
- Specified by:
getNew
in interface CashDrawerDAO
find
public CashDrawer find(java.lang.String branchId,
java.lang.String drawerId)
throws DAOException
- Specified by:
find
in interface CashDrawerDAO
- Throws:
DAOException
getAssignedCashDrawersForUser
public java.util.List<CashDrawer> getAssignedCashDrawersForUser(java.lang.String branchId,
java.lang.String userId)
throws DAOException
- Specified by:
getAssignedCashDrawersForUser
in interface CashDrawerDAO
- Throws:
DAOException
delete
public java.lang.String delete(CashDrawer cashDrawer)
throws DAOException
- Specified by:
delete
in interface CashDrawerDAO
- Throws:
DAOException
(c) Copyright IBM Corporation 1998, 2010