public class PurgeAccountBalancesStep extends AbstractStep
batchInputFileType, dateTimeService, interrupted, name, parameterService| Constructor and Description |
|---|
PurgeAccountBalancesStep() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
execute(String jobName,
Date jobRunDate)
This step will purge data from the gl_acct_balances_t table older than a specified year.
|
void |
setAccountBalanceService(AccountBalanceService accountBalanceService)
Sets the accountBalanceService attribute, allowing the injection of an implementation of the service.
|
void |
setChartService(ChartService chartService)
Sets the chartService attribute, allowing the injection of an implementation of the service.
|
afterPropertiesSet, getBatchInputFileType, getDateTimeService, getName, getParameterService, getRequiredDirectoryNames, interrupt, isInterrupted, setBatchInputFileType, setBeanName, setDateTimeService, setInterrupted, setParameterServiceprepareDirectoriesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitprepareDirectoriespublic PurgeAccountBalancesStep()
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 startedorg.kuali.ole.sys.batch.Step#execute(java.lang.String)public void setAccountBalanceService(AccountBalanceService accountBalanceService)
accountBalanceService - the accountBalanceService implementation to setAccountBalanceServicepublic void setChartService(ChartService chartService)
chartService - the chartService implementation to setChartServiceCopyright © 2004–2014 The Kuali Foundation. All rights reserved.