public interface SufficientFundsService
Modifier and Type | Method and Description |
---|---|
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
|
List<SufficientFundsItem> |
checkSufficientFundsForInvoice(List<? extends Transaction> transactions) |
List<SufficientFundsItem> |
checkSufficientFundsForPREQ(List<? extends Transaction> 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
|
List<SufficientFundsItem> checkSufficientFunds(GeneralLedgerPostingDocument document)
document
- document to checkList<SufficientFundsItem> checkSufficientFunds(List<? extends Transaction> transactions)
transactions
- list of transactionsList<SufficientFundsItem> checkSufficientFundsForPREQ(List<? extends Transaction> transactions)
List<SufficientFundsItem> checkSufficientFundsForInvoice(List<? extends Transaction> transactions)
String getSufficientFundsObjectCode(ObjectCode financialObject, String accountSufficientFundsCode)
financialObject
- the object code being checked againstaccountSufficientFundsCode
- the kind of sufficient funds checking turned on in this systemvoid purgeYearByChart(String chart, int year)
chart
- chart of sufficient fund balances to purgeyear
- fiscal year of sufficent fund balances to purgeCopyright © 2004–2015 The Kuali Foundation. All rights reserved.