Liferay 6.2.0

Uses of Class
com.liferay.portal.kernel.notifications.NotificationEvent

Packages that use NotificationEvent
com.liferay.portal.kernel.notifications   
com.liferay.portal.notifications   
com.liferay.portal.service This package defines the portal service interfaces and classes. 
com.liferay.portal.service.impl This package defines the portal service local and remote implementations. 
 

Uses of NotificationEvent in com.liferay.portal.kernel.notifications
 

Methods in com.liferay.portal.kernel.notifications that return NotificationEvent
abstract  NotificationEvent NotificationEventFactory.createNotificationEvent(long timestamp, String type, JSONObject payloadJSONObject)
           
static NotificationEvent NotificationEventFactoryUtil.createNotificationEvent(long timestamp, String type, JSONObject payloadJSONObject)
           
 

Methods in com.liferay.portal.kernel.notifications that return types with arguments of type NotificationEvent
abstract  List<NotificationEvent> ChannelHub.fetchNotificationEvents(long userId)
           
abstract  List<NotificationEvent> ChannelHub.fetchNotificationEvents(long userId, boolean flush)
           
abstract  List<NotificationEvent> ChannelHubManager.fetchNotificationEvents(long companyId, long userId, boolean flush)
           
static List<NotificationEvent> ChannelHubManagerUtil.fetchNotificationEvents(long companyId, long userId, boolean flush)
           
abstract  List<NotificationEvent> Channel.getNotificationEvents()
           
 List<NotificationEvent> BaseChannelImpl.getNotificationEvents()
           
abstract  List<NotificationEvent> Channel.getNotificationEvents(boolean flush)
           
abstract  List<NotificationEvent> ChannelHub.getNotificationEvents(long userId)
           
abstract  List<NotificationEvent> ChannelHub.getNotificationEvents(long userId, boolean flush)
           
abstract  List<NotificationEvent> ChannelHubManager.getNotificationEvents(long companyId, long userId)
           
static List<NotificationEvent> ChannelHubManagerUtil.getNotificationEvents(long companyId, long userId)
           
abstract  List<NotificationEvent> ChannelHubManager.getNotificationEvents(long companyId, long userId, boolean flush)
           
static List<NotificationEvent> ChannelHubManagerUtil.getNotificationEvents(long companyId, long userId, boolean flush)
           
 

Methods in com.liferay.portal.kernel.notifications with parameters of type NotificationEvent
 int NotificationEventComparator.compare(NotificationEvent notificationEvent1, NotificationEvent notificationEvent2)
           
abstract  void ChannelHubManager.sendNotificationEvent(long companyId, long userId, NotificationEvent notificationEvent)
           
static void ChannelHubManagerUtil.sendNotificationEvent(long companyId, long userId, NotificationEvent notificationEvent)
           
abstract  void ChannelHub.sendNotificationEvent(long userId, NotificationEvent notificationEvent)
           
abstract  void Channel.sendNotificationEvent(NotificationEvent notificationEvent)
           
abstract  void ChannelHubManager.storeNotificationEvent(long companyId, long userId, NotificationEvent notificationEvent)
           
static void ChannelHubManagerUtil.storeNotificationEvent(long companyId, long userId, NotificationEvent notificationEvent)
           
abstract  void ChannelHub.storeNotificationEvent(long userId, NotificationEvent notificationEvent)
           
abstract  void Channel.storeNotificationEvent(NotificationEvent notificationEvent, long currentTime)
           
 

Method parameters in com.liferay.portal.kernel.notifications with type arguments of type NotificationEvent
abstract  void Channel.removeTransientNotificationEvents(Collection<NotificationEvent> notificationEvents)
           
abstract  void ChannelHub.removeTransientNotificationEvents(long userId, Collection<NotificationEvent> notificationEvents)
           
abstract  void ChannelHubManager.removeTransientNotificationEvents(long companyId, long userId, Collection<NotificationEvent> notificationEvents)
           
static void ChannelHubManagerUtil.removeTransientNotificationEvents(long companyId, long userId, Collection<NotificationEvent> notificationEvents)
           
abstract  void Channel.sendNotificationEvents(Collection<NotificationEvent> notificationEvents)
           
abstract  void ChannelHub.sendNotificationEvents(long userId, Collection<NotificationEvent> notificationEvents)
           
abstract  void ChannelHubManager.sendNotificationEvents(long companyId, long userId, Collection<NotificationEvent> notificationEvents)
           
static void ChannelHubManagerUtil.sendNotificationEvents(long companyId, long userId, Collection<NotificationEvent> notificationEvents)
           
 

Uses of NotificationEvent in com.liferay.portal.notifications
 

