org.kuali.kfs.gl.batch
Class NightlyOutStep
java.lang.Object
org.kuali.kfs.sys.batch.AbstractStep
org.kuali.kfs.sys.batch.AbstractWrappedBatchStep
org.kuali.kfs.gl.batch.NightlyOutStep
- All Implemented Interfaces:
- Step, org.springframework.beans.factory.BeanNameAware
public class NightlyOutStep
- extends AbstractWrappedBatchStep
Runs the nightly out process, which is the process that preps general ledger pending entries to be fed to the scrubber.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NightlyOutStep
public NightlyOutStep()
getCustomBatchExecutor
protected WrappedBatchExecutorService.CustomBatchExecutor getCustomBatchExecutor()
- Specified by:
getCustomBatchExecutor
in class AbstractWrappedBatchStep
- Returns:
- a proper executor for the NightlyOutStep
setNightlyOutService
public void setNightlyOutService(NightlyOutService nightlyOutService)
- Sets the nightlyOutService attribute value.
- Parameters:
nightlyOutService
- The nightlyOutService to set.- See Also:
NightlyOutService
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.