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.
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.
Parameters: documentTypeCode - the given document type code Parameters: included - indicate if all encumbrances with the given document type are included in the results or not See Also:org.kuali.module.gl.service.EncumbranceService.getSummarizedEncumbrances(java.lang.Stringboolean)
purgeYearByChart
public void purgeYearByChart(String chartOfAccountsCode, int year)(Code)