Package | Description |
---|---|
com.liferay.portal.kernel.notifications | |
com.liferay.portal.kernel.service |
This package defines the portal service interfaces and classes.
|
Modifier and Type | Method and Description |
---|---|
int |
NotificationEventComparator.compare(NotificationEvent notificationEvent1,
NotificationEvent notificationEvent2) |
Modifier and Type | Method and Description |
---|---|
UserNotificationEvent |
UserNotificationEventLocalService.addUserNotificationEvent(long userId,
boolean delivered,
boolean actionRequired,
NotificationEvent notificationEvent) |
static UserNotificationEvent |
UserNotificationEventLocalServiceUtil.addUserNotificationEvent(long userId,
boolean delivered,
boolean actionRequired,
NotificationEvent notificationEvent) |
UserNotificationEvent |
UserNotificationEventLocalServiceWrapper.addUserNotificationEvent(long userId,
boolean delivered,
boolean actionRequired,
NotificationEvent notificationEvent) |
UserNotificationEvent |
UserNotificationEventLocalService.addUserNotificationEvent(long userId,
NotificationEvent notificationEvent) |
static UserNotificationEvent |
UserNotificationEventLocalServiceUtil.addUserNotificationEvent(long userId,
NotificationEvent notificationEvent) |
UserNotificationEvent |
UserNotificationEventLocalServiceWrapper.addUserNotificationEvent(long userId,
NotificationEvent notificationEvent) |
Modifier and Type | Method and Description |
---|---|
List<UserNotificationEvent> |
UserNotificationEventLocalService.addUserNotificationEvents(long userId,
Collection<NotificationEvent> notificationEvents) |
static List<UserNotificationEvent> |
UserNotificationEventLocalServiceUtil.addUserNotificationEvents(long userId,
Collection<NotificationEvent> notificationEvents) |
List<UserNotificationEvent> |
UserNotificationEventLocalServiceWrapper.addUserNotificationEvents(long userId,
Collection<NotificationEvent> notificationEvents) |