Liferay 7.0-ce-b4

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

Packages that use PortalLocalService
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 PortalLocalService in com.liferay.portal.service
 

Classes in com.liferay.portal.service that implement PortalLocalService
 class PortalLocalServiceWrapper
          Provides a wrapper for PortalLocalService.
 

Methods in com.liferay.portal.service that return PortalLocalService
static PortalLocalService PortalLocalServiceUtil.getService()
           
 PortalLocalService PortalLocalServiceWrapper.getWrappedService()
           
 

Methods in com.liferay.portal.service with parameters of type PortalLocalService
 void PortalLocalServiceWrapper.setWrappedService(PortalLocalService portalLocalService)
           
 

Constructors in com.liferay.portal.service with parameters of type PortalLocalService
PortalLocalServiceWrapper(PortalLocalService portalLocalService)
           
 

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

Classes in com.liferay.portal.service.base that implement PortalLocalService
 class PortalLocalServiceBaseImpl
          Provides the base implementation for the portal local service.
 

Fields in com.liferay.portal.service.base declared as PortalLocalService
protected  PortalLocalService PortalLocalServiceBaseImpl.portalLocalService
           
protected  PortalLocalService PortalServiceBaseImpl.portalLocalService
           
 

Methods in com.liferay.portal.service.base that return PortalLocalService
 PortalLocalService PortalLocalServiceBaseImpl.getPortalLocalService()
          Returns the portal local service.
 PortalLocalService PortalServiceBaseImpl.getPortalLocalService()
          Returns the portal local service.
 

Methods in com.liferay.portal.service.base with parameters of type PortalLocalService
 void PortalLocalServiceBaseImpl.setPortalLocalService(PortalLocalService portalLocalService)
          Sets the portal local service.
 void PortalServiceBaseImpl.setPortalLocalService(PortalLocalService portalLocalService)
          Sets the portal local service.
 

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

Classes in com.liferay.portal.service.impl that implement PortalLocalService
 class PortalLocalServiceImpl
           
 


Liferay 7.0-ce-b4