public class ExtractAchPaymentsStep extends AbstractStep
batchInputFileType, dateTimeService, interrupted, name, parameterService
Constructor and Description |
---|
ExtractAchPaymentsStep() |
Modifier and Type | Method and Description |
---|---|
boolean |
execute(String jobName,
Date jobRunDate)
Perform this step of a batch job.
|
List<String> |
getRequiredDirectoryNames()
By default it should use batchInpeutFile (single file) directory path as the required directory name.
|
void |
setExtractPaymentService(ExtractPaymentService eps) |
afterPropertiesSet, getBatchInputFileType, getDateTimeService, getName, getParameterService, interrupt, isInterrupted, setBatchInputFileType, setBeanName, setDateTimeService, setInterrupted, setParameterService
prepareDirectories
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
prepareDirectories
public ExtractAchPaymentsStep()
public List<String> getRequiredDirectoryNames()
AbstractStep
getRequiredDirectoryNames
in interface InitiateDirectory
getRequiredDirectoryNames
in class AbstractStep
org.kuali.ole.sys.batch.AbstractStep#prepareStepDirectory()
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 void setExtractPaymentService(ExtractPaymentService eps)
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.