public class DeleteAllExpenditureTransactionsStep extends AbstractStep implements TestingStep
batchInputFileType, dateTimeService, interrupted, name, parameterService| Constructor and Description |
|---|
DeleteAllExpenditureTransactionsStep() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
execute(String jobName,
Date jobRunDate)
Runs the process of deleting all expenditure transactions
|
void |
setExpenditureTransactionService(ExpenditureTransactionService expenditureTransactionService)
Sets the expenditureTransactionService attribute, allowing the inject of an implementation of this service
|
afterPropertiesSet, getBatchInputFileType, getDateTimeService, getName, getParameterService, getRequiredDirectoryNames, interrupt, isInterrupted, setBatchInputFileType, setBeanName, setDateTimeService, setInterrupted, setParameterServiceprepareDirectoriesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitprepareDirectoriespublic DeleteAllExpenditureTransactionsStep()
public boolean execute(String jobName, Date jobRunDate) throws InterruptedException
execute in interface StepjobName - the name of the job this step is being run as part ofjobRunDate - the time/date when the job was startedInterruptedExceptionorg.kuali.ole.sys.batch.Step#execute(java.lang.String)public void setExpenditureTransactionService(ExpenditureTransactionService expenditureTransactionService)
expenditureTransactionService - ExpenditureTransactionServiceCopyright © 2004–2015 The Kuali Foundation. All rights reserved.