| java.lang.Object org.kuali.kfs.batch.AbstractStep org.kuali.module.gl.batch.EncumbranceForwardStep
EncumbranceForwardStep | public class EncumbranceForwardStep extends AbstractStep (Code) | | A step to run the year end process of forwarding encumbrances into the next fiscal year
|
TRANSACTION_DATE_FORMAT_STRING | final public static String TRANSACTION_DATE_FORMAT_STRING(Code) | | |
execute | public boolean execute(String jobName)(Code) | | This step runs the forward encumbrance process, including retrieving the parameters needed to run the job, creating the
origin entry group where output origin entries will go, and having the job's reports generated.
true if the job completed successfully, false if otherwise See Also: org.kuali.kfs.batch.Step.performStep |
setYearEndService | public void setYearEndService(YearEndService yearEndService)(Code) | | Sets the yearEndService attribute, allowing the injection of an implementation of that service
Parameters: yearEndService - the yearEndService to set See Also: org.kuali.module.gl.service.YearEndService |
|
|