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

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

public class CreateLaborBackupGroupStep
extends AbstractStep

Create Labor backup Batch Step.


Constructor Summary
CreateLaborBackupGroupStep()
           
 
Method Summary
 boolean execute(String jobName, Date jobRunDate)
          Invokes the method that creates labor backup group
 
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

CreateLaborBackupGroupStep

public CreateLaborBackupGroupStep()
Method Detail

execute

public boolean execute(String jobName,
                       Date jobRunDate)
Invokes the method that creates labor backup group

Parameters:
jobName - the job running this step
jobRunDate - the time/date when the job was started
Returns:
whether the job should continue executing other steps
See Also:
Step.execute(String, Date)


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.