com.liferay.portal.notifications
Class UserNotificationHandlerImpl
java.lang.Object
com.liferay.portal.notifications.UserNotificationHandlerImpl
- All Implemented Interfaces:
- UserNotificationHandler
public class UserNotificationHandlerImpl
- extends Object
- implements UserNotificationHandler
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UserNotificationHandlerImpl
public UserNotificationHandlerImpl(UserNotificationHandler userNotificationHandler)
getPortletId
public String getPortletId()
- Specified by:
getPortletId in interface UserNotificationHandler
getSelector
public String getSelector()
- Specified by:
getSelector in interface UserNotificationHandler
interpret
public UserNotificationFeedEntry interpret(UserNotificationEvent userNotificationEvent,
ServiceContext serviceContext)
throws PortalException
- Specified by:
interpret in interface UserNotificationHandler
- Throws:
PortalException
isDeliver
public boolean isDeliver(long userId,
long classNameId,
int notificationType,
int deliveryType,
ServiceContext serviceContext)
throws PortalException
- Specified by:
isDeliver in interface UserNotificationHandler
- Throws:
PortalException
isOpenDialog
public boolean isOpenDialog()
- Specified by:
isOpenDialog in interface UserNotificationHandler