|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface YearEndDao
An interface that declares methods needed for error reporting by the year end jobs
Method Summary | |
---|---|
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 |
Method Detail |
---|
Set<Map<String,String>> findKeysOfMissingPriorYearAccountsForBalances(Integer balanceFiscalYear)
balanceFiscalYear
- a fiscal year to find balances for
Set<Map<String,String>> findKeysOfMissingPriorYearAccountsForOpenEncumbrances(Integer encumbranceFiscalYear)
balanceFiscalYear
- a fiscal year to find open encumbrances for
Set<Map<String,String>> findKeysOfMissingSubFundGroupsForBalances(Integer balanceFiscalYear)
balanceFiscalYear
- the fiscal year to find balances for
Set<Map<String,String>> findKeysOfMissingSubFundGroupsForOpenEncumbrances(Integer encumbranceFiscalYear)
encumbranceFiscalYear
- the fiscal year to find encumbrnaces for
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |