Liferay 6.2.0

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

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

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)
           
 

Uses of ChannelException in com.liferay.portal.notifications
 

Methods in com.liferay.portal.notifications that throw ChannelException
 void ChannelHubImpl.cleanUp()
           
 void ChannelHubImpl.cleanUp(long userId)
           
 void ChannelImpl.confirmDelivery(Collection<String> notificationEventUuids)
           
 void ChannelImpl.confirmDelivery(Collection<String> notificationEventUuids, boolean archive)
           
 void ChannelHubImpl.confirmDelivery(long userId, Collection<String> notificationEventUuids)
           
 void ChannelHubImpl.confirmDelivery(long userId, Collection<String> notificationEventUuids, boolean archive)
           
 void ChannelHubManagerImpl.confirmDelivery(long companyId, long userId, Collection<String> notificationEventUuids)
           
 void ChannelHubManagerImpl.confirmDelivery(long companyId, long userId, Collection<String> notificationEventUuids, boolean archive)
           
 void ChannelHubManagerImpl.confirmDelivery(long companyId, long userId, String notificationEventUuid)
           
 void ChannelHubManagerImpl.confirmDelivery(long companyId, long userId, String notificationEventUuid, boolean archive)
           
 void ChannelHubImpl.confirmDelivery(long userId, String notificationEventUuid)
           
 void ChannelHubImpl.confirmDelivery(long userId, String notificationEventUuid, boolean archive)
           
 void ChannelImpl.confirmDelivery(String notificationEventUuid)
           
 void ChannelImpl.confirmDelivery(String notificationEventUuid, boolean archive)
           
 Channel ChannelHubImpl.createChannel(long userId)
           
 Channel ChannelHubManagerImpl.createChannel(long companyId, long userId)
           
 ChannelHub ChannelHubManagerImpl.createChannelHub(long companyId)
           
 void ChannelHubManagerImpl.deleteUserNotificiationEvent(long companyId, long userId, String notificationEventUuid)
           
 void ChannelHubImpl.deleteUserNotificiationEvent(long userId, String notificationEventUuid)
           
 void ChannelImpl.deleteUserNotificiationEvent(String notificationEventUuid)
           
 void ChannelImpl.deleteUserNotificiationEvents(Collection<String> notificationEventUuids)
           
 void ChannelHubImpl.deleteUserNotificiationEvents(long userId, Collection<String> notificationEventUuids)
           
 void ChannelHubManagerImpl.deleteUserNotificiationEvents(long companyId, long userId, Collection<String> notificationEventUuids)
           
 void ChannelHubImpl.destroy()
           
 Channel ChannelHubImpl.destroyChannel(long userId)
           
 void ChannelHubManagerImpl.destroyChannel(long companyId, long userId)
           
 void ChannelHubManagerImpl.destroyChannelHub(long companyId)
           
 Channel ChannelHubImpl.fetchChannel(long userId)
           
 Channel ChannelHubImpl.fetchChannel(long userId, boolean createIfAbsent)
           
 ChannelHub ChannelHubManagerImpl.fetchChannelHub(long companyId)
           
 ChannelHub ChannelHubManagerImpl.fetchChannelHub(long companyId, boolean createIfAbsent)
           
 List<NotificationEvent> ChannelHubImpl.fetchNotificationEvents(long userId)
           
 List<NotificationEvent> ChannelHubImpl.fetchNotificationEvents(long userId, boolean flush)
           
 List<NotificationEvent> ChannelHubManagerImpl.fetchNotificationEvents(long companyId, long userId, boolean flush)
           
 void ChannelHubManagerImpl.flush()
           
 void ChannelHubImpl.flush()
           
 void ChannelHubManagerImpl.flush(long companyId)
           
 void ChannelHubImpl.flush(long userId)
           
 void ChannelHubImpl.flush(long userId, long timestamp)
           
 void ChannelHubManagerImpl.flush(long companyId, long userId, long timestamp)
           
 Channel ChannelHubImpl.getChannel(long userId)
           
 Channel ChannelHubImpl.getChannel(long userId, boolean createIfAbsent)
           
 Channel ChannelHubManagerImpl.getChannel(long companyId, long userId)
           
 Channel ChannelHubManagerImpl.getChannel(long companyId, long userId, boolean createIfAbsent)
           
 ChannelHub ChannelHubManagerImpl.getChannelHub(long companyId)
           
 ChannelHub ChannelHubManagerImpl.getChannelHub(long companyId, boolean createIfAbsent)
           
 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)
           
 Collection<Long> ChannelHubManagerImpl.getUserIds(long companyId)
           
 void ChannelImpl.init()
           
 void ChannelHubImpl.registerChannelListener(long userId, ChannelListener channelListener)
           
 void ChannelHubManagerImpl.registerChannelListener(long companyId, long userId, ChannelListener channelListener)
           
 void ChannelHubImpl.removeTransientNotificationEvents(long userId, Collection<NotificationEvent> notificationEvents)
           
 void ChannelHubManagerImpl.removeTransientNotificationEvents(long companyId, long userId, Collection<NotificationEvent> notificationEvents)
           
 void ChannelHubImpl.removeTransientNotificationEventsByUuid(long userId, Collection<String> notificationEventUuids)
           
 void ChannelHubManagerImpl.removeTransientNotificationEventsByUuid(long companyId, long userId, Collection<String> notificationEventUuids)
           
 void ChannelHubManagerImpl.sendNotificationEvent(long companyId, long userId, NotificationEvent notificationEvent)
           
 void ChannelHubImpl.sendNotificationEvent(long userId, NotificationEvent notificationEvent)
           
 void ChannelImpl.sendNotificationEvent(NotificationEvent notificationEvent)
           
 void ChannelImpl.sendNotificationEvents(Collection<NotificationEvent> notificationEvents)
           
 void ChannelHubImpl.sendNotificationEvents(long userId, Collection<NotificationEvent> notificationEvents)
           
 void ChannelHubManagerImpl.sendNotificationEvents(long companyId, long userId, Collection<NotificationEvent> notificationEvents)
           
 void ChannelHubManagerImpl.storeNotificationEvent(long companyId, long userId, NotificationEvent notificationEvent)
           
 void ChannelHubImpl.storeNotificationEvent(long userId, NotificationEvent notificationEvent)
           
 void ChannelHubImpl.unregisterChannelListener(long userId, ChannelListener channelListener)
           
 void ChannelHubManagerImpl.unregisterChannelListener(long companyId, long userId, ChannelListener channelListener)
           
 

Uses of ChannelException in com.liferay.portal.poller
 

Methods in com.liferay.portal.poller that throw ChannelException
 String SynchronousPollerChannelListener.getNotificationEvents(long companyId, long userId, JSONObject pollerResponseHeaderJSONObject, long timeout)
           
 


Liferay 6.2.0