Class RemoveCMSVersionsGCProcessAction
- 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.RemoveCMSVersionsGCProcessAction
-
- All Implemented Interfaces:
Action<CMSVersionGCProcessModel>
public class RemoveCMSVersionsGCProcessAction extends AbstractCMSVersionGCProcessAction
Business process action used to remove all cmsversions from the system that is not included 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 RemoveCMSVersionsGCProcessAction()
-
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
protected org.springframework.beans.factory.ObjectFactory<PageableData>
getPageableDataFactory()
void
setPageableDataFactory(org.springframework.beans.factory.ObjectFactory<PageableData> pageableDataFactory)
-
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
-
getPageableDataFactory
protected org.springframework.beans.factory.ObjectFactory<PageableData> getPageableDataFactory()
-
setPageableDataFactory
public void setPageableDataFactory(org.springframework.beans.factory.ObjectFactory<PageableData> pageableDataFactory)
-
-