org.kuali.kfs.gl.dataaccess
Interface AccountBalanceConsolidationDao

All Known Implementing Classes:
AccountBalanceConsolidationDaoJdbc

public interface AccountBalanceConsolidationDao

An interface to methods needed to calculate Balance By Consolidation Balance inquiries to query the database


Method Summary
 List<Map<String,Object>> findAccountBalanceByConsolidationObjectTypes(String[] objectTypes, Integer universityFiscalYear, String chartOfAccountsCode, String accountNumber, boolean isExcludeCostShare, boolean isConsolidated, int pendingEntriesCode)
          Returns account balance information that qualifies, based on the inquiry formed out of the parameters
 

Method Detail

findAccountBalanceByConsolidationObjectTypes

List<Map<String,Object>> findAccountBalanceByConsolidationObjectTypes(String[] objectTypes,
                                                                      Integer universityFiscalYear,
                                                                      String chartOfAccountsCode,
                                                                      String accountNumber,
                                                                      boolean isExcludeCostShare,
                                                                      boolean isConsolidated,
                                                                      int pendingEntriesCode)
Returns account balance information that qualifies, based on the inquiry formed out of the parameters

Parameters:
objectTypes - the object types of account balances to include in the inquiry
universityFiscalYear - the fiscal year of account balances to include in the inquiry
chartOfAccountsCode - the chart of accounts of account balances to include in the inquiry
accountNumber - the account number of account balances to include in the inquiry
isExcludeCostShare - whether to exclude cost share entries from this inquiry or not
isConsolidated - whether the results of the inquiry should be consolidated
pendingEntriesCode - whether the inquiry should also report results based on no pending entries, approved pending entries, or all pending entries
Returns:
a List of Maps with the report information from this inquiry


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