Liferay 6.2-ce-ga5

com.liferay.portal.kernel.notifications
Interface UserNotificationHandler

All Known Implementing Classes:
BaseUserNotificationHandler

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)
           
 

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-ce-ga5