org.kuali.kfs.gl.batch.service
Interface OrganizationReversionProcessService

All Known Implementing Classes:
OrganizationReversionProcessServiceImpl

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

organizationReversionPriorYearAccountProcess

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.)

Parameters:
jobParameters - the parameters used in the process
organizationReversionCounts - a Map of named statistics generated by running the process

organizationReversionCurrentYearAccountProcess

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.)

Parameters:
jobParameters - the parameters used in the process
organizationReversionCounts - a Map of named statistics generated by running the process

getJobParameters

Map getJobParameters()
Returns the parameters for this organization reversion job

Returns:
a Map of standard parameters for the job


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.