com.liferay.portal.notifications
Class NotificationEventFactoryImpl
java.lang.Object
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
|
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 |
NotificationEventFactoryImpl
public NotificationEventFactoryImpl()
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