public interface AccountBalanceDao
| Modifier and Type | Method and Description | 
|---|---|
| List | findAccountBalanceByConsolidationByObjectTypes(String[] objectTypes,
                                                                                            Integer universityFiscalYear,
                                                                                            String chartOfAccountsCode,
                                                                                            String accountNumber,
                                                                                            boolean isExcludeCostShare,
                                                                                            boolean isConsolidated,
                                                                                            int pendingEntriesCode,
                                                                                            SystemOptions options,
                                                                                            UniversityDate today)Get available balances by consolidation for specific object types | 
| List | findAccountBalanceByLevel(Integer universityFiscalYear,
                                                  String chartOfAccountsCode,
                                                  String accountNumber,
                                                  String financialConsolidationObjectCode,
                                                  boolean isCostShareExcluded,
                                                  boolean isConsolidated,
                                                  int pendingEntryCode,
                                                  UniversityDate today,
                                                  SystemOptions options)Get available balances by level | 
| List | findAccountBalanceByObject(Integer universityFiscalYear,
                                                    String chartOfAccountsCode,
                                                    String accountNumber,
                                                    String financialObjectLevelCode,
                                                    String financialReportingSortCode,
                                                    boolean isCostShareExcluded,
                                                    boolean isConsolidated,
                                                    int pendingEntryCode,
                                                    UniversityDate today,
                                                    SystemOptions options)Get available balances by object | 
| Iterator | findAvailableAccountBalance(Map fieldValues)This method finds the available account balances according to input fields and values | 
| Iterator | findConsolidatedAvailableAccountBalance(Map fieldValues)This method finds the available account balances according to input fields and values | 
| Integer | findCountGreaterOrEqualThan(Integer year) | 
| AccountBalance | getByTransaction(Transaction t)Given a transaction, finds a matching account balance in the database | 
| void | purgeYearByChart(String chartOfAccountscode,
                                int year)Purge an entire fiscal year for a single chart. | 
AccountBalance getByTransaction(Transaction t)
t - a transaction to find an appropriate related account balance forIterator findConsolidatedAvailableAccountBalance(Map fieldValues)
fieldValues - the input fields and valuesIterator findAvailableAccountBalance(Map fieldValues)
fieldValues - the input fields and valuesList findAccountBalanceByConsolidationByObjectTypes(String[] objectTypes, Integer universityFiscalYear, String chartOfAccountsCode, String accountNumber, boolean isExcludeCostShare, boolean isConsolidated, int pendingEntriesCode, SystemOptions options, UniversityDate today)
objectTypes - the object types that reported account balances must haveuniversityFiscalYear - the university fiscal year of account balances to findchartOfAccountsCode - the chart of accounts of account balances to findaccountNumber - the account number of account balances to findisExcludeCostShare - whether cost share entries should be excluded from this inquiryisConsolidated - whether the results of this should be consolidated or notpendingEntriesCode - whether to include no pending entries, approved pending entries, or all pending entriesoptions - system optionstoday - current university dateList findAccountBalanceByLevel(Integer universityFiscalYear, String chartOfAccountsCode, String accountNumber, String financialConsolidationObjectCode, boolean isCostShareExcluded, boolean isConsolidated, int pendingEntryCode, UniversityDate today, SystemOptions options)
universityFiscalYear - the university fiscal year of account balances to findchartOfAccountsCode - the chart of accounts of account balances to findaccountNumber - the account number of account balances to findfinancialConsolidationObjectCode - the consolidation code of account balances to findisCostShareExcluded - whether cost share entries should be excluded from this inquiryisConsolidated - whether the results of this should be consolidated or notpendingEntryCode - today - the current university dateList findAccountBalanceByObject(Integer universityFiscalYear, String chartOfAccountsCode, String accountNumber, String financialObjectLevelCode, String financialReportingSortCode, boolean isCostShareExcluded, boolean isConsolidated, int pendingEntryCode, UniversityDate today, SystemOptions options)
universityFiscalYear - the university fiscal year of account balances to findchartOfAccountsCode - the chart of accounts of account balances to findaccountNumber - the account number of account balances to findfinancialObjectLevelCode - the object level code of account balances to findfinancialReportingSortCode - isCostShareExcluded - whether cost share entries should be excluded from this inquiryisConsolidated - whether the results of this should be consolidated or notpendingEntryCode - today - the current university datevoid purgeYearByChart(String chartOfAccountscode, int year)
chartOfAccountsCode - the chart of accounts code of account balances to purgeyear - the fiscal year of account balances to purgeInteger findCountGreaterOrEqualThan(Integer year)
year - the given university fiscal yearCopyright © 2004–2015 The Kuali Foundation. All rights reserved.