public interface BalanceService
Modifier and Type | Method and Description |
---|---|
boolean |
beginningBalanceLoaded(Account account)
This method...
|
int |
countBalancesForFiscalYear(Integer year)
This method returns the total count of balances for a fiscal year
|
Iterator |
findBalance(Map fieldValues,
boolean isConsolidated)
This method gets the size of balance entries according to input fields and values
|
Iterator<Balance> |
findBalancesForFiscalYear(Integer fiscalYear)
Returns all of the balances for a given fiscal year.
|
Iterator<Balance> |
findCumulativeBalancesToForwardForFiscalYear(Integer year)
Returns all the balances to be forwarded for the "cumulative" rule
|
Iterator<Balance> |
findGeneralBalancesToForwardForFiscalYear(Integer year)
Returns all the balances specifically to be processed by the balance forwards job for the "general" rule
|
Iterator<Balance> |
findNominalActivityBalancesForFiscalYear(Integer year)
This method returns all of the balances specifically for the nominal activity closing job
|
Iterator<Balance> |
findOrganizationReversionBalancesForFiscalYear(Integer year,
boolean endOfYear)
Returns all of the balances to be forwarded for the organization reversion process
|
boolean |
fundBalanceWillNetToZero(Account account)
This method...
|
Integer |
getBalanceRecordCount(Map fieldValues,
boolean isConsolidated)
This method finds the summary records of balance entries according to input fields and values
|
Integer |
getCashBalanceRecordCount(Map fieldValues,
boolean isConsolidated)
This method gets the size of cash balance entries according to input fields and values
|
List<GlSummary> |
getGlSummary(int universityFiscalYear,
List<String> balanceTypeCodes)
Get the GL Balance summary for the GL Summary report
|
boolean |
hasAssetLiabilityFundBalanceBalances(Account account)
This method...
|
boolean |
hasAssetLiabilityOrFundBalance(Account account)
This method...
|
boolean |
hasEncumbrancesOrBaseBudgets(Account account)
This method...
|
Iterator |
lookupCashBalance(Map fieldValues,
boolean isConsolidated)
This method finds the summary records of balance entries according to input fields an values.
|
void |
purgeYearByChart(String chart,
int year)
Purge the sufficient funds balance table by year/chart
|
boolean hasAssetLiabilityFundBalanceBalances(Account account)
account
- boolean fundBalanceWillNetToZero(Account account)
account
- boolean hasEncumbrancesOrBaseBudgets(Account account)
account
- boolean beginningBalanceLoaded(Account account)
account
- boolean hasAssetLiabilityOrFundBalance(Account account)
account
- Iterator<Balance> findBalancesForFiscalYear(Integer fiscalYear)
fiscalYear
- the fiscal year to find balances forIterator lookupCashBalance(Map fieldValues, boolean isConsolidated)
fieldValues
- the input fields an valuesisConsolidated
- consolidation option is applied or notInteger getCashBalanceRecordCount(Map fieldValues, boolean isConsolidated)
fieldValues
- the input fields and valuesisConsolidated
- consolidation option is applied or notIterator findBalance(Map fieldValues, boolean isConsolidated)
fieldValues
- the input fields and valuesisConsolidated
- consolidation option is applied or notInteger getBalanceRecordCount(Map fieldValues, boolean isConsolidated)
fieldValues
- the input fields and valuesisConsolidated
- consolidation option is applied or notvoid purgeYearByChart(String chart, int year)
chart
- the chart purged balances should haveyear
- the fiscal year purged balances should haveList<GlSummary> getGlSummary(int universityFiscalYear, List<String> balanceTypeCodes)
universityFiscalYear
- balanceTypeCodes
- int countBalancesForFiscalYear(Integer year)
year
- fiscal year to checkIterator<Balance> findNominalActivityBalancesForFiscalYear(Integer year)
year
- year to find balances forIterator<Balance> findGeneralBalancesToForwardForFiscalYear(Integer year)
year
- the fiscal year to find balances forIterator<Balance> findCumulativeBalancesToForwardForFiscalYear(Integer year)
year
- the fiscal year to find balances forIterator<Balance> findOrganizationReversionBalancesForFiscalYear(Integer year, boolean endOfYear)
year
- the year of balances to findendOfYear
- whether the organization reversion process is running end of year (before the fiscal year change over) or
beginning of year (after the fiscal year change over)Copyright © 2004–2015 The Kuali Foundation. All rights reserved.