| |
|
| java.lang.Object org.kuali.kfs.batch.AbstractStep org.kuali.module.chart.batch.FiscalYearMakerStep
FiscalYearMakerStep | public class FiscalYearMakerStep extends AbstractStep (Code) | | This is the batch step implementation for Fiscal Year Maker. It brings forward the appropriate rows from certain chart, gl, and
labor tables specified by the makerObjectsList property of the fiscalYearMakersDao bean.
|
Method Summary | |
public boolean | execute(String jobName) Calls the fiscalYearMakers method of DateMakerService, passing the
KFSConstants.ChartApcParms.FISCAL_YEAR_MAKER_SOURCE_FISCAL_YEAR and KFSConstants.ChartApcParms.FISCAL_YEAR_MAKER_REPLACE_MODE
parameters from the KFSConstants.ParameterGroups.CHART_FISCAL_YEAR_MAKER security group. | public void | setDateMakerService(DateMakerService dateMakerService) For Spring. |
execute | public boolean execute(String jobName) throws InterruptedException(Code) | | Calls the fiscalYearMakers method of DateMakerService, passing the
KFSConstants.ChartApcParms.FISCAL_YEAR_MAKER_SOURCE_FISCAL_YEAR and KFSConstants.ChartApcParms.FISCAL_YEAR_MAKER_REPLACE_MODE
parameters from the KFSConstants.ParameterGroups.CHART_FISCAL_YEAR_MAKER security group.
See Also: org.kuali.kfs.batch.Step.execute(java.lang.String) |
setDateMakerService | public void setDateMakerService(DateMakerService dateMakerService)(Code) | | For Spring.
Parameters: dateMakerService - |
|
|
|