|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BalanceService
An interface which declares methods needed for using Balance
Method Summary | |
---|---|
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 |
findCashBalance(Map fieldValues,
boolean isConsolidated)
This method finds the summary records of balance entries according to input fields an values |
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... |
void |
purgeYearByChart(String chart,
int year)
Purge the sufficient funds balance table by year/chart |
void |
save(Balance b)
Save. |
Method Detail |
---|
void save(Balance b)
b
- the balance to, like, totally saveboolean 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 for
Iterator findCashBalance(Map fieldValues, boolean isConsolidated)
fieldValues
- the input fields an valuesisConsolidated
- consolidation option is applied or not
Integer getCashBalanceRecordCount(Map fieldValues, boolean isConsolidated)
fieldValues
- the input fields and valuesisConsolidated
- consolidation option is applied or not
Iterator findBalance(Map fieldValues, boolean isConsolidated)
fieldValues
- the input fields and valuesisConsolidated
- consolidation option is applied or not
Integer getBalanceRecordCount(Map fieldValues, boolean isConsolidated)
fieldValues
- the input fields and valuesisConsolidated
- consolidation option is applied or not
void 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 check
Iterator<Balance> findNominalActivityBalancesForFiscalYear(Integer year)
year
- year to find balances for
Iterator<Balance> findGeneralBalancesToForwardForFiscalYear(Integer year)
year
- the fiscal year to find balances for
Iterator<Balance> findCumulativeBalancesToForwardForFiscalYear(Integer year)
year
- the fiscal year to find balances for
Iterator<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)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |