Class InboundChannelConfigNotificationService
- java.lang.Object
-
- de.hybris.platform.integrationbackoffice.widgets.authentication.InboundChannelConfigNotificationService
-
public class InboundChannelConfigNotificationService extends java.lang.ObjectService dedidcated to the construction of backoffice banner notifications related to Inbound Channel Configuration
-
-
Constructor Summary
Constructors Constructor Description InboundChannelConfigNotificationService(com.hybris.cockpitng.util.notifications.NotificationService notificationService)Default constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcreateICCToExposedDestinationSuccessNotification(com.hybris.cockpitng.engine.WidgetInstanceManager widgetInstanceManager, InboundChannelConfigurationModel iccModel)Creates a success notification with a link to the persisted data.
-
-
-
Method Detail
-
createICCToExposedDestinationSuccessNotification
public void createICCToExposedDestinationSuccessNotification(com.hybris.cockpitng.engine.WidgetInstanceManager widgetInstanceManager, InboundChannelConfigurationModel iccModel)Creates a success notification with a link to the persisted data.- Parameters:
widgetInstanceManager- Widget contexticcModel- Inbound Channel Configuration model that was persisted
-
-