org.kuali.kfs.module.purap.batch
Class ExtractPdpImmediatesStep

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

public class ExtractPdpImmediatesStep
extends AbstractStep


Constructor Summary
ExtractPdpImmediatesStep()
           
 
Method Summary
 boolean execute()
           
 boolean execute(String jobName, Date jobRunDate)
          Perform this step of a batch job.
 void setDateTimeService(org.kuali.rice.kns.service.DateTimeService dateTimeService)
          Sets the dateTimeService attribute value.
 void setPdpExtractService(PdpExtractService pdpExtractService)
           
 
Methods inherited from class org.kuali.kfs.sys.batch.AbstractStep
getDateTimeService, getName, getParameterService, interrupt, isInterrupted, setBeanName, setInterrupted, setParameterService
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExtractPdpImmediatesStep

public ExtractPdpImmediatesStep()
Method Detail

execute

public boolean execute(String jobName,
                       Date jobRunDate)
                throws InterruptedException
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
Throws:
InterruptedException
See Also:
Step.execute(java.lang.String, java.util.Date)

execute

public boolean execute()
                throws InterruptedException
Throws:
InterruptedException

setPdpExtractService

public void setPdpExtractService(PdpExtractService pdpExtractService)

setDateTimeService

public void setDateTimeService(org.kuali.rice.kns.service.DateTimeService dateTimeService)
Description copied from class: AbstractStep
Sets the dateTimeService attribute value.

Overrides:
setDateTimeService in class AbstractStep
Parameters:
dateTimeService - The dateTimeService to set.


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