org.kuali.kfs.gl.dataaccess
Interface AccountBalanceObjectDao
- All Known Implementing Classes:
- AccountBalanceObjectDaoJdbc
public interface AccountBalanceObjectDao
A DAO interface that declares the methods necessary to query the database for the the account balance by object inquiry
Method Summary |
List |
findAccountBalanceByObject(Integer universityFiscalYear,
String chartOfAccountsCode,
String accountNumber,
String financialObjectLevelCode,
String financialReportingSortCode,
boolean isCostShareExcluded,
boolean isConsolidated,
int pendingEntriesCode)
Returns a collection of report data for the account balance by object inquiry |
findAccountBalanceByObject
List findAccountBalanceByObject(Integer universityFiscalYear,
String chartOfAccountsCode,
String accountNumber,
String financialObjectLevelCode,
String financialReportingSortCode,
boolean isCostShareExcluded,
boolean isConsolidated,
int pendingEntriesCode)
- Returns a collection of report data for the account balance by object inquiry
- Parameters:
universityFiscalYear
- the university fiscal year of reported on account balanceschartOfAccountsCode
- the chart of accounts code of reported on account balancesaccountNumber
- the account number of reported on account balancesfinancialObjectLevelCode
- the object level code of reported on account balancesfinancialReportingSortCode
- the sort code for reported resultsisCostShareExcluded
- whether cost share account balances should be excluded from the query or notisConsolidated
- whether the results of the query should be consolidatedpendingEntriesCode
- whether this query should account for no pending entries, approved pending entries, or all pending entries
- Returns:
- a List of Maps with the results of the query
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.