Liferay 6.1.10-ee-ga1

com.liferay.portal.kernel.notifications
Class NotificationEventFactoryUtil

java.lang.Object
  extended by com.liferay.portal.kernel.notifications.NotificationEventFactoryUtil

public class NotificationEventFactoryUtil
extends Object


Constructor Summary
NotificationEventFactoryUtil()
           
 
Method Summary
static NotificationEvent createNotificationEvent(long timestamp, String type, JSONObject payloadJSONObject)
           
 void setNotificationEventFactory(NotificationEventFactory notificationEventFactory)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NotificationEventFactoryUtil

public NotificationEventFactoryUtil()
Method Detail

createNotificationEvent

public static NotificationEvent createNotificationEvent(long timestamp,
                                                        String type,
                                                        JSONObject payloadJSONObject)

setNotificationEventFactory

public void setNotificationEventFactory(NotificationEventFactory notificationEventFactory)

Liferay 6.1.10-ee-ga1