Liferay 6.2.0

Uses of Interface
com.liferay.portal.kernel.notifications.Channel

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

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

Classes in com.liferay.portal.kernel.notifications that implement Channel
 class BaseChannelImpl
           
 

Methods in com.liferay.portal.kernel.notifications that return Channel
abstract  Channel Channel.clone(long companyId, long userId)
           
abstract  Channel ChannelHub.createChannel(long userId)
           
abstract  Channel ChannelHubManager.createChannel(long companyId, long userId)
           
static Channel ChannelHubManagerUtil.createChannel(long companyId, long userId)
           
abstract  Channel ChannelHub.destroyChannel(long userId)
           
abstract  Channel ChannelHub.fetchChannel(long userId)
           
abstract  Channel ChannelHub.fetchChannel(long userId, boolean createIfAbsent)
           
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)
           
 


Liferay 6.2.0