public interface FiscalYearFunctionControlService
Modifier and Type | Method and Description |
---|---|
List<Integer> |
getActiveBudgetYear()
returns a list of years for which budget construction is visible in the application
|
List |
getBudgetAdjustmentAllowedYears()
Retrieves list of fiscal years that the BudgetAdjustment is allowed in.
|
boolean |
isApplicationUpdateFromHumanResourcesAllowed(Integer universityFiscalYear)
checks the fiscal year against the control table to see if a user can force a refresh of human resources data for
selected organizations in the budget construction security tree from the application
|
boolean |
isBaseAmountChangeAllowed(Integer postingYear)
Checks the fiscal year against the control tables to see if BudgetAdjustment to base amount is allowed.
|
boolean |
isBatchUpdateFromHumanResourcesAllowed(Integer universityFiscalYear)
checks the fiscal year against the control table to see if the batch process will do a global update (ALL changes found)
of the human-resource derived data in budget construction
|
boolean |
isBatchUpdateFromPayrollAllowed(Integer universityFiscalYear)
checks the fiscal year against the control table to see if the batch process will update base salaries in the budget
using the CalculatedSalaryFoundation data derived from payroll
|
boolean |
isBudgetConstructionActive(Integer universityFiscalYear)
checks the fiscal year against the control table to see if users can view budget construction data in the application
|
boolean |
isBudgetGeneralLedgerUpdateAllowed(Integer universityFiscalYear)
checks the fiscal year against the control table to see if the general ledger in budget construction should reflect
current base budget amounts in the accounting general ledger for the fiscal year
|
boolean |
isBudgetUpdateAllowed(Integer universityFiscalYear)
checks the fiscal year against the control table to see if users can make edits to budget construction for the given year
(some users may still be frozen out because of the security mechanism)
|
List getBudgetAdjustmentAllowedYears()
boolean isBaseAmountChangeAllowed(Integer postingYear)
Posting
- year that the base amount is being changed for.List<Integer> getActiveBudgetYear()
boolean isApplicationUpdateFromHumanResourcesAllowed(Integer universityFiscalYear)
universityFiscalYear
- boolean isBatchUpdateFromHumanResourcesAllowed(Integer universityFiscalYear)
universityFiscalYear
- boolean isBatchUpdateFromPayrollAllowed(Integer universityFiscalYear)
universityFiscalYear
- boolean isBudgetConstructionActive(Integer universityFiscalYear)
universityFiscalYear
- boolean isBudgetGeneralLedgerUpdateAllowed(Integer universityFiscalYear)
universityFiscalYear
- boolean isBudgetUpdateAllowed(Integer universityFiscalYear)
universityFiscalYear
- Copyright © 2004–2015 The Kuali Foundation. All rights reserved.