Liferay 6.1.2-ce-ga3

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

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

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

Methods in com.liferay.portal.kernel.notifications that return ChannelHubManager
static ChannelHubManager ChannelHubManagerUtil.getChannelHubManager()
           
 

Methods in com.liferay.portal.kernel.notifications with parameters of type ChannelHubManager
 void ChannelHubManagerUtil.setChannelHubManager(ChannelHubManager channelHubManager)
           
 

Uses of ChannelHubManager in com.liferay.portal.notifications
 

Classes in com.liferay.portal.notifications that implement ChannelHubManager
 class ChannelHubManagerImpl
           
 


Liferay 6.1.2-ce-ga3