public class AutoCloseRecurringOrdersStep extends AbstractStep
batchInputFileType, dateTimeService, interrupted, name, parameterService
Constructor and Description |
---|
AutoCloseRecurringOrdersStep() |
Modifier and Type | Method and Description |
---|---|
boolean |
execute()
Invoke execute method
|
boolean |
execute(String jobName,
Date jobRunDate)
Calls service method to approve recurring purchase orders
|
void |
setPurchaseOrderService(PurchaseOrderService purchaseOrderService) |
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 AutoCloseRecurringOrdersStep()
public boolean execute(String jobName, Date jobRunDate) throws InterruptedException
jobName
- the name of the job running the stepjobRunDate
- the time/date the job is executedInterruptedException
Step.execute(String, Date)
public boolean execute() throws InterruptedException
InterruptedException
public void setPurchaseOrderService(PurchaseOrderService purchaseOrderService)
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.