org.kuali.kfs.module.ld.batch
Class LaborFeedStep

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

public class LaborFeedStep
extends AbstractStep

Clean Labor Feed Batch Step.


Constructor Summary
LaborFeedStep()
           
 
Method Summary
 boolean execute(String jobName, Date jobRunDate)
          Executes the service copyLaborGenerealLedgerEntries
 void setLaborNightlyOutService(LaborNightlyOutService laborNightlyOutService)
          Sets the laborNightlyOutService 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

LaborFeedStep

public LaborFeedStep()
Method Detail

execute

public boolean execute(String jobName,
                       Date jobRunDate)
Executes the service copyLaborGenerealLedgerEntries

Parameters:
jobName -
jobRunDate -
Returns:
boolean true when success
See Also:
org.kuali.kfs.sys.batch.Step#execute(java.lang.String)

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.