org.kuali.kfs.gl.batch
Class DemergerSortStep

java.lang.Object
  extended by org.kuali.kfs.sys.batch.AbstractStep
      extended by org.kuali.kfs.gl.batch.DemergerSortStep
All Implemented Interfaces:
Step, org.springframework.beans.factory.BeanNameAware

public class DemergerSortStep
extends AbstractStep

A step to run the scrubber process.


Field Summary
protected  String batchFileDirectoryName
           
protected static org.apache.log4j.Logger LOG
           
 
Constructor Summary
DemergerSortStep()
           
 
Method Summary
 boolean execute(String jobName, Date jobRunDate)
          Runs the scrubber process.
 void setBatchFileDirectoryName(String batchFileDirectoryName)
           
 
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

LOG

protected static org.apache.log4j.Logger LOG

batchFileDirectoryName

protected String batchFileDirectoryName
Constructor Detail

DemergerSortStep

public DemergerSortStep()
Method Detail

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 of
jobRunDate - 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.