| Package | Description |
|---|---|
| com.hybris.backoffice.widgets.notificationarea | |
| com.hybris.backoffice.widgets.notificationarea.event |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultNotificationService.clearNotifications(String source,
NotificationEvent.Level level) |
void |
NotificationService.clearNotifications(String source,
NotificationEvent.Level level)
Sends clear event which will remove all notifications from specified source of specified importance level.
|
default void |
NotificationService.notifyUser(ActionContext<?> context,
String eventType,
NotificationEvent.Level level,
Object... referenceObjects)
Sends a notification to end user.
|
void |
DefaultNotificationService.notifyUser(String source,
String eventType,
NotificationEvent.Level level,
Object... referenceObjects) |
void |
NotificationService.notifyUser(String source,
String eventType,
NotificationEvent.Level level,
Object... referenceObjects)
Sends a notification to end user.
|
default void |
NotificationService.notifyUser(WidgetInstanceManager widgetInstanceManager,
String eventType,
NotificationEvent.Level level,
Object... referenceObjects)
Sends a notification to end user.
|
| Modifier and Type | Method and Description |
|---|---|
NotificationEvent.Level |
ClearNotificationsEvent.getLevel() |
NotificationEvent.Level |
NotificationEvent.getLevel() |
static NotificationEvent.Level |
NotificationEvent.Level.valueOf(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.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
NotificationUtils.clearNotifications(String source,
NotificationEvent.Level level)
Deprecated.
Sends clear event which will remove all notifications from specified source of specified importance level.
|
static void |
NotificationUtils.notifyUser(String source,
String eventType,
NotificationEvent.Level level,
Object... referenceObjects)
Deprecated.
Sends a notification to end user.
|
| Constructor and Description |
|---|
ClearNotificationsEvent(String source,
NotificationEvent.Level level) |
NotificationEvent(String message,
NotificationEvent.Level level,
String id,
Object... referencedObjects)
Deprecated.
since 6.6
|
NotificationEvent(String source,
String eventType,
NotificationEvent.Level level,
Object... referencedObjects) |
Copyright © 2018. All rights reserved.