Liferay 6.2.0

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

Packages that use ChannelException
com.liferay.portal.kernel.notifications   
 

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

Subclasses of ChannelException in com.liferay.portal.kernel.notifications
 class DuplicateChannelException
           
 class DuplicateChannelHubException
           
 class DuplicateChannelListenerException
           
 class UnknownChannelException
           
 class UnknownChannelHubException
           
 

Methods in com.liferay.portal.kernel.notifications that throw ChannelException
abstract  void ChannelHub.cleanUp()
           
abstract  void Channel.cleanUp()
           
 void BaseChannelImpl.cleanUp()
           
abstract  void ChannelHub.cleanUp(long userId)
           
abstract  void Channel.close()
           
 void BaseChannelImpl.close()
           
abstract  void Channel.confirmDelivery(Collection<String> notificationEventUuids)
           
abstract  void Channel.confirmDelivery(Collection<String> notificationEventUuids, boolean archive)
           
abstract  void ChannelHub.confirmDelivery(long userId, Collection<String> notificationEventUuids)
           
abstract  void ChannelHub.confirmDelivery(long userId, Collection<String> notificationEventUuids, boolean archive)
           
abstract  void ChannelHubManager.confirmDelivery(long companyId, long userId, Collection<String> notificationEventUuids)
           
static void ChannelHubManagerUtil.confirmDelivery(long companyId, long userId, Collection<String> notificationEventUuids)
           
abstract  void ChannelHubManager.confirmDelivery(long companyId, long userId, Collection<String> notificationEventUuids, boolean archive)
           
static void ChannelHubManagerUtil.confirmDelivery(long companyId, long userId, Collection<String> notificationEventUuids, boolean archived)
           
abstract  void ChannelHubManager.confirmDelivery(long companyId, long userId, String notificationEventUuid)
           
static void ChannelHubManagerUtil.confirmDelivery(long companyId, long userId, String notificationEventUuid)
           
abstract  void ChannelHubManager.confirmDelivery(long companyId, long userId, String notificationEventUuid, boolean archive)
           
static void ChannelHubManagerUtil.confirmDelivery(long companyId, long userId, String notificationEventUuid, boolean archived)
           
abstract  void ChannelHub.confirmDelivery(long userId, String notificationEventUuid)
           
abstract  void ChannelHub.confirmDelivery(long userId, String notificationEventUuid, boolean archive)
           
abstract  void Channel.confirmDelivery(String notificationEventUuid)
           
abstract  void Channel.confirmDelivery(String notificationEventUuid, boolean archive)
           
abstract  Channel ChannelHub.createChannel(long userId)
           
abstract  Channel ChannelHubManager.createChannel(long companyId, long userId)
           
static Channel ChannelHubManagerUtil.createChannel(long companyId, long userId)
           
abstract  ChannelHub ChannelHubManager.createChannelHub(long companyId)
           
static ChannelHub ChannelHubManagerUtil.createChannelHub(long companyId)
           
abstract  void ChannelHubManager.deleteUserNotificiationEvent(long companyId, long userId, String notificationEventUuid)
           
static void ChannelHubManagerUtil.deleteUserNotificiationEvent(long companyId, long userId, String notificationEventUuid)
           
abstract  void ChannelHub.deleteUserNotificiationEvent(long userId, String notificationEventUuid)
           
abstract  void Channel.deleteUserNotificiationEvent(String notificationEventUuid)
           
abstract  void Channel.deleteUserNotificiationEvents(Collection<String> notificationEventUuids)
           
abstract  void ChannelHub.deleteUserNotificiationEvents(long userId, Collection<String> notificationEventUuids)
           
abstract  void ChannelHubManager.deleteUserNotificiationEvents(long companyId, long userId, Collection<String> notificationEventUuids)
           
static void ChannelHubManagerUtil.deleteUserNotificiationEvents(long companyId, long userId, Collection<String> notificationEventUuids)
           
abstract  void ChannelHub.destroy()
           
