Liferay 6.1.2-ce-ga3

com.liferay.portal.notifications
Class NotificationEventFactoryImpl

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

public class NotificationEventFactoryImpl
extends Object
implements NotificationEventFactory


Constructor Summary
NotificationEventFactoryImpl()
           
 
Method Summary
 NotificationEvent createNotificationEvent(long timestamp, String type, 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 NotificationEvent createNotificationEvent(long timestamp,
                                                 String type,
                                                 JSONObject payloadJSONObject)
Specified by:
createNotificationEvent in interface NotificationEventFactory

Liferay 6.1.2-ce-ga3