org.kuali.kfs.gl.batch
Class OrganizationReversionPriorYearAccountStep

java.lang.Object
  extended by org.kuali.kfs.sys.batch.AbstractStep
      extended by org.kuali.kfs.sys.batch.AbstractWrappedBatchStep
          extended by org.kuali.kfs.gl.batch.OrganizationReversionPriorYearAccountStep
All Implemented Interfaces:
Step, org.springframework.beans.factory.BeanNameAware

public class OrganizationReversionPriorYearAccountStep
extends AbstractWrappedBatchStep

A step that runs the reversion and carry forward process. The end of year version of the process is supposed to be run before the end of a fiscal year for reporting purposes; therefore, it uses current year accounts instead of prior year accounts.


Constructor Summary
OrganizationReversionPriorYearAccountStep()
           
 
Method Summary
protected  WrappedBatchExecutorService.CustomBatchExecutor getCustomBatchExecutor()
           
 OrganizationReversionProcessService getOrganizationReversionProcessService()
          Gets the organizationReversionProcessService attribute.
 YearEndService getYearEndService()
          Gets the yearEndService attribute.
 void setOrganizationReversionProcessService(OrganizationReversionProcessService organizationReversionProcessService)
          Sets the organizationREversionProcessService (not to be confused with the OrganizationReversionService, which doesn't do a process, but which does all the database stuff associated with OrganizationReversion records; it's off in Chart), which allows the injection of an implementation of the service.
 void setYearEndService(YearEndService yearEndService)
          Sets the yearEndService attribute value.
 
Methods inherited from class org.kuali.kfs.sys.batch.AbstractWrappedBatchStep
execute, setWrappedBatchExecutorService, setWrappingBatchServices
 
Methods inherited from class org.kuali.kfs.sys.batch.AbstractStep
getDateTimeService, getName, getParameterService, interrupt, isInterrupted, setBeanName, setDateTimeService, setInterrupted, setParameterService
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OrganizationReversionPriorYearAccountStep

public OrganizationReversionPriorYearAccountStep()
Method Detail

getCustomBatchExecutor

protected WrappedBatchExecutorService.CustomBatchExecutor getCustomBatchExecutor()
Specified by:
getCustomBatchExecutor in class AbstractWrappedBatchStep
See Also:
AbstractWrappedBatchStep.getCustomBatchExecutor()

setOrganizationReversionProcessService

public void setOrganizationReversionProcessService(OrganizationReversionProcessService organizationReversionProcessService)
Sets the organizationREversionProcessService (not to be confused with the OrganizationReversionService, which doesn't do a process, but which does all the database stuff associated with OrganizationReversion records; it's off in Chart), which allows the injection of an implementation of the service.

Parameters:
organizationReversionProcessService - the implementation of the organizationReversionProcessService to set
See Also:
OrganizationReversionProcessService

getYearEndService

public YearEndService getYearEndService()
Gets the yearEndService attribute.

Returns:
Returns the yearEndService.

setYearEndService

public void setYearEndService(YearEndService yearEndService)
Sets the yearEndService attribute value.

Parameters:
yearEndService - The yearEndService to set.

getOrganizationReversionProcessService

public OrganizationReversionProcessService getOrganizationReversionProcessService()
Gets the organizationReversionProcessService attribute.

Returns:
Returns the organizationReversionProcessService.


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