org.kuali.kfs.module.ld.batch
Class ClearLaborPendingStep
java.lang.Object
org.kuali.kfs.sys.batch.AbstractStep
org.kuali.kfs.module.ld.batch.ClearLaborPendingStep
- All Implemented Interfaces:
- Step, org.springframework.beans.factory.BeanNameAware
public class ClearLaborPendingStep
- extends AbstractStep
Clear Labor Batch Step.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClearLaborPendingStep
public ClearLaborPendingStep()
execute
public boolean execute(String jobName,
Date jobRunDate)
- Deletes copied labor general ledger entries from pending entry table.
- Parameters:
jobName
- String that contains the job that will be executed.jobRunDate
- the time/date the job is run
- Returns:
- boolean
- See Also:
Step.execute(String, Date)
setLaborNightlyOutService
public void setLaborNightlyOutService(LaborNightlyOutService laborNightlyOutService)
- Sets the laborNightlyOutService attribute value.
- Parameters:
laborNightlyOutService
- The laborNightlyOutService to set.
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.