Liferay 6.0-ee-sp2

Uses of Interface
com.liferay.portal.service.PortletService

Packages that use PortletService
com.liferay.portal.service   
 

Uses of PortletService in com.liferay.portal.service
 

Classes in com.liferay.portal.service that implement PortletService
 class PortletServiceWrapper
           This class is a wrapper for PortletService.
 

Methods in com.liferay.portal.service that return PortletService
static PortletService PortletServiceUtil.getService()
           
 PortletService PortletServiceWrapper.getWrappedPortletService()
           
 

Methods in com.liferay.portal.service with parameters of type PortletService
 void PortletServiceUtil.setService(PortletService service)
           
 void PortletServiceWrapper.setWrappedPortletService(PortletService portletService)
           
 

Constructors in com.liferay.portal.service with parameters of type PortletService
PortletServiceWrapper(PortletService portletService)
           
 


Liferay 6.0-ee-sp2