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. 
com.liferay.portal.service.base This package defines the portal service local and remote base classes. 
com.liferay.portal.service.impl This package defines the portal service local and remote implementations. 
 

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)
           
 

Uses of PortletService in com.liferay.portal.service.base
 

Classes in com.liferay.portal.service.base that implement PortletService
 class PortletServiceBaseImpl
          Provides the base implementation for the portlet remote service.
 

Fields in com.liferay.portal.service.base declared as PortletService
protected  PortletService GroupServiceBaseImpl.portletService
           
protected  PortletService PortletPreferencesServiceBaseImpl.portletService
           
protected  PortletService CompanyServiceBaseImpl.portletService
           
protected  PortletService PortletServiceBaseImpl.portletService
           
 

Methods in com.liferay.portal.service.base that return PortletService
 PortletService GroupServiceBaseImpl.getPortletService()
          Returns the portlet remote service.
 PortletService PortletPreferencesServiceBaseImpl.getPortletService()
          Returns the portlet remote service.
 PortletService CompanyServiceBaseImpl.getPortletService()
          Returns the portlet remote service.
 PortletService PortletServiceBaseImpl.getPortletService()
          Returns the portlet remote service.
 

Methods in com.liferay.portal.service.base with parameters of type PortletService
 void GroupServiceBaseImpl.setPortletService(PortletService portletService)
          Sets the portlet remote service.
 void PortletPreferencesServiceBaseImpl.setPortletService(PortletService portletService)
          Sets the portlet remote service.
 void CompanyServiceBaseImpl.setPortletService(PortletService portletService)
          Sets the portlet remote service.
 void PortletServiceBaseImpl.setPortletService(PortletService portletService)
          Sets the portlet remote service.
 

Uses of PortletService in com.liferay.portal.service.impl
 

Classes in com.liferay.portal.service.impl that implement PortletService
 class PortletServiceImpl
           
 


Liferay 7.0-ce-b4