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, setParameterServiceprepareDirectoriesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitprepareDirectoriespublic VendorToOleExtractStep()
public boolean execute(String jobName, Date jobRunDate) throws InterruptedException
StepjobName - the name of the job running the stepjobRunDate - the time/date the job is executedInterruptedExceptionpublic boolean execute() throws InterruptedException
InterruptedExceptionpublic 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–2014 The Kuali Foundation. All rights reserved.