org.kuali.kfs.module.ec.batch
Class EffortCertificationCreateStep

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

public class EffortCertificationCreateStep
extends AbstractStep

Batch Step that executes the Effort Certification Extract Process.


Constructor Summary
EffortCertificationCreateStep()
           
 
Method Summary
 boolean execute(String jobName, Date jobRunDate)
          Perform this step of a batch job.
 void setEffortCertificationCreateService(EffortCertificationCreateService effortCertificationCreateService)
          Sets the effortCertificationCreateService 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

EffortCertificationCreateStep

public EffortCertificationCreateStep()
Method Detail

execute

public boolean execute(String jobName,
                       Date jobRunDate)
Description copied from interface: Step
Perform this step of a batch job.

Parameters:
jobName - the name of the job running the step
jobRunDate - the time/date the job is executed
Returns:
true if successful and continue the job, false if successful and stop the job
See Also:
org.kuali.kfs.sys.batch.Step#execute(java.lang.String)

setEffortCertificationCreateService

public void setEffortCertificationCreateService(EffortCertificationCreateService effortCertificationCreateService)
Sets the effortCertificationCreateService attribute value.

Parameters:
effortCertificationCreateService - The effortCertificationCreateService to set.


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