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 an Iterator of arrays of java.lang.Objects holding summarization data about qualifying encumbrances See Also:org.kuali.module.gl.dao.EncumbranceDao.getSummarizedEncumbrances(Stringboolean)
purgeYearByChart
public void purgeYearByChart(String chartOfAccountsCode, int year)(Code)
Purges the database of all those encumbrances with the given chart and year
Parameters: chartOfAccountsCode - the chart of accounts code purged encumbrances will have Parameters: year - the university fiscal year purged encumbrances will have See Also:org.kuali.module.gl.dao.EncumbranceDao.purgeYearByChart(java.lang.Stringint)