Class IntegrationObjectClassificationClassWizardHandler

  • All Implemented Interfaces:
    com.hybris.cockpitng.widgets.configurableflow.FlowActionHandler

    public class IntegrationObjectClassificationClassWizardHandler
    extends java.lang.Object
    implements com.hybris.cockpitng.widgets.configurableflow.FlowActionHandler
    Classification chooser handler. The handler gets selected attributes, finds leaves and sends the leaves to selectedClassificationAttributes output.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String USE_FULL_QUALIFIER  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void perform​(com.hybris.cockpitng.config.jaxb.wizard.CustomType customType, com.hybris.cockpitng.widgets.configurableflow.FlowActionHandlerAdapter adapter, java.util.Map<java.lang.String,​java.lang.String> map)  
      void setModelService​(ModelService modelService)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • USE_FULL_QUALIFIER

        public static final java.lang.String USE_FULL_QUALIFIER
        See Also:
        Constant Field Values
    • Constructor Detail

      • IntegrationObjectClassificationClassWizardHandler

        public IntegrationObjectClassificationClassWizardHandler()
    • Method Detail

      • perform

        public void perform​(com.hybris.cockpitng.config.jaxb.wizard.CustomType customType,
                            com.hybris.cockpitng.widgets.configurableflow.FlowActionHandlerAdapter adapter,
                            java.util.Map<java.lang.String,​java.lang.String> map)
        Specified by:
        perform in interface com.hybris.cockpitng.widgets.configurableflow.FlowActionHandler
      • setModelService

        public void setModelService​(ModelService modelService)