org.kuali.kfs.gl.batch
Class ClearPendingStep

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

public class ClearPendingStep
extends AbstractStep

A step to clear pending ledger entries.


Constructor Summary
ClearPendingStep()
           
 
Method Summary
 boolean execute(String jobName, Date jobRunDate)
          Runs the process of deleting copied ledger entries
 void setNightlyOutService(NightlyOutService nightlyOutService)
          Sets the nightlyOutService attribute value.
 
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

ClearPendingStep

public ClearPendingStep()
Method Detail

execute

public boolean execute(String jobName,
                       Date jobRunDate)
Runs the process of deleting copied ledger entries

Parameters:
jobName - the name of the job that this step is being run as part of
jobRunDate - the time/date the job is run
Returns:
that the job completed successfully
See Also:
Step.execute(String, Date)

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.