This step will purge data from the gl_entry_t table older than a specified year. It purges the data one chart at a time each
within their own transaction so database transaction logs don't get completely filled up when doing this. This step class
should NOT be transactional.
Parameters: jobName - the name of the job this step is being run as part of true if the job completed successfully, false if otherwise See Also:org.kuali.kfs.batch.Step.execute(java.lang.String)
Sets the chartService attribute, allowing the injection of an implementation of the service.
Parameters: chartService - the chartService implementation to set See Also:org.kuali.module.chart.service.ChartService
Sets the entryService attribute, allowing the injection of an implementation of the service.
Parameters: entryService - the entryService implementation to set See Also:org.kuali.module.gl.service.EntryService
Methods inherited from org.kuali.kfs.batch.AbstractStep