|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SufficientFundsService
Service used for manipulating disbursement voucher cover sheets.
Method Summary | |
---|---|
List<SufficientFundsItem> |
checkSufficientFunds(GeneralLedgerPostingDocument document)
Checks for sufficient funds on a single document |
List<SufficientFundsItem> |
checkSufficientFunds(List<? extends Transaction> transactions)
Checks for sufficient funds on a list of transactions |
String |
getSufficientFundsObjectCode(ObjectCode financialObject,
String accountSufficientFundsCode)
This operation derives the acct_sf_finobj_cd which is used to populate the General Ledger Pending entry table, so that later we can do Suff Fund checking against that entry |
void |
purgeYearByChart(String chart,
int year)
Purge the sufficient funds balance table by year/chart |
Method Detail |
---|
List<SufficientFundsItem> checkSufficientFunds(GeneralLedgerPostingDocument document)
document
- document to check
List<SufficientFundsItem> checkSufficientFunds(List<? extends Transaction> transactions)
transactions
- list of transactions
String getSufficientFundsObjectCode(ObjectCode financialObject, String accountSufficientFundsCode)
financialObject
- the object code being checked againstaccountSufficientFundsCode
- the kind of sufficient funds checking turned on in this system
void purgeYearByChart(String chart, int year)
chart
- chart of sufficient fund balances to purgeyear
- fiscal year of sufficent fund balances to purge
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |