Liferay 6.1.2-ce-ga3

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
 Channel Channel.clone(long companyId, long userId)
           
 Channel ChannelHub.createChannel(long userId)
           
 Channel ChannelHubManager.createChannel(long companyId, long userId)
           
static Channel ChannelHubManagerUtil.createChannel(long companyId, long userId)
           
 Channel ChannelHub.destroyChannel(long userId)
           
 Channel ChannelHub.fetchChannel(long userId)
           
 Channel ChannelHub.fetchChannel(long userId, boolean createIfAbsent)
           
 Channel ChannelHub.getChannel(long userId)
           
 Channel ChannelHub.getChannel(long userId, boolean createIfAbsent)
           
 Channel ChannelHubManager.getChannel(long companyId, long userId)
           
static Channel ChannelHubManagerUtil.getChannel(long companyId, long userId)
           
 Channel ChannelHubManager.getChannel(long companyId, long userId, boolean createIfAbsent)
           
static Channel ChannelHubManagerUtil.getChannel(long companyId, long userId, boolean createIfAbsent)
           
 


Liferay 6.1.2-ce-ga3