Liferay 6.2-ce-ga5

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)
           
static NotificationEventFactory getNotificationEventFactory()
           
 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)

getNotificationEventFactory

public static NotificationEventFactory getNotificationEventFactory()

setNotificationEventFactory

public void setNotificationEventFactory(NotificationEventFactory notificationEventFactory)

Liferay 6.2-ce-ga5