Liferay 7.0-ce-b4

Uses of Interface
com.liferay.portal.service.PortletLocalService

Packages that use PortletLocalService
com.liferay.portal.security.permission This package defines the portal security permission interfaces and classes. 
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 PortletLocalService in com.liferay.portal.security.permission
 

Fields in com.liferay.portal.security.permission declared as PortletLocalService
protected  PortletLocalService ResourceActionsImpl.portletLocalService
           
 

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

Methods in com.liferay.portal.service with parameters of type PortletLocalService
 void PortletLocalServiceWrapper.setWrappedService(PortletLocalService portletLocalService)
           
 

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

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

Classes in com.liferay.portal.service.base that implement PortletLocalService
 class PortletLocalServiceBaseImpl
          Provides the base implementation for the portlet local service.
 

Fields in com.liferay.portal.service.base declared as PortletLocalService
protected  PortletLocalService GroupServiceBaseImpl.portletLocalService
           
protected  PortletLocalService PortletPreferencesServiceBaseImpl.portletLocalService
           
protected  PortletLocalService PortletLocalServiceBaseImpl.portletLocalService
           
protected  PortletLocalService PortletPreferencesLocalServiceBaseImpl.portletLocalService
           
protected  PortletLocalService GroupLocalServiceBaseImpl.portletLocalService
           
protected  PortletLocalService CompanyLocalServiceBaseImpl.portletLocalService
           
protected  PortletLocalService CompanyServiceBaseImpl.portletLocalService
           
protected  PortletLocalService PortletServiceBaseImpl.portletLocalService
           
 

Methods in com.liferay.portal.service.base that return PortletLocalService
 PortletLocalService GroupServiceBaseImpl.getPortletLocalService()
          Returns the portlet local service.
 PortletLocalService PortletPreferencesServiceBaseImpl.getPortletLocalService()
          Returns the portlet local service.
 PortletLocalService PortletLocalServiceBaseImpl.getPortletLocalService()
          Returns the portlet local service.
 PortletLocalService PortletPreferencesLocalServiceBaseImpl.getPortletLocalService()
          Returns the portlet local service.
 PortletLocalService GroupLocalServiceBaseImpl.getPortletLocalService()
          Returns the portlet local service.
 PortletLocalService CompanyLocalServiceBaseImpl.getPortletLocalService()
          Returns the portlet local service.
 PortletLocalService CompanyServiceBaseImpl.getPortletLocalService()
          Returns the portlet local service.
 PortletLocalService PortletServiceBaseImpl.getPortletLocalService()
          Returns the portlet local service.
 

Methods in com.liferay.portal.service.base with parameters of type PortletLocalService
 void GroupServiceBaseImpl.setPortletLocalService(PortletLocalService portletLocalService)
          Sets the portlet local service.
 void PortletPreferencesServiceBaseImpl.setPortletLocalService(PortletLocalService portletLocalService)
          Sets the portlet local service.
 void PortletLocalServiceBaseImpl.setPortletLocalService(PortletLocalService portletLocalService)
          Sets the portlet local service.
 void PortletPreferencesLocalServiceBaseImpl.setPortletLocalService(PortletLocalService portletLocalService)
          Sets the portlet local service.
 void GroupLocalServiceBaseImpl.setPortletLocalService(PortletLocalService portletLocalService)
          Sets the portlet local service.
 void CompanyLocalServiceBaseImpl.setPortletLocalService(PortletLocalService portletLocalService)
          Sets the portlet local service.
 void CompanyServiceBaseImpl.setPortletLocalService(PortletLocalService portletLocalService)
          Sets the portlet local service.
 void PortletServiceBaseImpl.setPortletLocalService(PortletLocalService portletLocalService)
          Sets the portlet local service.
 

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

Classes in com.liferay.portal.service.impl that implement PortletLocalService
 class PortletLocalServiceImpl
           
 


Liferay 7.0-ce-b4