Liferay 7.0-ce-b4

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

Packages that use PortletService
com.liferay.portal.service This package defines the portal service interfaces and classes. 
 

Uses of PortletService in com.liferay.portal.service
 

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

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

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

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


Liferay 7.0-ce-b4