public class ClearPendingTransactionsStep extends AbstractStep
batchInputFileType, dateTimeService, interrupted, name, parameterService
Constructor and Description |
---|
ClearPendingTransactionsStep() |
Modifier and Type | Method and Description |
---|---|
boolean |
execute(String jobName,
Date jobRunDate)
Runs the process of deleting copied pdp ledger entries
|
void |
setPendingTransactionService(PendingTransactionService pendingTransactionService)
Sets the pendingTransactionService attribute value.
|
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 ClearPendingTransactionsStep()
public boolean execute(String jobName, Date jobRunDate)
jobName
- the name of the job that this step is being run as part ofjobRunDate
- the time/date the job is runStep.execute(String, Date)
public void setPendingTransactionService(PendingTransactionService pendingTransactionService)
pendingTransactionService
- The pendingTransactionService to set.Copyright © 2004–2016 The Kuali Foundation. All rights reserved.