public class VendorToOleExtractStep extends AbstractStep
batchInputFileType, dateTimeService, interrupted, name, parameterService
Constructor and Description |
---|
VendorToOleExtractStep() |
Modifier and Type | Method and Description |
---|---|
boolean |
execute() |
boolean |
execute(String jobName,
Date jobRunDate)
Perform this step of a batch job.
|
BatchInputFileService |
getBatchInputFileService() |
BatchInputFileType |
getMarcInputFileType() |
VendorToOleExtractService |
getVendorToOleExtractService() |
void |
setBatchInputFileService(BatchInputFileService batchInputFileService) |
void |
setMarcInputFileType(BatchInputFileType marcInputFileType) |
void |
setVendorToOleExtractService(VendorToOleExtractService vendorToOleExtractService) |
afterPropertiesSet, getBatchInputFileType, getDateTimeService, getName, getParameterService, getRequiredDirectoryNames, interrupt, isInterrupted, setBatchInputFileType, setBeanName, setDateTimeService, setInterrupted, setParameterService
prepareDirectories
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
prepareDirectories
public VendorToOleExtractStep()
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
public boolean execute() throws InterruptedException
InterruptedException
public BatchInputFileService getBatchInputFileService()
public void setBatchInputFileService(BatchInputFileService batchInputFileService)
public BatchInputFileType getMarcInputFileType()
public void setMarcInputFileType(BatchInputFileType marcInputFileType)
public VendorToOleExtractService getVendorToOleExtractService()
public void setVendorToOleExtractService(VendorToOleExtractService vendorToOleExtractService)
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.