abstract  Channel ChannelHub.destroyChannel(long userId)
           
abstract  void ChannelHubManager.destroyChannel(long companyId, long userId)
           
static void ChannelHubManagerUtil.destroyChannel(long companyId, long userId)
           
abstract  void ChannelHubManager.destroyChannelHub(long companyId)
           
static void ChannelHubManagerUtil.destroyChannelHub(long companyId)
           
abstract  Channel ChannelHub.fetchChannel(long userId)
           
abstract  Channel ChannelHub.fetchChannel(long userId, boolean createIfAbsent)
           
abstract  ChannelHub ChannelHubManager.fetchChannelHub(long companyId)
           
static ChannelHub ChannelHubManagerUtil.fetchChannelHub(long companyId)
           
abstract  ChannelHub ChannelHubManager.fetchChannelHub(long companyId, boolean createIfAbsent)
           
static ChannelHub ChannelHubManagerUtil.fetchChannelHub(long companyId, boolean createIfAbsent)
           
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  void ChannelHubManager.flush()
           
abstract  void ChannelHub.flush()
           
abstract  void Channel.flush()
           
static void ChannelHubManagerUtil.flush()
           
abstract  void ChannelHubManager.flush(long companyId)
           
abstract  void ChannelHub.flush(long userId)
           
abstract  void Channel.flush(long timestamp)
           
static void ChannelHubManagerUtil.flush(long companyId)
           
abstract  void ChannelHub.flush(long userId, long timestamp)
           
abstract  void ChannelHubManager.flush(long companyId, long userId, long timestamp)
           
static void ChannelHubManagerUtil.flush(long companyId, long userId, long timestamp)
           
abstract  Channel ChannelHub.getChannel(long userId)
           
abstract  Channel ChannelHub.getChannel(long userId, boolean createIfAbsent)
           
abstract  Channel ChannelHubManager.getChannel(long companyId, long userId)
           
static Channel ChannelHubManagerUtil.getChannel(long companyId, long userId)
           
abstract  Channel ChannelHubManager.getChannel(long companyId, long userId, boolean createIfAbsent)
           
static Channel ChannelHubManagerUtil.getChannel(long companyId, long userId, boolean createIfAbsent)
           
abstract  ChannelHub ChannelHubManager.getChannelHub(long companyId)
           
static ChannelHub ChannelHubManagerUtil.getChannelHub(long companyId)
           
abstract  ChannelHub ChannelHubManager.getChannelHub(long companyId, boolean createIfAbsent)
           
static ChannelHub ChannelHubManagerUtil.getChannelHub(long companyId, boolean createIfAbsent)
           
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)
           
abstract  Collection<Long> ChannelHubManager.getUserIds(long companyId)
           
static Collection<Long> ChannelHubManagerUtil.getUserIds(long companyId)
           
abstract  void Channel.init()
           
abstract  void ChannelHub.registerChannelListener(long userId, ChannelListener channelListener)
           
abstract  void ChannelHubManager.registerChannelListener(long companyId, long userId, ChannelListener channelListener)
           
static void ChannelHubManagerUtil.registerChannelListener(long companyId, long userId, ChannelListener channelListener)
           
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 ChannelHub.removeTransientNotificationEventsByUuid(long userId, Collection<String> notificationEventUuids)
           
abstract  void ChannelHubManager.removeTransientNotificationEventsByUuid(long companyId, long userId, Collection<String> notificationEventUuids)
           
static void ChannelHubManagerUtil.removeTransientNotificationEventsByUuid(long companyId, long userId, Collection<String> notificationEventUuids)
           
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 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)
           
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)
           
abstract  void ChannelHub.unregisterChannelListener(long userId, ChannelListener channelListener)
           
abstract  void ChannelHubManager.unregisterChannelListener(long companyId, long userId, ChannelListener channelListener)
           
static void ChannelHubManagerUtil.unregisterChannelListener(long companyId, long userId, ChannelListener channelListener)
           
 


Liferay 6.2.0