Liferay 6.2-ce-ga5

com.liferay.portlet.workflowtasks.notifications
Class WorkflowTasksUserNotificationHandler

java.lang.Object
  extended by com.liferay.portal.kernel.notifications.BaseUserNotificationHandler
      extended by com.liferay.portlet.workflowtasks.notifications.WorkflowTasksUserNotificationHandler
All Implemented Interfaces:
UserNotificationHandler

public class WorkflowTasksUserNotificationHandler
extends BaseUserNotificationHandler


Constructor Summary
WorkflowTasksUserNotificationHandler()
           
 
Method Summary
protected  String getBody(UserNotificationEvent userNotificationEvent, ServiceContext serviceContext)
           
protected  String getKaleoProcessLink(long workflowTaskId, ServiceContext serviceContext)
           
protected  String getLink(UserNotificationEvent userNotificationEvent, ServiceContext serviceContext)
           
 
Methods inherited from class com.liferay.portal.kernel.notifications.BaseUserNotificationHandler
doInterpret, getPortletId, getSelector, interpret, isDeliver, setPortletId, setSelector
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WorkflowTasksUserNotificationHandler

public WorkflowTasksUserNotificationHandler()
Method Detail

getBody

protected String getBody(UserNotificationEvent userNotificationEvent,
                         ServiceContext serviceContext)
                  throws Exception
Overrides:
getBody in class BaseUserNotificationHandler
Throws:
Exception

getKaleoProcessLink

protected String getKaleoProcessLink(long workflowTaskId,
                                     ServiceContext serviceContext)
                              throws Exception
Throws:
Exception

getLink

protected String getLink(UserNotificationEvent userNotificationEvent,
                         ServiceContext serviceContext)
                  throws Exception
Overrides:
getLink in class BaseUserNotificationHandler
Throws:
Exception

Liferay 6.2-ce-ga5