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
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 inquiryuniversityFiscalYear
- the fiscal year of account balances to include in the inquirychartOfAccountsCode
- the chart of accounts of account balances to include in the inquiryaccountNumber
- the account number of account balances to include in the inquiryisExcludeCostShare
- whether to exclude cost share entries from this inquiry or notisConsolidated
- whether the results of the inquiry should be consolidatedpendingEntriesCode
- 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.