org.kuali.kfs.gl.batch
Class OrganizationReversionCurrentYearAccountStep

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.OrganizationReversionCurrentYearAccountStep
All Implemented Interfaces:
Step, org.springframework.beans.factory.BeanNameAware

public class OrganizationReversionCurrentYearAccountStep
extends AbstractWrappedBatchStep

A step that runs the reversion and carry forward process. The beginning of year version of the process is supposed to be run at the beginning of a fiscal year, and therefore, it uses prior year accounts instead of current year accounts.


Constructor Summary
OrganizationReversionCurrentYearAccountStep()
           
 
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

OrganizationReversionCurrentYearAccountStep

public OrganizationReversionCurrentYearAccountStep()
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.