| org.kuali.module.gl.dao.AccountBalanceObjectDao
All known Subclasses: org.kuali.module.gl.dao.jdbc.AccountBalanceObjectDaoJdbc,
AccountBalanceObjectDao | public interface AccountBalanceObjectDao (Code) | | A DAO interface that declares the methods necessary to query the database for the the account balance by object inquiry
|
findAccountBalanceByObject | public List findAccountBalanceByObject(Integer universityFiscalYear, String chartOfAccountsCode, String accountNumber, String financialObjectLevelCode, String financialReportingSortCode, boolean isCostShareExcluded, boolean isConsolidated, int pendingEntriesCode)(Code) | | Returns a collection of report data for the account balance by object inquiry
Parameters: universityFiscalYear - the university fiscal year of reported on account balances Parameters: chartOfAccountsCode - the chart of accounts code of reported on account balances Parameters: accountNumber - the account number of reported on account balances Parameters: financialObjectLevelCode - the object level code of reported on account balances Parameters: financialReportingSortCode - the sort code for reported results Parameters: isCostShareExcluded - whether cost share account balances should be excluded from the query or not Parameters: isConsolidated - whether the results of the query should be consolidated Parameters: pendingEntriesCode - whether this query should account for no pending entries, approved pending entries, or all pending entries a List of Maps with the results of the query |
|
|