| org.kuali.core.dao.ojb.PlatformAwareDaoBaseOjb org.kuali.module.gl.dao.ojb.AccountBalanceDaoOjb
Method Summary | |
public List | findAccountBalanceByConsolidationByObjectTypes(String[] objectTypes, Integer universityFiscalYear, String chartOfAccountsCode, String accountNumber, boolean isExcludeCostShare, boolean isConsolidated, int pendingEntriesCode) | public List | findAccountBalanceByLevel(Integer universityFiscalYear, String chartOfAccountsCode, String accountNumber, String financialConsolidationObjectCode, boolean isCostShareExcluded, boolean isConsolidated, int pendingEntriesCode) | public List | findAccountBalanceByObject(Integer universityFiscalYear, String chartOfAccountsCode, String accountNumber, String financialObjectLevelCode, String financialReportingSortCode, boolean isCostShareExcluded, boolean isConsolidated, int pendingEntriesCode) | public Iterator | findAvailableAccountBalance(Map fieldValues) | public Iterator | findConsolidatedAvailableAccountBalance(Map fieldValues) | public AccountBalanceConsolidationDao | getAccountBalanceConsolidationDao() | public AccountBalanceLevelDao | getAccountBalanceLevelDao() | public AccountBalanceObjectDao | getAccountBalanceObjectDao() | public AccountBalance | getByTransaction(Transaction t) | public void | purgeYearByChart(String chartOfAccountsCode, int year) Purge an entire fiscal year for a single chart. | public void | save(AccountBalance ab) | public void | setAccountBalanceConsolidationDao(AccountBalanceConsolidationDao accountBalanceConsolidationDao) | public void | setAccountBalanceLevelDao(AccountBalanceLevelDao accountBalanceLevelDao) | public void | setAccountBalanceObjectDao(AccountBalanceObjectDao accountBalanceObjectDao) |
findAccountBalanceByConsolidationByObjectTypes | public List findAccountBalanceByConsolidationByObjectTypes(String[] objectTypes, Integer universityFiscalYear, String chartOfAccountsCode, String accountNumber, boolean isExcludeCostShare, boolean isConsolidated, int pendingEntriesCode)(Code) | | Get available balances by consolidation for specific object types
Parameters: objectTypes - the object types that reported account balances must have Parameters: universityFiscalYear - the university fiscal year of account balances to find Parameters: chartOfAccountsCode - the chart of accounts of account balances to find Parameters: accountNumber - the account number of account balances to find Parameters: isExcludeCostShare - whether cost share entries should be excluded from this inquiry Parameters: isConsolidated - whether the results of this should be consolidated or not Parameters: pendingEntriesCode - whether to include no pending entries, approved pending entries, or all pending entries a List of Maps with the appropriate query results See Also: org.kuali.module.gl.dao.AccountBalanceDao.findAccountBalanceByConsolidationByObjectTypes(java.lang.String[]java.lang.Integerjava.lang.Stringjava.lang.Stringbooleanbooleanint) |
findAccountBalanceByLevel | public List findAccountBalanceByLevel(Integer universityFiscalYear, String chartOfAccountsCode, String accountNumber, String financialConsolidationObjectCode, boolean isCostShareExcluded, boolean isConsolidated, int pendingEntriesCode)(Code) | | Get available balances by level
Parameters: universityFiscalYear - the university fiscal year of account balances to find Parameters: chartOfAccountsCode - the chart of accounts of account balances to find Parameters: accountNumber - the account number of account balances to find Parameters: financialConsolidationObjectCode - the consolidation code of account balances to find Parameters: isCostShareExcluded - whether cost share entries should be excluded from this inquiry Parameters: isConsolidated - whether the results of this should be consolidated or not a List of Mapswith the appropriate query results See Also: org.kuali.module.gl.dao.AccountBalanceDao.findAccountBalanceByLevel(java.lang.Integerjava.lang.Stringjava.lang.Stringjava.lang.Stringbooleanbooleanint) |
findAccountBalanceByObject | public List findAccountBalanceByObject(Integer universityFiscalYear, String chartOfAccountsCode, String accountNumber, String financialObjectLevelCode, String financialReportingSortCode, boolean isCostShareExcluded, boolean isConsolidated, int pendingEntriesCode)(Code) | | Get available balances by object
Parameters: universityFiscalYear - the university fiscal year of account balances to find Parameters: chartOfAccountsCode - the chart of accounts of account balances to find Parameters: accountNumber - the account number of account balances to find Parameters: financialObjectLevelCode - the object level code of account balances to find Parameters: financialReportingSortCode - Parameters: isCostShareExcluded - whether cost share entries should be excluded from this inquiry Parameters: isConsolidated - whether the results of this should be consolidated or not a List of Maps with the appropriate query results See Also: org.kuali.module.gl.dao.AccountBalanceDao.findAccountBalanceByObject(java.lang.Integerjava.lang.Stringjava.lang.Stringjava.lang.Stringjava.lang.Stringbooleanbooleanint) |
|
|