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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidperform(com.hybris.cockpitng.config.jaxb.wizard.CustomType customType, com.hybris.cockpitng.widgets.configurableflow.FlowActionHandlerAdapter flowActionHandlerAdapter, Map<String, String> map) voidsetCockpitEventQueue(com.hybris.cockpitng.core.events.CockpitEventQueue cockpitEventQueue) voidsetIccNotificationService(InboundChannelConfigNotificationService iccNotificationService) voidsetModelService(ModelService modelService) voidsetRegisterIntegrationObjectService(RegisterIntegrationObjectDefaultService registerIntegrationObjectService) protected voidshowErrorMessageBox(String msgKey, String titleKey)
-
Field Details
-
WIDGET_CONTROLLER
- See Also:
-
INBOUND_CHANNEL_CONFIG
- See Also:
-
NEW_INTEGRATION_SERVICE_CLIENT_DETAIL
- See Also:
-
INTEGRATION_ERROR_TITLE
- See Also:
-
INTEGRATION_CLIENT_CRED_ERROR_MESSAGE
- See Also:
-
INTEGRATION_USER_ERROR_MESSAGE
- See Also:
-
STEP_ONE
- See Also:
-
-
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:
performin interfacecom.hybris.cockpitng.widgets.configurableflow.FlowActionHandler
-
showErrorMessageBox
-
setModelService
-
setIccNotificationService
public void setIccNotificationService(InboundChannelConfigNotificationService iccNotificationService) -
setCockpitEventQueue
public void setCockpitEventQueue(com.hybris.cockpitng.core.events.CockpitEventQueue cockpitEventQueue) -
setRegisterIntegrationObjectService
public void setRegisterIntegrationObjectService(RegisterIntegrationObjectDefaultService registerIntegrationObjectService)
-