org.kuali.kfs.gl.batch
Class ClearPendingStep
java.lang.Object
org.kuali.kfs.sys.batch.AbstractStep
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClearPendingStep
public ClearPendingStep()
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 ofjobRunDate
- 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.