Class PromoteFacetValueAction
java.lang.Object
com.hybris.cockpitng.engine.impl.AbstractComponentWidgetAdapterAware
de.hybris.platform.adaptivesearchbackoffice.actions.facets.PromoteFacetValueAction
- All Implemented Interfaces:
com.hybris.cockpitng.actions.CockpitAction<FacetValueModel,,Object> com.hybris.cockpitng.engine.ComponentWidgetAdapterAware
public class PromoteFacetValueAction
extends com.hybris.cockpitng.engine.impl.AbstractComponentWidgetAdapterAware
implements com.hybris.cockpitng.actions.CockpitAction<FacetValueModel,Object>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.hybris.cockpitng.actions.ActionResult<Object>perform(com.hybris.cockpitng.actions.ActionContext<FacetValueModel> ctx) protected AbstractAsFacetConfigurationModelresolveCurrentObject(com.hybris.cockpitng.actions.ActionContext<FacetValueModel> ctx) protected voidupdateCurrentObject(com.hybris.cockpitng.actions.ActionContext<FacetValueModel> ctx, List<AsPromotedFacetValueModel> promotedValues) Methods inherited from class com.hybris.cockpitng.engine.impl.AbstractComponentWidgetAdapterAware
addSocketInputEventListener, getComponentID, handleSocketInputEvent, initialize, initializeDefaultEventListeners, registerStubInstance, sendOutput, setComponentID, unregisterStubInstanceMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.hybris.cockpitng.actions.CockpitAction
canPerform, getConfirmationMessage, needsConfirmation
-
Field Details
-
PROMOTED_OBJECT_EXPRESSION
- See Also:
-
-
Constructor Details
-
PromoteFacetValueAction
public PromoteFacetValueAction()
-
-
Method Details
-
perform
public com.hybris.cockpitng.actions.ActionResult<Object> perform(com.hybris.cockpitng.actions.ActionContext<FacetValueModel> ctx) - Specified by:
performin interfacecom.hybris.cockpitng.actions.CockpitAction<FacetValueModel,Object>
-
resolveCurrentObject
protected AbstractAsFacetConfigurationModel resolveCurrentObject(com.hybris.cockpitng.actions.ActionContext<FacetValueModel> ctx) -
updateCurrentObject
protected void updateCurrentObject(com.hybris.cockpitng.actions.ActionContext<FacetValueModel> ctx, List<AsPromotedFacetValueModel> promotedValues)
-