Class IntegrationObjectClassificationClassWizardHandler
- java.lang.Object
-
- de.hybris.platform.integrationbackoffice.widgets.handlers.IntegrationObjectClassificationClassWizardHandler
-
- All Implemented Interfaces:
com.hybris.cockpitng.widgets.configurableflow.FlowActionHandler
public class IntegrationObjectClassificationClassWizardHandler extends java.lang.Object implements com.hybris.cockpitng.widgets.configurableflow.FlowActionHandlerClassification 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.StringUSE_FULL_QUALIFIER
-
Constructor Summary
Constructors Constructor Description IntegrationObjectClassificationClassWizardHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidperform(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)voidsetModelService(ModelService modelService)
-
-
-
Field Detail
-
USE_FULL_QUALIFIER
public static final java.lang.String USE_FULL_QUALIFIER
- See Also:
- Constant Field Values
-
-
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:
performin interfacecom.hybris.cockpitng.widgets.configurableflow.FlowActionHandler
-
setModelService
public void setModelService(ModelService modelService)
-
-