| org.kuali.module.gl.dao.jdbc.AccountBalanceDaoJdbcBase org.kuali.module.gl.dao.jdbc.AccountBalanceConsolidationDaoJdbc
findAccountBalanceByConsolidationObjectTypes | public List<Map<String, Object>> findAccountBalanceByConsolidationObjectTypes(String[] objectTypes, Integer universityFiscalYear, String chartOfAccountsCode, String accountNumber, boolean isExcludeCostShare, boolean isConsolidated, int pendingEntriesCode)(Code) | | 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 inquiry Parameters: universityFiscalYear - the fiscal year of account balances to include in the inquiry Parameters: chartOfAccountsCode - the chart of accounts of account balances to include in the inquiry Parameters: accountNumber - the account number of account balances to include in the inquiry Parameters: isExcludeCostShare - whether to exclude cost share entries from this inquiry or not Parameters: isConsolidated - whether the results of the inquiry should be consolidated Parameters: pendingEntriesCode - whether the inquiry should also report results based on no pending entries, approved pending entries, or all pending entries a List of Maps with the report information from this inquiry See Also: org.kuali.module.gl.dao.AccountBalanceConsolidationDao.findAccountBalanceByConsolidationObjectTypes(java.lang.String[]java.lang.Integerjava.lang.Stringjava.lang.Stringbooleanbooleanint) |
|
|