Liferay 6.1.10-ee-ga1

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
 void ChannelHub.cleanUp()
           
 void Channel.cleanUp()
           
 void BaseChannelImpl.cleanUp()
           
 void ChannelHub.cleanUp(long userId)
           
 void Channel.close()
           
 void BaseChannelImpl.close()
           
 void Channel.confirmDelivery(Collection<String> notificationEventUuids)
           
 void Channel.confirmDelivery(Collection<String> notificationEventUuids, boolean archive)
           
 void ChannelHub.confirmDelivery(long userId, Collection<String> notificationEventUuids)
           
 void ChannelHub.confirmDelivery(long userId, Collection<String> notificationEventUuids, boolean archive)
           
static void ChannelHubManagerUtil.confirmDelivery(long companyId, long userId, Collection<String> notificationEventUuids)
           
 void ChannelHubManager.confirmDelivery(long companyId, long userId, Collection<String> notificationEventUuids)
           
static void ChannelHubManagerUtil.confirmDelivery(long companyId, long userId, Collection<String> notificationEventUuids, boolean archived)
           
 void ChannelHubManager.confirmDelivery(long companyId, long userId, Collection<String> notificationEventUuids, boolean archive)
           
static void ChannelHubManagerUtil.confirmDelivery(long companyId, long userId, String notificationEventUuid)
           
 void ChannelHubManager.confirmDelivery(long companyId, long userId, String notificationEventUuid)
           
static void ChannelHubManagerUtil.confirmDelivery(long companyId, long userId, String notificationEventUuid, boolean archived)
           
 void ChannelHubManager.confirmDelivery(long companyId, long userId, String notificationEventUuid, boolean archive)
           
 void ChannelHub.confirmDelivery(long userId, String notificationEventUuid)
           
 void ChannelHub.confirmDelivery(long userId, String notificationEventUuid, boolean archive)
           
 void Channel.confirmDelivery(String notificationEventUuid)
           
 void Channel.confirmDelivery(String notificationEventUuid, boolean archive)
           
 Channel ChannelHub.createChannel(long userId)
           
static Channel ChannelHubManagerUtil.createChannel(long companyId, long userId)
           
 Channel ChannelHubManager.createChannel(long companyId, long userId)
           
static ChannelHub ChannelHubManagerUtil.createChannelHub(long companyId)
           
 ChannelHub ChannelHubManager.createChannelHub(long companyId)
           
static void ChannelHubManagerUtil.deleteUserNotificiationEvent(long companyId, long userId, String notificationEventUuid)
           
 void ChannelHubManager.deleteUserNotificiationEvent(long companyId, long userId, String notificationEventUuid)
           
 void ChannelHub.deleteUserNotificiationEvent(long userId, String notificationEventUuid)
           
 void Channel.deleteUserNotificiationEvent(String notificationEventUuid)
           
 void Channel.deleteUserNotificiationEvents(Collection<String> notificationEventUuids)
           
 void ChannelHub.deleteUserNotificiationEvents(long userId, Collection<String> notificationEventUuids)
           
static void ChannelHubManagerUtil.deleteUserNotificiationEvents(long companyId, long userId, Collection<String> notificationEventUuids)
           
 void ChannelHubManager.deleteUserNotificiationEvents(long companyId, long userId, Collection<String> notificationEventUuids)
           
 void ChannelHub.destroy()
           
 Channel ChannelHub.destroyChannel(long userId)
           
static void ChannelHubManagerUtil.destroyChannel(long companyId, long userId)
           
 void ChannelHubManager.destroyChannel(long companyId, long userId)
           
static void ChannelHubManagerUtil.destroyChannelHub(long companyId)
           
 void ChannelHubManager.destroyChannelHub(long companyId)
           
 Channel ChannelHub.fetchChannel(long userId)
           
 Channel ChannelHub.fetchChannel(long userId, boolean createIfAbsent)
           
static ChannelHub ChannelHubManagerUtil.fetchChannelHub(long companyId)
           
 ChannelHub ChannelHubManager.fetchChannelHub(long companyId)
           
static ChannelHub ChannelHubManagerUtil.fetchChannelHub(long companyId, boolean createIfAbsent)
           
 ChannelHub ChannelHubManager.fetchChannelHub(long companyId, boolean createIfAbsent)
           
static void ChannelHubManagerUtil.flush()
           
 void ChannelHubManager.flush()
           
 void ChannelHub.flush()
           
 void Channel.flush()
           
static void ChannelHubManagerUtil.flush(long companyId)
           
 void ChannelHubManager.flush(long companyId)
           
 void ChannelHub.flush(long userId)
           
 void Channel.flush(long timestamp)
           
 void ChannelHub.flush(long userId, long timestamp)
           
