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.voidNotificationService. clearNotifications(java.lang.String source, NotificationEvent.Level level)Deprecated.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.default voidNotificationService. notifyUser(ActionContext<?> context, java.lang.String eventType, NotificationEvent.Level level, java.lang.Object... referenceObjects)Deprecated.Sends a notification to end user.default voidNotificationService. notifyUser(WidgetInstanceManager widgetInstanceManager, java.lang.String eventType, NotificationEvent.Level level, java.lang.Object... referenceObjects)Deprecated.Sends a notification to end user.voidNotificationService. notifyUser(java.lang.String source, java.lang.String eventType, NotificationEvent.Level level, java.lang.Object... referenceObjects)Deprecated.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.NotificationEvent.LevelNotificationEvent. getLevel()Deprecated.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.NotificationEvent(java.lang.String source, java.lang.String eventType, NotificationEvent.Level level, java.lang.Object... referencedObjects)Deprecated. -
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)
-