Liferay 6.2-ce-ga5

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.getWrappedPortalService()
          Deprecated. As of 6.1.0, replaced by PortalServiceWrapper.getWrappedService()
 PortalService PortalServiceWrapper.getWrappedService()
           
 

Methods in com.liferay.portal.service with parameters of type PortalService
 void PortalServiceUtil.setService(PortalService service)
          Deprecated. As of 6.2.0
 void PortalServiceWrapper.setWrappedPortalService(PortalService portalService)
          Deprecated. As of 6.1.0, replaced by PortalServiceWrapper.setWrappedService(com.liferay.portal.service.PortalService)
 void PortalServiceWrapper.setWrappedService(PortalService portalService)
           
 

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


Liferay 6.2-ce-ga5