Liferay 7.0-ce-b4

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

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

Classes in com.liferay.portal.service that implement PortalService
 class PortalServiceWrapper
          Provides a wrapper for PortalService.
 

Methods in com.liferay.portal.service that return PortalService
static PortalService PortalServiceUtil.getService()
           
 PortalService PortalServiceWrapper.getWrappedService()
           
 

Methods in com.liferay.portal.service with parameters of type PortalService
 void PortalServiceWrapper.setWrappedService(PortalService portalService)
           
 

Constructors in com.liferay.portal.service with parameters of type PortalService
PortalServiceWrapper(PortalService portalService)
           
 

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

Classes in com.liferay.portal.service.base that implement PortalService
 class PortalServiceBaseImpl
          Provides the base implementation for the portal remote service.
 

Fields in com.liferay.portal.service.base declared as PortalService
protected  PortalService PortalServiceBaseImpl.portalService
           
 

Methods in com.liferay.portal.service.base that return PortalService
 PortalService PortalServiceBaseImpl.getPortalService()
          Returns the portal remote service.
 

Methods in com.liferay.portal.service.base with parameters of type PortalService
 void PortalServiceBaseImpl.setPortalService(PortalService portalService)
          Sets the portal remote service.
 

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

Classes in com.liferay.portal.service.impl that implement PortalService
 class PortalServiceImpl
           
 


Liferay 7.0-ce-b4