Liferay 6.2-ce-ga5

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.getWrappedPortletService()
          Deprecated. As of 6.1.0, replaced by PortletServiceWrapper.getWrappedService()
 PortletService PortletServiceWrapper.getWrappedService()
           
 

Methods in com.liferay.portal.service with parameters of type PortletService
 void PortletServiceUtil.setService(PortletService service)
          Deprecated. As of 6.2.0
 void PortletServiceWrapper.setWrappedPortletService(PortletService portletService)
          Deprecated. As of 6.1.0, replaced by PortletServiceWrapper.setWrappedService(com.liferay.portal.service.PortletService)
 void PortletServiceWrapper.setWrappedService(PortletService portletService)
           
 

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


Liferay 6.2-ce-ga5