| org.kuali.module.gl.dao.YearEndDao
All known Subclasses: org.kuali.module.gl.dao.jdbc.YearEndDaoJdbc,
YearEndDao | public interface YearEndDao (Code) | | An interface that declares methods needed for error reporting by the year end jobs
|
findKeysOfMissingPriorYearAccountsForBalances | public Set<Map<String, String>> findKeysOfMissingPriorYearAccountsForBalances(Integer balanceFiscalYear)(Code) | | Returns the keys (Chart Code and Account Number) of PriorYearAccounts that are missing for the balances associated with the
given fiscal year
Parameters: balanceFiscalYear - a fiscal year to find balances for a set of the missing primary keys |
findKeysOfMissingPriorYearAccountsForOpenEncumbrances | public Set<Map<String, String>> findKeysOfMissingPriorYearAccountsForOpenEncumbrances(Integer encumbranceFiscalYear)(Code) | | Returns a set of the keys (chartOfAccountsCode and accountNumber) of PriorYearAccounts that are missing for the open
encumbrances of a given fiscal year
Parameters: balanceFiscalYear - a fiscal year to find open encumbrances for a set of the missing primary keys |
findKeysOfMissingSubFundGroupsForBalances | public Set<Map<String, String>> findKeysOfMissingSubFundGroupsForBalances(Integer balanceFiscalYear)(Code) | | Returns a set of the keys (subFundGroupCode) of sub fund groups that are missing for the prior year accounts associated with
a fiscal year to find balances for
Parameters: balanceFiscalYear - the fiscal year to find balances for a set of missing primary keys |
findKeysOfMissingSubFundGroupsForOpenEncumbrances | public Set<Map<String, String>> findKeysOfMissingSubFundGroupsForOpenEncumbrances(Integer encumbranceFiscalYear)(Code) | | Returns a set of the keys (subFundGroupCode) of sub fund groups that are missing for the prior year accounts associated with
a fiscal year to find open encumbrances for
Parameters: encumbranceFiscalYear - the fiscal year to find encumbrnaces for a set of missing primary keys |
|
|