Liferay 6.2-ce-ga5

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

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

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

Methods in com.liferay.portal.kernel.notifications that return ChannelHub
 ChannelHub ChannelHub.clone(long companyId)
           
 ChannelHub ChannelHubManager.createChannelHub(long companyId)
           
static ChannelHub ChannelHubManagerUtil.createChannelHub(long companyId)
           
 ChannelHub ChannelHubManager.fetchChannelHub(long companyId)
           
static ChannelHub ChannelHubManagerUtil.fetchChannelHub(long companyId)
           
 ChannelHub ChannelHubManager.fetchChannelHub(long companyId, boolean createIfAbsent)
           
static ChannelHub ChannelHubManagerUtil.fetchChannelHub(long companyId, boolean createIfAbsent)
           
 ChannelHub ChannelHubManager.getChannelHub(long companyId)
           
static ChannelHub ChannelHubManagerUtil.getChannelHub(long companyId)
           
 ChannelHub ChannelHubManager.getChannelHub(long companyId, boolean createIfAbsent)
           
static ChannelHub ChannelHubManagerUtil.getChannelHub(long companyId, boolean createIfAbsent)
           
 


Liferay 6.2-ce-ga5