Liferay 6.2.0

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

Packages that use Channel
com.liferay.portal.kernel.notifications   
com.liferay.portal.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)
           
 

Uses of Channel in com.liferay.portal.notifications
 

Classes in com.liferay.portal.notifications that implement Channel
 class ChannelImpl
           
 

Methods in com.liferay.portal.notifications that return Channel
 Channel ChannelImpl.clone(long companyId, long userId)
           
 Channel ChannelHubImpl.createChannel(long userId)
           
 Channel ChannelHubManagerImpl.createChannel(long companyId, long userId)
           
 Channel ChannelHubImpl.destroyChannel(long userId)
           
 Channel ChannelHubImpl.fetchChannel(long userId)
           
 Channel ChannelHubImpl.fetchChannel(long userId, boolean createIfAbsent)
           
 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)
           
 

Methods in com.liferay.portal.notifications with parameters of type Channel
 void ChannelHubImpl.setChannelPrototype(Channel channel)
           
 


Liferay 6.2.0