public interface OrganizationReversionProcessService
Modifier and Type | Method and Description |
---|---|
Map |
getJobParameters()
Returns the parameters for this organization reversion job
|
void |
organizationReversionCurrentYearAccountProcess(Map jobParameters,
Map<String,Integer> organizationReversionCounts)
Organization Reversion Year End Process for the beginning of a fiscal year (ie, the process as it runs
after the fiscal year end, thus using prior year account, etc.)
|
void |
organizationReversionPriorYearAccountProcess(Map jobParameters,
Map<String,Integer> organizationReversionCounts)
Runs the Organization Reversion Year End Process for the end of a fiscal year (ie, a process that
runs before the fiscal year end, and thus uses current account, etc.)
|
void organizationReversionPriorYearAccountProcess(Map jobParameters, Map<String,Integer> organizationReversionCounts)
jobParameters
- the parameters used in the processorganizationReversionCounts
- a Map of named statistics generated by running the processvoid organizationReversionCurrentYearAccountProcess(Map jobParameters, Map<String,Integer> organizationReversionCounts)
jobParameters
- the parameters used in the processorganizationReversionCounts
- a Map of named statistics generated by running the processMap getJobParameters()
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.