Liferay 6.2-ce-ga5

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

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-ce-ga5