org.kuali.kfs.gl.batch
Class NominalActivityClosingStep

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

public class NominalActivityClosingStep
extends AbstractWrappedBatchStep

The step that runs the year end nominal activity closing process.


Field Summary
static String TRANSACTION_DATE_FORMAT_STRING
           
 
Constructor Summary
NominalActivityClosingStep()
           
 
Method Summary
protected  WrappedBatchExecutorService.CustomBatchExecutor getCustomBatchExecutor()
           
 YearEndService getYearEndService()
          This method returns the YearEndService object associated with this step
 void setYearEndService(YearEndService yearEndService)
          Sets the yearEndService attribute, allowing the 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

NominalActivityClosingStep

public NominalActivityClosingStep()
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 the service

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

getYearEndService

public YearEndService getYearEndService()
This method returns the YearEndService object associated with this step

Returns:
the yearEndService this step is using to complete its process
See Also:
org.kuali.module.gl.service.YearEndSErvice


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