Class DefaultNotificationService
- java.lang.Object
-
- com.hybris.backoffice.widgets.notificationarea.DefaultNotificationService
-
- com.hybris.cockpitng.util.notifications.DefaultNotificationService
-
- All Implemented Interfaces:
NotificationService,NotificationService
public class DefaultNotificationService extends DefaultNotificationService implements NotificationService
Service responsible for sending user notifications. It usesNotificationEventto publish notifications andClearNotificationsEventto clear them.
-
-
Field Summary
-
Fields inherited from class com.hybris.backoffice.widgets.notificationarea.DefaultNotificationService
SETTING_NOTIFICATION_SOURCE
-
-
Constructor Summary
Constructors Constructor Description DefaultNotificationService()
-
Method Summary
-
Methods inherited from class com.hybris.backoffice.widgets.notificationarea.DefaultNotificationService
clearNotifications, clearNotifications, getWidgetNotificationSource, getWidgetNotificationSource, notifyUser
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.hybris.backoffice.widgets.notificationarea.NotificationService
clearNotifications, clearNotifications, getWidgetNotificationSource, getWidgetNotificationSource, notifyUser, notifyUser, notifyUser
-
-