org.kuali.kfs.gl.batch.dataaccess
Interface YearEndDao

All Known Implementing Classes:
YearEndDaoJdbc

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

findKeysOfMissingPriorYearAccountsForBalances

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

Parameters:
balanceFiscalYear - a fiscal year to find balances for
Returns:
a set of the missing primary keys

findKeysOfMissingPriorYearAccountsForOpenEncumbrances

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

Parameters:
balanceFiscalYear - a fiscal year to find open encumbrances for
Returns:
a set of the missing primary keys

findKeysOfMissingSubFundGroupsForBalances

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

Parameters:
balanceFiscalYear - the fiscal year to find balances for
Returns:
a set of missing primary keys

findKeysOfMissingSubFundGroupsForOpenEncumbrances

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

Parameters:
encumbranceFiscalYear - the fiscal year to find encumbrnaces for
Returns:
a set of missing primary keys


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.