Liferay 6.2.0

com.liferay.portal.kernel.notifications
Interface UserNotificationHandler

All Known Implementing Classes:
BaseUserNotificationHandler, UserNotificationHandlerImpl, WorkflowTasksUserNotificationHandler

public interface UserNotificationHandler


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

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,
                         SystemException
Throws:
PortalException
SystemException

Liferay 6.2.0