org.kuali.kfs.gl.dataaccess
Interface AccountBalanceLevelDao

All Known Implementing Classes:
AccountBalanceLevelDaoJdbc

public interface AccountBalanceLevelDao

A DAO inteface that declares methods necessary to query the database for the account balance by level inquiry


Method Summary
 List<Map<String,Object>> findAccountBalanceByLevel(Integer universityFiscalYear, String chartOfAccountsCode, String accountNumber, String financialConsolidationObjectCode, boolean isCostShareExcluded, boolean isConsolidated, int pendingEntriesCode)
          Returns a collection of report data for the account balance by level inquiry
 

Method Detail

findAccountBalanceByLevel

List<Map<String,Object>> findAccountBalanceByLevel(Integer universityFiscalYear,
                                                   String chartOfAccountsCode,
                                                   String accountNumber,
                                                   String financialConsolidationObjectCode,
                                                   boolean isCostShareExcluded,
                                                   boolean isConsolidated,
                                                   int pendingEntriesCode)
Returns a collection of report data for the account balance by level inquiry

Parameters:
universityFiscalYear - the university fiscal year of reported on account balances
chartOfAccountsCode - the chart of accounts code of reported on account balances
accountNumber - the account number of reported on account balances
financialConsolidationObjectCode - the consolidation code of reported on account balances
isCostShareExcluded - whether cost share account balances should be excluded from the query or not
isConsolidated - whether the results of the query should be consolidated
pendingEntriesCode - whether this query should account for no pending entries, approved pending entries, or all pending entries
Returns:
a List of Maps with appropriate report data


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