org.kuali.kfs.gl.batch
Class IcrSortStep

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

public class IcrSortStep
extends AbstractStep

A step to run the scrubber process.


Constructor Summary
IcrSortStep()
           
 
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
 

Constructor Detail

IcrSortStep

public IcrSortStep()
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.