org.kuali.kfs.module.ld.batch
Class LaborScrubberSortStep
java.lang.Object
org.kuali.kfs.sys.batch.AbstractStep
org.kuali.kfs.module.ld.batch.LaborScrubberSortStep
- All Implemented Interfaces:
- Step, org.springframework.beans.factory.BeanNameAware
public class LaborScrubberSortStep
- extends AbstractStep
A step to run the scrubber process.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LOG
protected static org.apache.log4j.Logger LOG
batchFileDirectoryName
protected String batchFileDirectoryName
LaborScrubberSortStep
public LaborScrubberSortStep()
execute
public boolean execute(String jobName,
Date jobRunDate)
- Runs the scrubber process.
- Parameters:
jobName
- the name of the job this step is being run as part ofjobRunDate
- the time/date the job was started
- Returns:
- true if the job completed successfully, false if otherwise
- See Also:
org.kuali.kfs.sys.batch.Step#execute(java.lang.String)
setBatchFileDirectoryName
public void setBatchFileDirectoryName(String batchFileDirectoryName)
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.