Class CollectRelatedCMSVersionsGCProcessAction
- java.lang.Object
-
- de.hybris.platform.processengine.action.AbstractAction<CMSVersionGCProcessModel>
-
- de.hybris.platform.cms2.version.processengine.action.AbstractCMSVersionGCProcessAction
-
- de.hybris.platform.cms2.version.processengine.action.impl.CollectRelatedCMSVersionsGCProcessAction
-
- All Implemented Interfaces:
Action<CMSVersionGCProcessModel>
public class CollectRelatedCMSVersionsGCProcessAction extends AbstractCMSVersionGCProcessAction
Business process action used to collect all related cms versions for each version currently stored inCMSVersionGCProcessModel
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.hybris.platform.cms2.version.processengine.action.AbstractCMSVersionGCProcessAction
AbstractCMSVersionGCProcessAction.Transition
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.processengine.action.AbstractAction
modelService, processParameterHelper
-
Fields inherited from interface de.hybris.platform.processengine.spring.Action
ERROR_RETURN_CODE, RETRY_RETURN_CODE
-
-
Constructor Summary
Constructors Constructor Description CollectRelatedCMSVersionsGCProcessAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AbstractCMSVersionGCProcessAction.Transition
executeAction(CMSVersionGCProcessModel cmsVersionGCProcessModel)
Executes thisAction
's business logic working on the givenCMSVersionGCProcessModel
-
Methods inherited from class de.hybris.platform.cms2.version.processengine.action.AbstractCMSVersionGCProcessAction
execute, getCmsVersionGCProcessPredicate, getCmsVersionGCService, getTransitions, setCmsVersionGCProcessPredicate, setCmsVersionGCService
-
Methods inherited from class de.hybris.platform.processengine.action.AbstractAction
createTransitions, getModelService, getProcessParameterHelper, getProcessParameterValue, refresh, save, setModelService, setOrderStatus, setProcessParameterHelper
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface de.hybris.platform.processengine.spring.Action
getCurrentActionDefinitionContext
-
-
-
-
Method Detail
-
executeAction
public AbstractCMSVersionGCProcessAction.Transition executeAction(CMSVersionGCProcessModel cmsVersionGCProcessModel)
Description copied from class:AbstractCMSVersionGCProcessAction
Executes thisAction
's business logic working on the givenCMSVersionGCProcessModel
- Specified by:
executeAction
in classAbstractCMSVersionGCProcessAction
- Parameters:
cmsVersionGCProcessModel
- The process context to work on- Returns:
- the
AbstractCMSVersionGCProcessAction.Transition
-
-