Class InboundChannelConfigurationWizardHandler
- java.lang.Object
-
- de.hybris.platform.integrationbackoffice.widgets.handlers.InboundChannelConfigurationWizardHandler
-
- All Implemented Interfaces:
com.hybris.cockpitng.widgets.configurableflow.FlowActionHandler
public class InboundChannelConfigurationWizardHandler extends java.lang.Object implements com.hybris.cockpitng.widgets.configurableflow.FlowActionHandlerWizard handler for the creation process of Inbound Channel Configurations. Allows for the extension of the default creation wizard by handling the input of IntegrationClientCredentialsDetails to create IntegrationClientCredentialsDetails and ExposedOAuthCredential.
-
-
Constructor Summary
Constructors Constructor Description InboundChannelConfigurationWizardHandler()
-
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 flowActionHandlerAdapter, java.util.Map<java.lang.String,java.lang.String> map)voidsetCockpitEventQueue(com.hybris.cockpitng.core.events.CockpitEventQueue cockpitEventQueue)voidsetIccNotificationService(InboundChannelConfigNotificationService iccNotificationService)voidsetModelService(ModelService modelService)voidsetRegisterIntegrationObjectService(RegisterIntegrationObjectDefaultService registerIntegrationObjectService)
-
-
-
Method Detail
-
perform
public void perform(com.hybris.cockpitng.config.jaxb.wizard.CustomType customType, com.hybris.cockpitng.widgets.configurableflow.FlowActionHandlerAdapter flowActionHandlerAdapter, 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)
-
setIccNotificationService
public void setIccNotificationService(InboundChannelConfigNotificationService iccNotificationService)
-
setCockpitEventQueue
public void setCockpitEventQueue(com.hybris.cockpitng.core.events.CockpitEventQueue cockpitEventQueue)
-
setRegisterIntegrationObjectService
public void setRegisterIntegrationObjectService(RegisterIntegrationObjectDefaultService registerIntegrationObjectService)
-
-