org.kuali.kfs.module.ld.batch
Class LaborNightlyOutStep
java.lang.Object
org.kuali.kfs.sys.batch.AbstractStep
org.kuali.kfs.module.ld.batch.LaborNightlyOutStep
- All Implemented Interfaces:
- Step, org.springframework.beans.factory.BeanNameAware
public class LaborNightlyOutStep
- extends AbstractStep
Labor Batch Step.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LaborNightlyOutStep
public LaborNightlyOutStep()
execute
public boolean execute(String jobName,
Date jobRunDate)
- Invokes service that approve pending ledger entries
- Parameters:
jobName
- jobRunDate
-
- 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.