org.kuali.kfs.module.ld.batch
Class CreateLaborBackupGroupStep
java.lang.Object
org.kuali.kfs.sys.batch.AbstractStep
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.
Method Summary |
boolean |
execute(String jobName,
Date jobRunDate)
Invokes the method that creates labor backup group |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CreateLaborBackupGroupStep
public CreateLaborBackupGroupStep()
execute
public boolean execute(String jobName,
Date jobRunDate)
- Invokes the method that creates labor backup group
- Parameters:
jobName
- the job running this stepjobRunDate
- 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.