A step to remove old encumbrances from the database.
Method Summary
public boolean
execute(String jobName) This step will purge data from the gl_encumbrance_t table older than a specified year.
public void
setChartService(ChartService chartService) Sets the chartService attribute, allowing the injection of an implementation of the service.
public void
setEncumbranceService(EncumbranceService encumbranceService) Sets the encumbranceService attribute, allowing the injection of an implementation of the service.
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 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 encumbranceService attribute, allowing the injection of an implementation of the service.
Parameters: encumbranceService - the encumbranceService implementation to set See Also:org.kuali.module.gl.service.EncumbranceService
Methods inherited from org.kuali.kfs.batch.AbstractStep