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 TypeMethodDescriptionintNotificationEventComparator.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 UserNotificationEventUserNotificationEventLocalServiceUtil.addUserNotificationEvent(long userId, boolean delivered, boolean actionRequired, NotificationEvent notificationEvent) static UserNotificationEventUserNotificationEventLocalServiceUtil.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)