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. 
 

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)
           
 


Liferay 7.0-ce-b4