public interface EncumbranceService
| Modifier and Type | Method and Description | 
|---|---|
| Iterator | findOpenEncumbrance(Map fieldValues,
                                      boolean includeZeroEncumbrances)This method finds the open encumbrances according to input fields and values | 
| Iterator | getAllEncumbrances()Fetch all encumbrance records from GL open encumbrance table. | 
| Integer | getOpenEncumbranceRecordCount(Map fieldValues,
                                                          boolean includeZeroEncumbrances)This method gets the number of the open encumbrances according to input fields and values | 
| Iterator | getSummarizedEncumbrances(String documentTypeCode,
                                                  boolean included)group all encumbrances with/without the given document type code by fiscal year, chart, account, sub-account, object code,
 sub object code, and balance type code, and summarize the encumbrance amount and the encumbrance close amount. | 
| void | purgeYearByChart(String chartOfAccountsCode,
                                int year)Purge an entire fiscal year for a single chart. | 
| void | save(Encumbrance enc)Save an Encumbrance entry | 
void save(Encumbrance enc)
enc - an encumbrance entryvoid purgeYearByChart(String chartOfAccountsCode, int year)
chartOfAccountsCode - the chart of encumbrances to purgeyear - the year of encumbrances to purageIterator getAllEncumbrances()
Iterator getSummarizedEncumbrances(String documentTypeCode, boolean included)
documentTypeCode - the given document type codeincluded - indicate if all encumbrances with the given document type are included in the results or notIterator findOpenEncumbrance(Map fieldValues, boolean includeZeroEncumbrances)
fieldValues - the input fields and valuesincludeZeroEncumbrances - should the query include encumbrances which have zeroed out?Integer getOpenEncumbranceRecordCount(Map fieldValues, boolean includeZeroEncumbrances)
fieldValues - the input fields and valuesincludeZeroEncumbrances - should the query include encumbrances which have zeroed out?Copyright © 2004–2015 The Kuali Foundation. All rights reserved.