Methods in com.liferay.portal.notifications that return NotificationEvent
 NotificationEvent NotificationEventFactoryImpl.createNotificationEvent(long timestamp, String type, JSONObject payloadJSONObject)
           
 

Methods in com.liferay.portal.notifications that return types with arguments of type NotificationEvent
protected  List<NotificationEvent> ChannelImpl.doGetNotificationEvents(boolean flush)
           
 List<NotificationEvent> ChannelHubImpl.fetchNotificationEvents(long userId)
           
 List<NotificationEvent> ChannelHubImpl.fetchNotificationEvents(long userId, boolean flush)
           
 List<NotificationEvent> ChannelHubManagerImpl.fetchNotificationEvents(long companyId, long userId, boolean flush)
           
 List<NotificationEvent> ChannelImpl.getNotificationEvents(boolean flush)
           
 List<NotificationEvent> ChannelHubImpl.getNotificationEvents(long userId)
           
 List<NotificationEvent> ChannelHubImpl.getNotificationEvents(long userId, boolean flush)
           
 List<NotificationEvent> ChannelHubManagerImpl.getNotificationEvents(long companyId, long userId)
           
 List<NotificationEvent> ChannelHubManagerImpl.getNotificationEvents(long companyId, long userId, boolean flush)
           
 

Methods in com.liferay.portal.notifications with parameters of type NotificationEvent
protected  boolean ChannelImpl.isRemoveNotificationEvent(NotificationEvent notificationEvent, long currentTime)
           
 void ChannelHubManagerImpl.sendNotificationEvent(long companyId, long userId, NotificationEvent notificationEvent)
           
 void ChannelHubImpl.sendNotificationEvent(long userId, NotificationEvent notificationEvent)
           
 void ChannelImpl.sendNotificationEvent(NotificationEvent notificationEvent)
           
 void ChannelHubManagerImpl.storeNotificationEvent(long companyId, long userId, NotificationEvent notificationEvent)
           
 void ChannelHubImpl.storeNotificationEvent(long userId, NotificationEvent notificationEvent)
           
 void ChannelImpl.storeNotificationEvent(NotificationEvent notificationEvent, long currentTime)
           
 

Method parameters in com.liferay.portal.notifications with type arguments of type NotificationEvent
 void ChannelImpl.removeTransientNotificationEvents(Collection<NotificationEvent> notificationEvents)
           
 void ChannelHubImpl.removeTransientNotificationEvents(long userId, Collection<NotificationEvent> notificationEvents)
           
 void ChannelHubManagerImpl.removeTransientNotificationEvents(long companyId, long userId, Collection<NotificationEvent> notificationEvents)
           
 void ChannelImpl.sendNotificationEvents(Collection<NotificationEvent> notificationEvents)
           
 void ChannelHubImpl.sendNotificationEvents(long userId, Collection<NotificationEvent> notificationEvents)
           
 void ChannelHubManagerImpl.sendNotificationEvents(long companyId, long userId, Collection<NotificationEvent> notificationEvents)
           
 

Uses of NotificationEvent in com.liferay.portal.service
 

Methods in com.liferay.portal.service with parameters of type NotificationEvent
abstract  UserNotificationEvent UserNotificationEventLocalService.addUserNotificationEvent(long userId, NotificationEvent notificationEvent)
           
 UserNotificationEvent UserNotificationEventLocalServiceWrapper.addUserNotificationEvent(long userId, NotificationEvent notificationEvent)
           
static UserNotificationEvent UserNotificationEventLocalServiceUtil.addUserNotificationEvent(long userId, NotificationEvent notificationEvent)
           
 

Method parameters in com.liferay.portal.service with type arguments of type NotificationEvent
abstract  List<UserNotificationEvent> UserNotificationEventLocalService.addUserNotificationEvents(long userId, Collection<NotificationEvent> notificationEvents)
           
 List<UserNotificationEvent> UserNotificationEventLocalServiceWrapper.addUserNotificationEvents(long userId, Collection<NotificationEvent> notificationEvents)
           
static List<UserNotificationEvent> UserNotificationEventLocalServiceUtil.addUserNotificationEvents(long userId, Collection<NotificationEvent> notificationEvents)
           
 

Uses of NotificationEvent in com.liferay.portal.service.impl
 

Methods in com.liferay.portal.service.impl with parameters of type NotificationEvent
 UserNotificationEvent UserNotificationEventLocalServiceImpl.addUserNotificationEvent(long userId, NotificationEvent notificationEvent)
           
 

Method parameters in com.liferay.portal.service.impl with type arguments of type NotificationEvent
 List<UserNotificationEvent> UserNotificationEventLocalServiceImpl.addUserNotificationEvents(long userId, Collection<NotificationEvent> notificationEvents)
           
 


Liferay 6.2.0