Liferay 6.2-ce-ga5

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.getWrappedPortletLocalService()
          Deprecated. As of 6.1.0, replaced by PortletLocalServiceWrapper.getWrappedService()
 PortletLocalService PortletLocalServiceWrapper.getWrappedService()
           
 

Methods in com.liferay.portal.service with parameters of type PortletLocalService
 void PortletLocalServiceUtil.setService(PortletLocalService service)
          Deprecated. As of 6.2.0
 void PortletLocalServiceWrapper.setWrappedPortletLocalService(PortletLocalService portletLocalService)
          Deprecated. As of 6.1.0, replaced by PortletLocalServiceWrapper.setWrappedService(com.liferay.portal.service.PortletLocalService)
 void PortletLocalServiceWrapper.setWrappedService(PortletLocalService portletLocalService)
           
 

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


Liferay 6.2-ce-ga5