Uses of Class
com.liferay.portal.kernel.notifications.NotificationEvent
Packages that use NotificationEvent
Package
Description
This package defines the portal service interfaces and classes.
-
Uses of NotificationEvent in com.liferay.portal.kernel.notifications
Methods in com.liferay.portal.kernel.notifications with parameters of type NotificationEventModifier and TypeMethodDescriptionint
NotificationEventComparator.compare
(NotificationEvent notificationEvent1, NotificationEvent notificationEvent2) -
Uses of NotificationEvent in com.liferay.portal.kernel.service
Methods in com.liferay.portal.kernel.service with parameters of type NotificationEventModifier and TypeMethodDescriptionUserNotificationEventLocalService.addUserNotificationEvent
(long userId, boolean delivered, boolean actionRequired, NotificationEvent notificationEvent) UserNotificationEventLocalService.addUserNotificationEvent
(long userId, NotificationEvent notificationEvent) static UserNotificationEvent
UserNotificationEventLocalServiceUtil.addUserNotificationEvent
(long userId, boolean delivered, boolean actionRequired, NotificationEvent notificationEvent) static UserNotificationEvent
UserNotificationEventLocalServiceUtil.addUserNotificationEvent
(long userId, NotificationEvent notificationEvent) UserNotificationEventLocalServiceWrapper.addUserNotificationEvent
(long userId, boolean delivered, boolean actionRequired, NotificationEvent notificationEvent) UserNotificationEventLocalServiceWrapper.addUserNotificationEvent
(long userId, NotificationEvent notificationEvent) Method parameters in com.liferay.portal.kernel.service with type arguments of type NotificationEventModifier and TypeMethodDescriptionUserNotificationEventLocalService.addUserNotificationEvents
(long userId, Collection<NotificationEvent> notificationEvents) static List<UserNotificationEvent>
UserNotificationEventLocalServiceUtil.addUserNotificationEvents
(long userId, Collection<NotificationEvent> notificationEvents) UserNotificationEventLocalServiceWrapper.addUserNotificationEvents
(long userId, Collection<NotificationEvent> notificationEvents)