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 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.
-
-
Field Summary
Fields Modifier and Type Field Description protected static java.lang.StringINBOUND_CHANNEL_CONFIGprotected static java.lang.StringINTEGRATION_CLIENT_CRED_ERROR_MESSAGEprotected static java.lang.StringINTEGRATION_ERROR_TITLEprotected static java.lang.StringINTEGRATION_USER_ERROR_MESSAGEprotected static java.lang.StringNEW_INTEGRATION_SERVICE_CLIENT_DETAILprotected static java.lang.StringSTEP_ONEprotected static java.lang.StringWIDGET_CONTROLLER
-
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)protected voidshowErrorMessageBox(java.lang.String msgKey, java.lang.String titleKey)
-
-
-
Field Detail
-
WIDGET_CONTROLLER
protected static final java.lang.String WIDGET_CONTROLLER
- See Also:
- Constant Field Values
-
INBOUND_CHANNEL_CONFIG
protected static final java.lang.String INBOUND_CHANNEL_CONFIG
- See Also:
- Constant Field Values
-
NEW_INTEGRATION_SERVICE_CLIENT_DETAIL
protected static final java.lang.String NEW_INTEGRATION_SERVICE_CLIENT_DETAIL
- See Also:
- Constant Field Values
-
INTEGRATION_ERROR_TITLE
protected static final java.lang.String INTEGRATION_ERROR_TITLE
- See Also:
- Constant Field Values
-
INTEGRATION_CLIENT_CRED_ERROR_MESSAGE
protected static final java.lang.String INTEGRATION_CLIENT_CRED_ERROR_MESSAGE
- See Also:
- Constant Field Values
-
INTEGRATION_USER_ERROR_MESSAGE
protected static final java.lang.String INTEGRATION_USER_ERROR_MESSAGE
- See Also:
- Constant Field Values
-
STEP_ONE
protected static final java.lang.String STEP_ONE
- 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 flowActionHandlerAdapter, java.util.Map<java.lang.String,java.lang.String> map)- Specified by:
performin interfacecom.hybris.cockpitng.widgets.configurableflow.FlowActionHandler
-
showErrorMessageBox
protected void showErrorMessageBox(java.lang.String msgKey, java.lang.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)
-
-