Uses of Class
com.hybris.backoffice.widgets.notificationarea.event.NotificationEvent.Level
-
-
Uses of NotificationEvent.Level in com.hybris.backoffice.widgets.notificationarea
Methods in com.hybris.backoffice.widgets.notificationarea with parameters of type NotificationEvent.Level Modifier and Type Method Description voidDefaultNotificationService. clearNotifications(java.lang.String source, NotificationEvent.Level level)Deprecated, for removal: This API element is subject to removal in a future version.voidNotificationService. clearNotifications(java.lang.String source, NotificationEvent.Level level)Deprecated, for removal: This API element is subject to removal in a future version.Sends clear event which will remove all notifications from specified source of specified importance level.voidDefaultNotificationService. notifyUser(java.lang.String source, java.lang.String eventType, NotificationEvent.Level level, java.lang.Object... referenceObjects)Deprecated, for removal: This API element is subject to removal in a future version.default voidNotificationService. notifyUser(ActionContext<?> context, java.lang.String eventType, NotificationEvent.Level level, java.lang.Object... referenceObjects)Deprecated, for removal: This API element is subject to removal in a future version.Sends a notification to end user.default voidNotificationService. notifyUser(WidgetInstanceManager widgetInstanceManager, java.lang.String eventType, NotificationEvent.Level level, java.lang.Object... referenceObjects)Deprecated, for removal: This API element is subject to removal in a future version.Sends a notification to end user.voidNotificationService. notifyUser(java.lang.String source, java.lang.String eventType, NotificationEvent.Level level, java.lang.Object... referenceObjects)Deprecated, for removal: This API element is subject to removal in a future version.Sends a notification to end user. -
Uses of NotificationEvent.Level in com.hybris.backoffice.widgets.notificationarea.event
Methods in com.hybris.backoffice.widgets.notificationarea.event that return NotificationEvent.Level Modifier and Type Method Description NotificationEvent.LevelClearNotificationsEvent. getLevel()Deprecated, for removal: This API element is subject to removal in a future version.NotificationEvent.LevelNotificationEvent. getLevel()Deprecated, for removal: This API element is subject to removal in a future version.static NotificationEvent.LevelNotificationEvent.Level. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static NotificationEvent.Level[]NotificationEvent.Level. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.hybris.backoffice.widgets.notificationarea.event with parameters of type NotificationEvent.Level Constructor Description ClearNotificationsEvent(java.lang.String source, NotificationEvent.Level level)Deprecated, for removal: This API element is subject to removal in a future version.NotificationEvent(java.lang.String source, java.lang.String eventType, NotificationEvent.Level level, java.lang.Object... referencedObjects)Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of NotificationEvent.Level in com.hybris.cockpitng.util.notifications.event
Constructors in com.hybris.cockpitng.util.notifications.event with parameters of type NotificationEvent.Level Constructor Description ClearNotificationsEvent(java.lang.String source, NotificationEvent.Level level)NotificationEvent(java.lang.String source, java.lang.String eventType, NotificationEvent.Level level, java.lang.Object... referencedObjects)
-