static void ChannelHubManagerUtil.flush(long companyId, long userId, long timestamp)
           
 void ChannelHubManager.flush(long companyId, long userId, long timestamp)
           
 Channel ChannelHub.getChannel(long userId)
           
 Channel ChannelHub.getChannel(long userId, boolean createIfAbsent)
           
static Channel ChannelHubManagerUtil.getChannel(long companyId, long userId)
           
 Channel ChannelHubManager.getChannel(long companyId, long userId)
           
static Channel ChannelHubManagerUtil.getChannel(long companyId, long userId, boolean createIfAbsent)
           
 Channel ChannelHubManager.getChannel(long companyId, long userId, boolean createIfAbsent)
           
static ChannelHub ChannelHubManagerUtil.getChannelHub(long companyId)
           
 ChannelHub ChannelHubManager.getChannelHub(long companyId)
           
static ChannelHub ChannelHubManagerUtil.getChannelHub(long companyId, boolean createIfAbsent)
           
 ChannelHub ChannelHubManager.getChannelHub(long companyId, boolean createIfAbsent)
           
 List<NotificationEvent> Channel.getNotificationEvents()
           
 List<NotificationEvent> BaseChannelImpl.getNotificationEvents()
           
 List<NotificationEvent> Channel.getNotificationEvents(boolean flush)
           
 List<NotificationEvent> ChannelHub.getNotificationEvents(long userId)
           
 List<NotificationEvent> ChannelHub.getNotificationEvents(long userId, boolean flush)
           
static List<NotificationEvent> ChannelHubManagerUtil.getNotificationEvents(long compnayId, long userId)
           
 List<NotificationEvent> ChannelHubManager.getNotificationEvents(long compnayId, long userId)
           
static List<NotificationEvent> ChannelHubManagerUtil.getNotificationEvents(long compnayId, long userId, boolean flush)
           
 List<NotificationEvent> ChannelHubManager.getNotificationEvents(long compnayId, long userId, boolean flush)
           
static Collection<Long> ChannelHubManagerUtil.getUserIds(long companyId)
           
 Collection<Long> ChannelHubManager.getUserIds(long companyId)
           
 void Channel.init()
           
 void ChannelHub.registerChannelListener(long userId, ChannelListener channelListener)
           
static void ChannelHubManagerUtil.registerChannelListener(long companyId, long userId, ChannelListener channelListener)
           
 void ChannelHubManager.registerChannelListener(long companyId, long userId, ChannelListener channelListener)
           
 void ChannelHub.removeTransientNotificationEvents(long userId, Collection<NotificationEvent> notificationEvents)
           
static void ChannelHubManagerUtil.removeTransientNotificationEvents(long companyId, long userId, Collection<NotificationEvent> notificationEvents)
           
 void ChannelHubManager.removeTransientNotificationEvents(long companyId, long userId, Collection<NotificationEvent> notificationEvents)
           
 void ChannelHub.removeTransientNotificationEventsByUuid(long userId, Collection<String> notificationEventUuids)
           
static void ChannelHubManagerUtil.removeTransientNotificationEventsByUuid(long companyId, long userId, Collection<String> notificationEventUuids)
           
 void ChannelHubManager.removeTransientNotificationEventsByUuid(long companyId, long userId, Collection<String> notificationEventUuids)
           
static void ChannelHubManagerUtil.sendNotificationEvent(long companyId, long userId, NotificationEvent notificationEvent)
           
 void ChannelHubManager.sendNotificationEvent(long companyId, long userId, NotificationEvent notificationEvent)
           
 void ChannelHub.sendNotificationEvent(long userId, NotificationEvent notificationEvent)
           
 void Channel.sendNotificationEvent(NotificationEvent notificationEvent)
           
 void Channel.sendNotificationEvents(Collection<NotificationEvent> notificationEvents)
           
 void ChannelHub.sendNotificationEvents(long userId, Collection<NotificationEvent> notificationEvents)
           
static void ChannelHubManagerUtil.sendNotificationEvents(long companyId, long userId, Collection<NotificationEvent> notificationEvents)
           
 void ChannelHubManager.sendNotificationEvents(long companyId, long userId, Collection<NotificationEvent> notificationEvents)
           
 void ChannelHub.unregisterChannelListener(long userId, ChannelListener channelListener)
           
static void ChannelHubManagerUtil.unregisterChannelListener(long companyId, long userId, ChannelListener channelListener)
           
 void ChannelHubManager.unregisterChannelListener(long companyId, long userId, ChannelListener channelListener)
           
 


Liferay 6.1.10-ee-ga1