Liferay 6.1.2-ce-ga3

Uses of Interface
com.liferay.portal.kernel.executor.PortalExecutorManager

Packages that use PortalExecutorManager
com.liferay.portal.executor   
com.liferay.portal.kernel.executor   
 

Uses of PortalExecutorManager in com.liferay.portal.executor
 

Classes in com.liferay.portal.executor that implement PortalExecutorManager
 class PortalExecutorManagerImpl
           
 

Uses of PortalExecutorManager in com.liferay.portal.kernel.executor
 

Methods in com.liferay.portal.kernel.executor that return PortalExecutorManager
static PortalExecutorManager PortalExecutorManagerUtil.getPortalExecutorManager()
           
 

Methods in com.liferay.portal.kernel.executor with parameters of type PortalExecutorManager
 void PortalExecutorManagerUtil.setPortalExecutorManager(PortalExecutorManager portalExecutorManager)
           
 


Liferay 6.1.2-ce-ga3