All Methods Static Methods Concrete Methods
Modifier and Type |
Method and Description |
static void |
addUserNotificationDefinition(String portletId,
UserNotificationDefinition userNotificationDefinition) |
static void |
addUserNotificationHandler(UserNotificationHandler userNotificationHandler) |
static void |
deleteUserNotificationDefinitions(String portletId) |
static void |
deleteUserNotificationHandler(UserNotificationHandler userNotificationHandler) |
static UserNotificationDefinition |
fetchUserNotificationDefinition(String portletId,
long classNameId,
int notificationType) |
static Map<String,List<UserNotificationDefinition>> |
getActiveUserNotificationDefinitions() |
static Map<String,List<UserNotificationDefinition>> |
getUserNotificationDefinitions() |
static Map<String,Map<String,UserNotificationHandler>> |
getUserNotificationHandlers() |
static UserNotificationFeedEntry |
interpret(String selector,
UserNotificationEvent userNotificationEvent,
ServiceContext serviceContext) |
static boolean |
isDeliver(long userId,
String portletId,
long classNameId,
int notificationType,
int deliveryType) |
static boolean |
isDeliver(long userId,
String selector,
String portletId,
long classNameId,
int notificationType,
int deliveryType,
ServiceContext serviceContext) |