|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kuali.kfs.sys.batch.AbstractStep
org.kuali.kfs.sys.batch.AbstractWrappedBatchStep
org.kuali.kfs.gl.batch.OrganizationReversionPriorYearAccountStep
public class OrganizationReversionPriorYearAccountStep
A step that runs the reversion and carry forward process. The end of year version of the process is supposed to be run before the end of a fiscal year for reporting purposes; therefore, it uses current year accounts instead of prior year accounts.
Constructor Summary | |
---|---|
OrganizationReversionPriorYearAccountStep()
|
Method Summary | |
---|---|
protected WrappedBatchExecutorService.CustomBatchExecutor |
getCustomBatchExecutor()
|
OrganizationReversionProcessService |
getOrganizationReversionProcessService()
Gets the organizationReversionProcessService attribute. |
YearEndService |
getYearEndService()
Gets the yearEndService attribute. |
void |
setOrganizationReversionProcessService(OrganizationReversionProcessService organizationReversionProcessService)
Sets the organizationREversionProcessService (not to be confused with the OrganizationReversionService, which doesn't do a process, but which does all the database stuff associated with OrganizationReversion records; it's off in Chart), which allows the injection of an implementation of the service. |
void |
setYearEndService(YearEndService yearEndService)
Sets the yearEndService attribute value. |
Methods inherited from class org.kuali.kfs.sys.batch.AbstractWrappedBatchStep |
---|
execute, setWrappedBatchExecutorService, setWrappingBatchServices |
Methods inherited from class org.kuali.kfs.sys.batch.AbstractStep |
---|
getDateTimeService, getName, getParameterService, interrupt, isInterrupted, setBeanName, setDateTimeService, setInterrupted, setParameterService |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OrganizationReversionPriorYearAccountStep()
Method Detail |
---|
protected WrappedBatchExecutorService.CustomBatchExecutor getCustomBatchExecutor()
getCustomBatchExecutor
in class AbstractWrappedBatchStep
AbstractWrappedBatchStep.getCustomBatchExecutor()
public void setOrganizationReversionProcessService(OrganizationReversionProcessService organizationReversionProcessService)
organizationReversionProcessService
- the implementation of the organizationReversionProcessService to setOrganizationReversionProcessService
public YearEndService getYearEndService()
public void setYearEndService(YearEndService yearEndService)
yearEndService
- The yearEndService to set.public OrganizationReversionProcessService getOrganizationReversionProcessService()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |