|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AccountBalanceService
This interface delcares methods useful for dealing with AccountBalance objects.
Field Summary | |
---|---|
static int |
PENDING_ALL
|
static int |
PENDING_APPROVED
|
static int |
PENDING_NONE
|
Method Summary | |
---|---|
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 |
Field Detail |
---|
static final int PENDING_NONE
static final int PENDING_APPROVED
static final int PENDING_ALL
Method Detail |
---|
Iterator findConsolidatedAvailableAccountBalance(Map fieldValues)
fieldValues
- the input fields and values
Integer getAvailableAccountBalanceCount(Map fieldValues, boolean isConsolidated)
fieldValues
- the input fields and valuesisConsolidated
- determine whether the search results are consolidated
Iterator findAvailableAccountBalance(Map fieldValues)
fieldValues
- the input fields and valuesisConsolidated
- determine whether the search results are consolidated
List 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 of
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |