@Transactional public class ExtractPdpImmediatesStep extends AbstractStep
batchInputFileType, interrupted, name, parameterService
Constructor and Description |
---|
ExtractPdpImmediatesStep() |
Modifier and Type | Method and Description |
---|---|
boolean |
execute() |
boolean |
execute(String jobName,
Date jobRunDate)
Perform this step of a batch job.
|
void |
setDateTimeService(org.kuali.rice.core.api.datetime.DateTimeService dateTimeService)
Sets the dateTimeService attribute value.
|
void |
setPdpExtractService(PdpExtractService pdpExtractService) |
afterPropertiesSet, getBatchInputFileType, getDateTimeService, getName, getParameterService, getRequiredDirectoryNames, interrupt, isInterrupted, setBatchInputFileType, setBeanName, setInterrupted, setParameterService
prepareDirectories
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
prepareDirectories
public ExtractPdpImmediatesStep()
public boolean execute(String jobName, Date jobRunDate) throws InterruptedException
Step
jobName
- the name of the job running the stepjobRunDate
- the time/date the job is executedInterruptedException
Step.execute(java.lang.String, java.util.Date)
public boolean execute() throws InterruptedException
InterruptedException
public void setPdpExtractService(PdpExtractService pdpExtractService)
public void setDateTimeService(org.kuali.rice.core.api.datetime.DateTimeService dateTimeService)
AbstractStep
setDateTimeService
in class AbstractStep
dateTimeService
- The dateTimeService to set.Copyright © 2004–2014 The Kuali Foundation. All rights reserved.