com.ibm.btt.bc.cm.dao
Interface CDTotalDAO
- All Known Implementing Classes:
- CDTotalDAOImpl, CDTotalDAOMemImpl
public interface CDTotalDAO
getNew
CDTotal getNew()
resetCDTotalsInCashDrawer
void resetCDTotalsInCashDrawer(java.lang.String branchId,
java.lang.String drawerId)
throws DAOException
- Set field 'amount' and 'count' of all CDTotals in a cash drawer to zero.
- Throws:
DAOException
find
CDTotal find(java.lang.String branchId,
java.lang.String drawerId,
java.lang.String totalType)
throws DAOException
- Throws:
DAOException
getCDTotalsInCashDrawer
java.util.List<CDTotal> getCDTotalsInCashDrawer(java.lang.String branchId,
java.lang.String drawerId)
throws DAOException
- Throws:
DAOException
update
void update(java.lang.String branchId,
java.lang.String drawerId,
CDTotal total)
throws DAOException
- Throws:
DAOException
save
java.lang.String save(CDTotal newCDTotal)
throws DAOException
- Throws:
DAOException
(c) Copyright IBM Corporation 1998, 2009