|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CashManagementDao
Method Summary | |
---|---|
CoinDetail |
findCoinDetailByCashieringRecordSource(String documentNumber,
String documentTypeCode,
String cashieringRecordSource)
Retrieves all coin detail records with the given document number, document type code, and cashiering record source |
CurrencyDetail |
findCurrencyDetailByCashieringRecordSource(String documentNumber,
String documentTypeCode,
String cashieringRecordSource)
Retrieves all currency detail records with the given document number, document type code, and cashiering record source |
List<CashieringItemInProcess> |
findOpenItemsInProcessByCampusCode(String campusCode)
This method returns a list of open items in process for a given campus code |
List<CashieringItemInProcess> |
findRecentlyClosedItemsInProcess(String campusCode)
This finds items in process associated with the given campus code closed within the past 30 days. |
List<CoinDetail> |
getAllCoinDetails(String documentNumber)
This method gets all coin details for a particular document number, irregardless of cashiering record source |
List<CurrencyDetail> |
getAllCurrencyDetails(String documentNumber)
This method retrieves all currency details associated with a cash management document |
List<Check> |
selectCashieringChecksForDeposit(String documentNumber,
Integer depositLineNumber)
Retrieves from the database all cashiering transaction checks deposited for a given deposit |
List<Check> |
selectDepositedCashieringChecks(String documentNumber)
Retrieves all deposited cashiering checks from the database |
Integer |
selectNextAvailableCheckLineNumber(String documentNumber)
Select the next available check line number for the given cash management document |
List<Check> |
selectUndepositedCashieringChecks(String documentNumber)
Retrieves from the database any undeposited cashiering transaction checks associated with the given cash management document |
Method Detail |
---|
List<CashieringItemInProcess> findOpenItemsInProcessByCampusCode(String campusCode)
campusCode
- the campus code to use to search open items in process for
List<CashieringItemInProcess> findRecentlyClosedItemsInProcess(String campusCode)
campusCode
- the campus code that the found items in process should be associated with
CurrencyDetail findCurrencyDetailByCashieringRecordSource(String documentNumber, String documentTypeCode, String cashieringRecordSource)
documentNumber
- the document number this currency detail was associated withdocumentTypeCode
- the type code of that documentcashieringRecordSource
- the cashiering record source
CoinDetail findCoinDetailByCashieringRecordSource(String documentNumber, String documentTypeCode, String cashieringRecordSource)
documentNumber
- the document the coin details were associated withdocumentTypeCode
- the type of that documentcashieringRecordSource
- the cashiering record source
List<Check> selectUndepositedCashieringChecks(String documentNumber)
documentNumber
- the document number of a cash management document that cashiering transaction checks may be associated
with
List<Check> selectCashieringChecksForDeposit(String documentNumber, Integer depositLineNumber)
documentNumber
- the document number of a cash management document that cashiering transaction checks have been
deposited fordepositLineNumber
- the line number of the deposit to find checks deposited for
List<Check> selectDepositedCashieringChecks(String documentNumber)
documentNumber
- the document to get checks associated with
List<CurrencyDetail> getAllCurrencyDetails(String documentNumber)
documentNumber
- the document number of the cash management document to get currency details for
List<CoinDetail> getAllCoinDetails(String documentNumber)
documentNumber
- the document number to find cash details for
Integer selectNextAvailableCheckLineNumber(String documentNumber)
documentNumber
- the document number of a cash management document
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |