public interface UserNotificationHandler
| Modifier and Type | Method and Description |
|---|---|
String |
getPortletId() |
String |
getSelector() |
UserNotificationFeedEntry |
interpret(UserNotificationEvent userNotificationEvent,
ServiceContext serviceContext) |
default boolean |
isApplicable(UserNotificationEvent userNotificationEvent,
ServiceContext serviceContext) |
boolean |
isDeliver(long userId,
long classNameId,
int notificationType,
int deliveryType,
ServiceContext serviceContext) |
boolean |
isOpenDialog() |
String getPortletId()
String getSelector()
UserNotificationFeedEntry interpret(UserNotificationEvent userNotificationEvent, ServiceContext serviceContext) throws PortalException
PortalExceptiondefault boolean isApplicable(UserNotificationEvent userNotificationEvent, ServiceContext serviceContext)
boolean isDeliver(long userId,
long classNameId,
int notificationType,
int deliveryType,
ServiceContext serviceContext)
throws PortalException
PortalExceptionboolean isOpenDialog()