Class InboundChannelConfigurationWizardHandler

java.lang.Object
de.hybris.platform.integrationbackoffice.widgets.authentication.handlers.InboundChannelConfigurationWizardHandler
All Implemented Interfaces:
com.hybris.cockpitng.widgets.configurableflow.FlowActionHandler

public class InboundChannelConfigurationWizardHandler extends Object implements com.hybris.cockpitng.widgets.configurableflow.FlowActionHandler
Wizard 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.
  • Field Details

  • Constructor Details

    • InboundChannelConfigurationWizardHandler

      public InboundChannelConfigurationWizardHandler()
  • Method Details

    • perform

      public void perform(com.hybris.cockpitng.config.jaxb.wizard.CustomType customType, com.hybris.cockpitng.widgets.configurableflow.FlowActionHandlerAdapter flowActionHandlerAdapter, Map<String,String> map)
      Specified by:
      perform in interface com.hybris.cockpitng.widgets.configurableflow.FlowActionHandler
    • showErrorMessageBox

      protected void showErrorMessageBox(String msgKey, String titleKey)
    • 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)