Liferay 7.0-ce-m6

com.liferay.portlet.comments.notifications
Class CommentsUserNotificationHandler

java.lang.Object
  extended by com.liferay.portal.kernel.notifications.BaseUserNotificationHandler
      extended by com.liferay.portal.kernel.notifications.BaseModelUserNotificationHandler
          extended by com.liferay.portlet.comments.notifications.CommentsUserNotificationHandler
All Implemented Interfaces:
UserNotificationHandler

public class CommentsUserNotificationHandler
extends BaseModelUserNotificationHandler


Constructor Summary
CommentsUserNotificationHandler()
           
 
Method Summary
protected  MBDiscussion fetchDiscussion(JSONObject jsonObject)
           
protected  AssetRenderer getAssetRenderer(JSONObject jsonObject)
           
protected  String getTitle(JSONObject jsonObject, AssetRenderer assetRenderer, ServiceContext serviceContext)
           
 
Methods inherited from class com.liferay.portal.kernel.notifications.BaseModelUserNotificationHandler
getAssetRenderer, getBody, getLink
 
Methods inherited from class com.liferay.portal.kernel.notifications.BaseUserNotificationHandler
doInterpret, getBodyTemplate, getPortletId, getSelector, interpret, isActionable, isDeliver, isOpenDialog, setActionable, setOpenDialog, setPortletId, setSelector
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommentsUserNotificationHandler

public CommentsUserNotificationHandler()
Method Detail

fetchDiscussion

protected MBDiscussion fetchDiscussion(JSONObject jsonObject)

getAssetRenderer

protected AssetRenderer getAssetRenderer(JSONObject jsonObject)
Overrides:
getAssetRenderer in class BaseModelUserNotificationHandler

getTitle

protected String getTitle(JSONObject jsonObject,
                          AssetRenderer assetRenderer,
                          ServiceContext serviceContext)
Overrides:
getTitle in class BaseModelUserNotificationHandler

Liferay 7.0-ce-m6