public class LoadPaymentsStep extends AbstractStep
PaymentService to pick up incoming PDP payment files and process.batchInputFileType, dateTimeService, interrupted, name, parameterService| Constructor and Description |
|---|
LoadPaymentsStep() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
execute(String jobName,
Date jobRunDate)
Perform this step of a batch job.
|
List<String> |
getRequiredDirectoryNames()
Picks up the required path from the batchInputFIleType as well as from the payment
file service
|
void |
setPaymentFileService(PaymentFileService paymentFileService)
Sets the paymentFileService attribute value.
|
void |
setPaymentInputFileType(BatchInputFileType paymentInputFileType)
Sets the paymentInputFileType attribute value.
|
afterPropertiesSet, getBatchInputFileType, getDateTimeService, getName, getParameterService, interrupt, isInterrupted, setBatchInputFileType, setBeanName, setDateTimeService, setInterrupted, setParameterServiceprepareDirectories, setSkipDirectoryInitiationclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitprepareDirectoriespublic LoadPaymentsStep()
public List<String> getRequiredDirectoryNames()
getRequiredDirectoryNames in interface InitiateDirectorygetRequiredDirectoryNames in class AbstractStepAbstractStep.getRequiredDirectoryNames()public boolean execute(String jobName, Date jobRunDate) throws InterruptedException
StepjobName - the name of the job running the stepjobRunDate - the time/date the job is executedInterruptedExceptionStep.execute(java.lang.String, java.util.Date)public void setPaymentFileService(PaymentFileService paymentFileService)
paymentFileService - The paymentFileService to set.public void setPaymentInputFileType(BatchInputFileType paymentInputFileType)
paymentInputFileType - The paymentInputFileType to set.Copyright © 2004–2015 The Kuali Foundation. All rights reserved.