|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AccountBalanceDao
An interface that declares methods needed for AccountBalances to interact with the database
Method Summary | |
---|---|
List |
findAccountBalanceByConsolidationByObjectTypes(String[] objectTypes,
Integer universityFiscalYear,
String chartOfAccountsCode,
String accountNumber,
boolean isExcludeCostShare,
boolean isConsolidated,
int pendingEntriesCode)
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)
Get available balances by level |
List |
findAccountBalanceByObject(Integer universityFiscalYear,
String chartOfAccountsCode,
String accountNumber,
String financialObjectLevelCode,
String financialReportingSortCode,
boolean isCostShareExcluded,
boolean isConsolidated,
int pendingEntryCode)
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. |
void |
save(AccountBalance ab)
Saves an account balance to the database |
Method Detail |
---|
AccountBalance getByTransaction(Transaction t)
t
- a transaction to find an appropriate related account balance for
void save(AccountBalance ab)
ab
- an account balance to saveIterator findConsolidatedAvailableAccountBalance(Map fieldValues)
fieldValues
- the input fields and values
Iterator findAvailableAccountBalance(Map fieldValues)
fieldValues
- the input fields and values
List findAccountBalanceByConsolidationByObjectTypes(String[] objectTypes, Integer universityFiscalYear, String chartOfAccountsCode, String accountNumber, boolean isExcludeCostShare, boolean isConsolidated, int pendingEntriesCode)
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 entries
List findAccountBalanceByLevel(Integer universityFiscalYear, String chartOfAccountsCode, String accountNumber, String financialConsolidationObjectCode, boolean isCostShareExcluded, boolean isConsolidated, int pendingEntryCode)
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 not
List findAccountBalanceByObject(Integer universityFiscalYear, String chartOfAccountsCode, String accountNumber, String financialObjectLevelCode, String financialReportingSortCode, boolean isCostShareExcluded, boolean isConsolidated, int pendingEntryCode)
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 not
void 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 year
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |