| java.lang.Object org.kuali.kfs.batch.AbstractStep org.kuali.module.gl.batch.BalanceForwardStep
BalanceForwardStep | public class BalanceForwardStep extends AbstractStep (Code) | | This step runs the balance forward year end process.
|
TRANSACTION_DATE_FORMAT_STRING | final public static String TRANSACTION_DATE_FORMAT_STRING(Code) | | |
execute | public boolean execute(String jobName)(Code) | | This step runs the balance forward service, specifically finding the parameters the job needs, creating the origin entry
groups for the output origin entries, and creating the process's reports.
Parameters: jobName - the name of the job that this step is a part of that the job finished successfully See Also: org.kuali.kfs.batch.Step.execute(java.lang.String) |
setYearEndService | public void setYearEndService(YearEndService yearEndService)(Code) | | Sets the yearEndService attribute, allowing injection of an implementation of the service
Parameters: yearEndService - an implementation of the yearEndService See Also: org.kuali.module.gl.service.yearEndService |
|
|