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 |
---|---|
static NotificationEvent |
NotificationEventFactoryUtil.createNotificationEvent(long timestamp,
String type,
JSONObject payloadJSONObject) |
NotificationEvent |
NotificationEventFactory.createNotificationEvent(long timestamp,
String type,
JSONObject payloadJSONObject) |
Modifier and Type | Method and Description |
---|---|
List<NotificationEvent> |
ChannelHub.fetchNotificationEvents(long userId) |
List<NotificationEvent> |
ChannelHub.fetchNotificationEvents(long userId,
boolean flush) |
static List<NotificationEvent> |
ChannelHubManagerUtil.fetchNotificationEvents(long companyId,
long userId,
boolean flush) |
List<NotificationEvent> |
ChannelHubManager.fetchNotificationEvents(long companyId,
long userId,
boolean flush) |
List<NotificationEvent> |
Channel.getNotificationEvents() |
List<NotificationEvent> |
BaseChannelImpl.getNotificationEvents() |
List<NotificationEvent> |
Channel.getNotificationEvents(boolean flush) |
List<NotificationEvent> |
ChannelHub.getNotificationEvents(long userId) |
List<NotificationEvent> |
ChannelHub.getNotificationEvents(long userId,
boolean flush) |
static List<NotificationEvent> |
ChannelHubManagerUtil.getNotificationEvents(long companyId,
long userId) |
List<NotificationEvent> |
ChannelHubManager.getNotificationEvents(long companyId,
long userId) |
static List<NotificationEvent> |
ChannelHubManagerUtil.getNotificationEvents(long companyId,
long userId,
boolean flush) |
List<NotificationEvent> |
ChannelHubManager.getNotificationEvents(long companyId,
long userId,
boolean flush) |
Modifier and Type | Method and Description |
---|---|
int |
NotificationEventComparator.compare(NotificationEvent notificationEvent1,
NotificationEvent notificationEvent2) |
static void |
ChannelHubManagerUtil.sendNotificationEvent(long companyId,
long userId,
NotificationEvent notificationEvent) |
void |
ChannelHubManager.sendNotificationEvent(long companyId,
long userId,
NotificationEvent notificationEvent) |
void |
ChannelHub.sendNotificationEvent(long userId,
NotificationEvent notificationEvent) |
void |
Channel.sendNotificationEvent(NotificationEvent notificationEvent) |
static void |
ChannelHubManagerUtil.storeNotificationEvent(long companyId,
long userId,
NotificationEvent notificationEvent) |
void |
ChannelHubManager.storeNotificationEvent(long companyId,
long userId,
NotificationEvent notificationEvent) |
void |
ChannelHub.storeNotificationEvent(long userId,
NotificationEvent notificationEvent) |
void |
Channel.storeNotificationEvent(NotificationEvent notificationEvent,
long currentTime) |
Modifier and Type | Method and Description |
---|---|
void |
Channel.removeTransientNotificationEvents(Collection<NotificationEvent> notificationEvents) |
void |
ChannelHub.removeTransientNotificationEvents(long userId,
Collection<NotificationEvent> notificationEvents) |
static void |
ChannelHubManagerUtil.removeTransientNotificationEvents(long companyId,
long userId,
Collection<NotificationEvent> notificationEvents) |
void |
ChannelHubManager.removeTransientNotificationEvents(long companyId,
long userId,
Collection<NotificationEvent> notificationEvents) |
void |
Channel.sendNotificationEvents(Collection<NotificationEvent> notificationEvents) |
void |
ChannelHub.sendNotificationEvents(long userId,
Collection<NotificationEvent> notificationEvents) |
static void |
ChannelHubManagerUtil.sendNotificationEvents(long companyId,
long userId,
Collection<NotificationEvent> notificationEvents) |
void |
ChannelHubManager.sendNotificationEvents(long companyId,
long userId,
Collection<NotificationEvent> notificationEvents) |
Modifier and Type | Method and Description |
---|---|
UserNotificationEvent |
UserNotificationEventLocalService.addUserNotificationEvent(long userId,
boolean actionRequired,
NotificationEvent notificationEvent) |
UserNotificationEvent |
UserNotificationEventLocalServiceWrapper.addUserNotificationEvent(long userId,
boolean actionRequired,
NotificationEvent notificationEvent) |
static UserNotificationEvent |
UserNotificationEventLocalServiceUtil.addUserNotificationEvent(long userId,
boolean actionRequired,
NotificationEvent notificationEvent) |
UserNotificationEvent |
UserNotificationEventLocalService.addUserNotificationEvent(long userId,
NotificationEvent notificationEvent) |
UserNotificationEvent |
UserNotificationEventLocalServiceWrapper.addUserNotificationEvent(long userId,
NotificationEvent notificationEvent) |
static UserNotificationEvent |
UserNotificationEventLocalServiceUtil.addUserNotificationEvent(long userId,
NotificationEvent notificationEvent) |
Modifier and Type | Method and Description |
---|---|
List<UserNotificationEvent> |
UserNotificationEventLocalService.addUserNotificationEvents(long userId,
Collection<NotificationEvent> notificationEvents) |
List<UserNotificationEvent> |
UserNotificationEventLocalServiceWrapper.addUserNotificationEvents(long userId,
Collection<NotificationEvent> notificationEvents) |
static List<UserNotificationEvent> |
UserNotificationEventLocalServiceUtil.addUserNotificationEvents(long userId,
Collection<NotificationEvent> notificationEvents) |