This step will purge data from the gl_encumbrance_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 balanceService attribute, allowing the injection of an implementation of the service.
Parameters: chartService - the balanceService implementation to set See Also:org.kuali.module.gl.service.BalanceService
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
Methods inherited from org.kuali.kfs.batch.AbstractStep