|
||||||||||
| 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.OrganizationReversionCurrentYearAccountStep
public class OrganizationReversionCurrentYearAccountStep
A step that runs the reversion and carry forward process. The beginning of year version of the process is supposed to be run at the beginning of a fiscal year, and therefore, it uses prior year accounts instead of current year accounts.
| Constructor Summary | |
|---|---|
OrganizationReversionCurrentYearAccountStep()
|
|
| 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 OrganizationReversionCurrentYearAccountStep()
| Method Detail |
|---|
protected WrappedBatchExecutorService.CustomBatchExecutor getCustomBatchExecutor()
getCustomBatchExecutor in class AbstractWrappedBatchStepAbstractWrappedBatchStep.getCustomBatchExecutor()public void setOrganizationReversionProcessService(OrganizationReversionProcessService organizationReversionProcessService)
organizationReversionProcessService - the implementation of the organizationReversionProcessService to setOrganizationReversionProcessServicepublic 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 | |||||||||