Liferay 6.1.10-ee-ga1

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
 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)
           
 

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)
           
 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 compnayId, 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 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 timeout)
           
 


Liferay 6.1.10-ee-ga1