com.ibm.btt.bc.cm.dao
Interface CashTrayDAO
- All Known Implementing Classes:
- CashTrayDaoImpl, CashTrayDAOMemImpl
public interface CashTrayDAO
getNew
CashTray getNew()
save
void save(java.lang.String branchId,
java.lang.String drawerId,
CashTray cashTray)
throws DAOException
- Throws:
DAOException
find
CashTray find(java.lang.String branchId,
java.lang.String drawerId,
java.lang.String trayType)
throws DAOException
- Throws:
DAOException
getCashTraysInDrawer
java.util.List<CashTray> getCashTraysInDrawer(java.lang.String branchId,
java.lang.String drawerId)
throws DAOException
- Throws:
DAOException
update
void update(java.lang.String branchId,
java.lang.String drawerId,
CashTray cashTray)
throws DAOException
- Throws:
DAOException
(c) Copyright IBM Corporation 1998, 2009