org.kuali.kfs.gl.batch
Class BalanceForwardStep

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

public class BalanceForwardStep
extends AbstractWrappedBatchStep

This step runs the balance forward year end process.


Field Summary
static String TRANSACTION_DATE_FORMAT_STRING
           
 
Constructor Summary
BalanceForwardStep()
           
 
Method Summary
protected  WrappedBatchExecutorService.CustomBatchExecutor getCustomBatchExecutor()
           
 void setYearEndService(YearEndService yearEndService)
          Sets the yearEndService attribute, allowing injection of an implementation of the service
 
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
 

Field Detail

TRANSACTION_DATE_FORMAT_STRING

public static final String TRANSACTION_DATE_FORMAT_STRING
See Also:
Constant Field Values
Constructor Detail

BalanceForwardStep

public BalanceForwardStep()
Method Detail

getCustomBatchExecutor

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

setYearEndService

public void setYearEndService(YearEndService yearEndService)
Sets the yearEndService attribute, allowing injection of an implementation of the service

Parameters:
yearEndService - an implementation of the yearEndService
See Also:
org.kuali.module.gl.service.yearEndService


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