Liferay 6.1.2-ce-ga3

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
           This class is a wrapper for PortletService.
 

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

Methods in com.liferay.portal.service with parameters of type PortletService
 void PortletServiceUtil.setService(PortletService service)
          Deprecated.  
 void PortletServiceWrapper.setWrappedPortletService(PortletService portletService)
          Deprecated. Renamed to 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.1.2-ce-ga3