Liferay 7.0-ce-b4

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

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

Uses of PortletLocalService in com.liferay.portal.service
 

Classes in com.liferay.portal.service that implement PortletLocalService
 class PortletLocalServiceWrapper
          Provides a wrapper for PortletLocalService.
 

Methods in com.liferay.portal.service that return PortletLocalService
static PortletLocalService PortletLocalServiceUtil.getService()
           
 PortletLocalService PortletLocalServiceWrapper.getWrappedService()
           
 

Methods in com.liferay.portal.service with parameters of type PortletLocalService
 void PortletLocalServiceWrapper.setWrappedService(PortletLocalService portletLocalService)
           
 

Constructors in com.liferay.portal.service with parameters of type PortletLocalService
PortletLocalServiceWrapper(PortletLocalService portletLocalService)
           
 


Liferay 7.0-ce-b4