| org.kuali.module.gl.service.SufficientFundsService
All known Subclasses: org.kuali.module.gl.service.impl.SufficientFundsServiceImpl,
SufficientFundsService | public interface SufficientFundsService (Code) | | Service used for manipulating disbursement voucher cover sheets.
|
checkSufficientFunds | public List<SufficientFundsItem> checkSufficientFunds(GeneralLedgerPostingDocument document)(Code) | | Checks for sufficient funds on a single document
Parameters: document - document to check Empty List if has sufficient funds for all accounts, List of SufficientFundsItem if not |
checkSufficientFunds | public List<SufficientFundsItem> checkSufficientFunds(List<? extends Transaction> transactions)(Code) | | Checks for sufficient funds on a list of transactions
Parameters: transactions - list of transactions Empty List if has sufficient funds for all accounts, List of SufficientFundsItem if not |
getSufficientFundsObjectCode | public String getSufficientFundsObjectCode(ObjectCode financialObject, String accountSufficientFundsCode)(Code) | | 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
Parameters: financialObject - the object code being checked against Parameters: accountSufficientFundsCode - the kind of sufficient funds checking turned on in this system the object code that should be used for the sufficient funds inquiry, or a blank String |
purgeYearByChart | public void purgeYearByChart(String chart, int year)(Code) | | Purge the sufficient funds balance table by year/chart
Parameters: chart - chart of sufficient fund balances to purge Parameters: year - fiscal year of sufficent fund balances to purge |
|
|