|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface EncumbranceService
An interface declaring services dealing with encumbrances
| Method Summary | |
|---|---|
Iterator |
findOpenEncumbrance(Map fieldValues)
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)
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 |
| Method Detail |
|---|
void save(Encumbrance enc)
enc - an encumbrance entry
void 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)
fieldValues - the input fields and values
Integer getOpenEncumbranceRecordCount(Map fieldValues)
fieldValues - the input fields and values
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||