public interface AccountBalanceConsolidationDao
Modifier and Type | Method and Description |
---|---|
List<Map<String,Object>> |
findAccountBalanceByConsolidationObjectTypes(String[] objectTypes,
Integer universityFiscalYear,
String chartOfAccountsCode,
String accountNumber,
boolean isExcludeCostShare,
boolean isConsolidated,
int pendingEntriesCode,
SystemOptions options,
UniversityDate today)
Returns account balance information that qualifies, based on the inquiry formed out of the parameters
|
List<Map<String,Object>> findAccountBalanceByConsolidationObjectTypes(String[] objectTypes, Integer universityFiscalYear, String chartOfAccountsCode, String accountNumber, boolean isExcludeCostShare, boolean isConsolidated, int pendingEntriesCode, SystemOptions options, UniversityDate today)
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 entriesoptions
- system optionstoday
- current university dateCopyright © 2004–2014 The Kuali Foundation. All rights reserved.