Liferay 7.0-ce-a3

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.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)
           
 

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 PortletLocalServiceBaseImpl.portletService
           
protected  PortletService PortletPreferencesLocalServiceBaseImpl.portletService
           
protected  PortletService GroupLocalServiceBaseImpl.portletService
           
protected  PortletService CompanyLocalServiceBaseImpl.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 PortletLocalServiceBaseImpl.getPortletService()
          Returns the portlet remote service.
 PortletService PortletPreferencesLocalServiceBaseImpl.getPortletService()
          Returns the portlet remote service.
 PortletService GroupLocalServiceBaseImpl.getPortletService()
          Returns the portlet remote service.
 PortletService CompanyLocalServiceBaseImpl.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 PortletLocalServiceBaseImpl.setPortletService(PortletService portletService)
          Sets the portlet remote service.
 void PortletPreferencesLocalServiceBaseImpl.setPortletService(PortletService portletService)
          Sets the portlet remote service.
 void GroupLocalServiceBaseImpl.setPortletService(PortletService portletService)
          Sets the portlet remote service.
 void CompanyLocalServiceBaseImpl.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-a3