org.kuali.kfs.gl.batch
Class NominalActivityClosingStep
java.lang.Object
org.kuali.kfs.sys.batch.AbstractStep
org.kuali.kfs.sys.batch.AbstractWrappedBatchStep
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TRANSACTION_DATE_FORMAT_STRING
public static final String TRANSACTION_DATE_FORMAT_STRING
- See Also:
- Constant Field Values
NominalActivityClosingStep
public NominalActivityClosingStep()
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.