org.kuali.kfs.gl.batch
Class EncumbranceForwardStep

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

public class EncumbranceForwardStep
extends AbstractWrappedBatchStep

A step to run the year end process of forwarding encumbrances into the next fiscal year


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

EncumbranceForwardStep

public EncumbranceForwardStep()
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 the injection of an implementation of that service

Parameters:
yearEndService - the yearEndService to set
See Also:
org.kuali.module.gl.service.YearEndService


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