Liferay 7.0-ga1 portal-impl

com.liferay.portal.notifications
Class NotificationEventFactoryImpl

java.lang.Object
  extended by com.liferay.portal.notifications.NotificationEventFactoryImpl
All Implemented Interfaces:
com.liferay.portal.kernel.notifications.NotificationEventFactory

public class NotificationEventFactoryImpl
extends Object
implements com.liferay.portal.kernel.notifications.NotificationEventFactory


Constructor Summary
NotificationEventFactoryImpl()
           
 
Method Summary
 com.liferay.portal.kernel.notifications.NotificationEvent createNotificationEvent(long timestamp, String type, com.liferay.portal.kernel.json.JSONObject payloadJSONObject)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NotificationEventFactoryImpl

public NotificationEventFactoryImpl()
Method Detail

createNotificationEvent

public com.liferay.portal.kernel.notifications.NotificationEvent createNotificationEvent(long timestamp,
                                                                                         String type,
                                                                                         com.liferay.portal.kernel.json.JSONObject payloadJSONObject)
Specified by:
createNotificationEvent in interface com.liferay.portal.kernel.notifications.NotificationEventFactory

Liferay 7.0-ga1 portal-impl