Liferay 7.0-ce-b4

com.liferay.portal.kernel.notifications
Interface UserNotificationHandler

All Known Implementing Classes:
BaseModelUserNotificationHandler, BaseUserNotificationHandler, UserNotificationHandlerImpl

public interface UserNotificationHandler


Method Summary
 String getPortletId()
           
 String getSelector()
           
 UserNotificationFeedEntry interpret(UserNotificationEvent userNotificationEvent, ServiceContext serviceContext)
           
 boolean isDeliver(long userId, long classNameId, int notificationType, int deliveryType, ServiceContext serviceContext)
           
 boolean isOpenDialog()
           
 

Method Detail

getPortletId

String getPortletId()

getSelector

String getSelector()

interpret

UserNotificationFeedEntry interpret(UserNotificationEvent userNotificationEvent,
                                    ServiceContext serviceContext)
                                    throws PortalException
Throws:
PortalException

isDeliver

boolean isDeliver(long userId,
                  long classNameId,
                  int notificationType,
                  int deliveryType,
                  ServiceContext serviceContext)
                  throws PortalException
Throws:
PortalException

isOpenDialog

boolean isOpenDialog()

Liferay 7.0-ce-b4