public interface AccountBalanceService
Modifier and Type | Field and Description |
---|---|
static int |
PENDING_ALL |
static int |
PENDING_APPROVED |
static int |
PENDING_NONE |
Modifier and Type | Method and Description |
---|---|
List |
findAccountBalanceByConsolidation(Integer universityFiscalYear,
String chartOfAccountsCode,
String accountNumber,
String subAccountNumber,
boolean isCostShareExcluded,
boolean isConsolidated,
int pendingEntryCode)
This method finds the available account balances according to input fields and values
|
List |
findAccountBalanceByLevel(Integer universityFiscalYear,
String chartOfAccountsCode,
String accountNumber,
String subAccountNumber,
String financialConsolidationObjectCode,
boolean isCostShareExcluded,
boolean isConsolidated,
int pendingEntryCode)
This method finds the available account balances according to input fields and values
|
List |
findAccountBalanceByObject(Integer universityFiscalYear,
String chartOfAccountsCode,
String accountNumber,
String subAccountNumber,
String financialObjectLevelCode,
String financialReportingSortCode,
boolean isCostShareExcluded,
boolean isConsolidated,
int pendingEntryCode)
This method finds the available account balances according to input fields and values
|
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 |
getAvailableAccountBalanceCount(Map fieldValues,
boolean isConsolidated)
This method gets the number of the available account balances according to input fields and values
|
void |
purgeYearByChart(String chartOfAccountsCode,
int year)
Purge an entire fiscal year for a single chart.
|
void |
save(AccountBalance ab)
Save an account balance
|
static final int PENDING_NONE
static final int PENDING_APPROVED
static final int PENDING_ALL
Iterator findConsolidatedAvailableAccountBalance(Map fieldValues)
fieldValues
- the input fields and valuesInteger getAvailableAccountBalanceCount(Map fieldValues, boolean isConsolidated)
fieldValues
- the input fields and valuesisConsolidated
- determine whether the search results are consolidatedIterator findAvailableAccountBalance(Map fieldValues)
fieldValues
- the input fields and valuesisConsolidated
- determine whether the search results are consolidatedList findAccountBalanceByConsolidation(Integer universityFiscalYear, String chartOfAccountsCode, String accountNumber, String subAccountNumber, boolean isCostShareExcluded, boolean isConsolidated, int pendingEntryCode)
universityFiscalYear
- the fiscal year account to find account balances forchartOfAccountsCode
- the chart of accounts code to find account balances foraccountNumber
- the account number to find account balances forsubAccountNumber
- the sub account number to find account balances forisCostShareExcluded
- should account balances found have cost share information excluded?isConsolidated
- should account balances found be consolidated?pendingEntryCode
- should pending entries be included in the query?List findAccountBalanceByLevel(Integer universityFiscalYear, String chartOfAccountsCode, String accountNumber, String subAccountNumber, String financialConsolidationObjectCode, boolean isCostShareExcluded, boolean isConsolidated, int pendingEntryCode)
universityFiscalYear
- the fiscal year account to find account balances forchartOfAccountsCode
- the chart of accounts code to find account balances foraccountNumber
- the account number to find account balances forsubAccountNumber
- the sub account number to find account balances forfinancialConsolidationCode
- the consolidation code to find account balances forisCostShareExcluded
- should account balances found have cost share information excluded?isConsolidated
- should account balances found be consolidated?pendingEntryCode
- should pending entries be included in the query?List findAccountBalanceByObject(Integer universityFiscalYear, String chartOfAccountsCode, String accountNumber, String subAccountNumber, String financialObjectLevelCode, String financialReportingSortCode, boolean isCostShareExcluded, boolean isConsolidated, int pendingEntryCode)
universityFiscalYear
- the fiscal year account to find account balances forchartOfAccountsCode
- the chart of accounts code to find account balances foraccountNumber
- the account number to find account balances forsubAccountNumber
- the sub account number to find account balances forfinancialObjectLevelCode
- the financial object level code to find account balances forfinancialReportingSortCode
- the reporting sort code to sort account balances byisCostShareExcluded
- should account balances found have cost share information excluded?isConsolidated
- should account balances found be consolidated?pendingEntryCode
- should pending entries be included in the query?void save(AccountBalance ab)
ab
- account balance record to savevoid purgeYearByChart(String chartOfAccountsCode, int year)
chartOfAccountsCode
- the chart of accounts to purge account balance records fromyear
- the fiscal year to purge account balance records ofCopyright © 2004–2015 The Kuali Foundation. All rights reserved.