| org.kuali.module.gl.service.BalanceService
All known Subclasses: org.kuali.module.gl.service.impl.BalanceServiceImpl,
BalanceService | public interface BalanceService (Code) | | An interface which declares methods needed for using Balance
|
beginningBalanceLoaded | public boolean beginningBalanceLoaded(Account account)(Code) | | This method...
Parameters: account - |
countBalancesForFiscalYear | public int countBalancesForFiscalYear(Integer year)(Code) | | This method returns the total count of balances for a fiscal year
Parameters: year - fiscal year to check the count of balances |
findBalance | public Iterator findBalance(Map fieldValues, boolean isConsolidated)(Code) | | This method gets the size of balance entries according to input fields and values
Parameters: fieldValues - the input fields and values Parameters: isConsolidated - consolidation option is applied or not the size of balance entries |
findBalancesForFiscalYear | public Iterator<Balance> findBalancesForFiscalYear(Integer fiscalYear)(Code) | | Returns all of the balances for a given fiscal year.
Parameters: fiscalYear - the fiscal year to find balances for an Iterator over all balances for a given year |
findCashBalance | public Iterator findCashBalance(Map fieldValues, boolean isConsolidated)(Code) | | This method finds the summary records of balance entries according to input fields an values
Parameters: fieldValues - the input fields an values Parameters: isConsolidated - consolidation option is applied or not the summary records of balance entries |
findCumulativeBalancesToForwardForFiscalYear | public Iterator<Balance> findCumulativeBalancesToForwardForFiscalYear(Integer year)(Code) | | Returns all the balances to be forwarded for the "cumulative" rule
Parameters: year - the fiscal year to find balances for an Iterator of balances to process for the cumulative/active balance forward process |
findGeneralBalancesToForwardForFiscalYear | public Iterator<Balance> findGeneralBalancesToForwardForFiscalYear(Integer year)(Code) | | Returns all the balances specifically to be processed by the balance forwards job for the "general" rule
Parameters: year - the fiscal year to find balances for an Iterator of balances to process for the general balance forward process |
findNominalActivityBalancesForFiscalYear | public Iterator<Balance> findNominalActivityBalancesForFiscalYear(Integer year)(Code) | | This method returns all of the balances specifically for the nominal activity closing job
Parameters: year - year to find balances for an Iterator of nominal activity balances |
findOrganizationReversionBalancesForFiscalYear | public Iterator<Balance> findOrganizationReversionBalancesForFiscalYear(Integer year, boolean endOfYear)(Code) | | Returns all of the balances to be forwarded for the organization reversion process
Parameters: year - the year of balances to find Parameters: endOfYear - whether the organization reversion process is running end of year (before the fiscal year change over) orbeginning of year (after the fiscal year change over) an iterator of balances to put through the strenuous organization reversion process |
fundBalanceWillNetToZero | public boolean fundBalanceWillNetToZero(Account account)(Code) | | This method...
Parameters: account - |
getBalanceRecordCount | public Integer getBalanceRecordCount(Map fieldValues, boolean isConsolidated)(Code) | | This method finds the summary records of balance entries according to input fields and values
Parameters: fieldValues - the input fields and values Parameters: isConsolidated - consolidation option is applied or not the summary records of balance entries |
getCashBalanceRecordCount | public Integer getCashBalanceRecordCount(Map fieldValues, boolean isConsolidated)(Code) | | This method gets the size of cash balance entries according to input fields and values
Parameters: fieldValues - the input fields and values Parameters: isConsolidated - consolidation option is applied or not the count of cash balance entries |
getGlSummary | public List getGlSummary(int universityFiscalYear, List<String> balanceTypeCodes)(Code) | | Get the GL Balance summary for the GL Summary report
Parameters: universityFiscalYear - Parameters: balanceTypeCodes - a list of summarized GL balances |
hasAssetLiabilityFundBalanceBalances | public boolean hasAssetLiabilityFundBalanceBalances(Account account)(Code) | | This method...
Parameters: account - |
hasAssetLiabilityOrFundBalance | public boolean hasAssetLiabilityOrFundBalance(Account account)(Code) | | This method...
Parameters: account - |
hasEncumbrancesOrBaseBudgets | public boolean hasEncumbrancesOrBaseBudgets(Account account)(Code) | | This method...
Parameters: account - |
purgeYearByChart | public void purgeYearByChart(String chart, int year)(Code) | | Purge the sufficient funds balance table by year/chart
Parameters: chart - the chart purged balances should have Parameters: year - the fiscal year purged balances should have |
save | public void save(Balance b)(Code) | | Save. Like. OK. You know. Save a balance? You know? That's what this method should do. Yeah. It should save a balance. In the DB and stuff.
Parameters: b - the balance to, like, totally save |
|
|