public interface YearEndDao
| Modifier and Type | Method and Description | 
|---|---|
| Set<Map<String,String>> | findKeysOfMissingPriorYearAccountsForBalances(Integer balanceFiscalYear)Returns the keys (Chart Code and Account Number) of PriorYearAccounts that are missing for the balances associated with the
 given fiscal year | 
| Set<Map<String,String>> | findKeysOfMissingPriorYearAccountsForOpenEncumbrances(Integer encumbranceFiscalYear)Returns a set of the keys (chartOfAccountsCode and accountNumber) of PriorYearAccounts that are missing for the open
 encumbrances of a given fiscal year | 
| Set<Map<String,String>> | findKeysOfMissingSubFundGroupsForBalances(Integer balanceFiscalYear)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 | 
| Set<Map<String,String>> | findKeysOfMissingSubFundGroupsForOpenEncumbrances(Integer encumbranceFiscalYear)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 | 
Set<Map<String,String>> findKeysOfMissingPriorYearAccountsForBalances(Integer balanceFiscalYear)
balanceFiscalYear - a fiscal year to find balances forSet<Map<String,String>> findKeysOfMissingPriorYearAccountsForOpenEncumbrances(Integer encumbranceFiscalYear)
balanceFiscalYear - a fiscal year to find open encumbrances forSet<Map<String,String>> findKeysOfMissingSubFundGroupsForBalances(Integer balanceFiscalYear)
balanceFiscalYear - the fiscal year to find balances forSet<Map<String,String>> findKeysOfMissingSubFundGroupsForOpenEncumbrances(Integer encumbranceFiscalYear)
encumbranceFiscalYear - the fiscal year to find encumbrnaces forCopyright © 2004–2015 The Kuali Foundation. All rights reserved.