Class InboundChannelConfigNotificationService
java.lang.Object
de.hybris.platform.integrationbackoffice.widgets.authentication.InboundChannelConfigNotificationService
Service dedicated to the construction of backoffice banner notifications related to Inbound Channel Configuration
-
Constructor Summary
ConstructorsConstructorDescriptionInboundChannelConfigNotificationService(com.hybris.cockpitng.util.notifications.NotificationService notificationService) Default constructor -
Method Summary
Modifier and TypeMethodDescriptionvoidcreateICCToExposedDestinationSuccessNotification(com.hybris.cockpitng.engine.WidgetInstanceManager widgetInstanceManager, InboundChannelConfigurationModel iccModel) Creates a success notification with a link to the persisted data.
-
Constructor Details
-
InboundChannelConfigNotificationService
public InboundChannelConfigNotificationService(com.hybris.cockpitng.util.notifications.NotificationService notificationService) Default constructor- Parameters:
notificationService- basic notification service
-
-
Method Details
-
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
-