public interface AccountBalanceLevelDao
| Modifier and Type | Method and Description |
|---|---|
List<Map<String,Object>> |
findAccountBalanceByLevel(Integer universityFiscalYear,
String chartOfAccountsCode,
String accountNumber,
String financialConsolidationObjectCode,
boolean isCostShareExcluded,
boolean isConsolidated,
int pendingEntriesCode,
UniversityDate today,
SystemOptions options)
Returns a collection of report data for the account balance by level inquiry
|
List<Map<String,Object>> findAccountBalanceByLevel(Integer universityFiscalYear, String chartOfAccountsCode, String accountNumber, String financialConsolidationObjectCode, boolean isCostShareExcluded, boolean isConsolidated, int pendingEntriesCode, UniversityDate today, SystemOptions options)
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 balancesfinancialConsolidationObjectCode - the consolidation code of reported on account balancesisCostShareExcluded - 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
entriestoday - the current university dateoptions - system optionsCopyright © 2004–2015 The Kuali Foundation. All rights reserved.