public class PurgeCollectorDetailStep extends AbstractStep
batchInputFileType, dateTimeService, interrupted, name, parameterService
Constructor and Description |
---|
PurgeCollectorDetailStep() |
Modifier and Type | Method and Description |
---|---|
boolean |
execute(String jobName,
Date jobRunDate)
This step will purge data from the gl_id_bill_t table older than a specified year.
|
void |
setChartService(ChartService chartService)
Sets the chartService attribute, allowing the injection of an implementation of the service.
|
void |
setCollectorDetailService(CollectorDetailService collectorDetailService)
Sets the collectorDetailService attribute, allowing the injection of an implementation of the service.
|
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 PurgeCollectorDetailStep()
public boolean execute(String jobName, Date jobRunDate)
jobName
- the name of the job this step is being run as part ofjobRunDate
- the time/date the job was startedStep.execute(String, Date)
public void setChartService(ChartService chartService)
chartService
- the chartService implementation to setChartService
public void setCollectorDetailService(CollectorDetailService collectorDetailService)
collectorDetailService
- the collectorDetailService implementation to setCollectorDetailService
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.