|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface OrganizationReversionProcessService
An interface declaring the methods needed to run the organization reversion process
| Method Summary | |
|---|---|
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.) |
| Method Detail |
|---|
void organizationReversionPriorYearAccountProcess(Map jobParameters,
Map<String,Integer> organizationReversionCounts)
jobParameters - the parameters used in the processorganizationReversionCounts - a Map of named statistics generated by running the process
void 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()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||