Class PromoteFacetValueAction

  • All Implemented Interfaces:
    com.hybris.cockpitng.actions.CockpitAction<FacetValueModel,​java.lang.Object>, com.hybris.cockpitng.engine.ComponentWidgetAdapterAware

    public class PromoteFacetValueAction
    extends com.hybris.cockpitng.engine.impl.AbstractComponentWidgetAdapterAware
    implements com.hybris.cockpitng.actions.CockpitAction<FacetValueModel,​java.lang.Object>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.hybris.cockpitng.actions.ActionResult<java.lang.Object> perform​(com.hybris.cockpitng.actions.ActionContext<FacetValueModel> ctx)  
      protected AbstractAsFacetConfigurationModel resolveCurrentObject​(com.hybris.cockpitng.actions.ActionContext<FacetValueModel> ctx)  
      protected void updateCurrentObject​(com.hybris.cockpitng.actions.ActionContext<FacetValueModel> ctx, java.util.List<AsPromotedFacetValueModel> promotedValues)  
      • Methods inherited from class com.hybris.cockpitng.engine.impl.AbstractComponentWidgetAdapterAware

        addSocketInputEventListener, getComponentID, handleSocketInputEvent, initialize, initializeDefaultEventListeners, registerStubInstance, sendOutput, setComponentID, unregisterStubInstance
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface com.hybris.cockpitng.actions.CockpitAction

        canPerform, getConfirmationMessage, needsConfirmation
    • Field Detail

      • PROMOTED_OBJECT_EXPRESSION

        protected static final java.lang.String PROMOTED_OBJECT_EXPRESSION
        See Also:
        Constant Field Values
    • Constructor Detail

      • PromoteFacetValueAction

        public PromoteFacetValueAction()
    • Method Detail

      • perform

        public com.hybris.cockpitng.actions.ActionResult<java.lang.Object> perform​(com.hybris.cockpitng.actions.ActionContext<FacetValueModel> ctx)
        Specified by:
        perform in interface com.hybris.cockpitng.actions.CockpitAction<FacetValueModel,​java.lang.Object>