Liferay 6.0-ee-sp2

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

Packages that use PortalService
com.liferay.portal.service   
 

Uses of PortalService in com.liferay.portal.service
 

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

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

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

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


Liferay 6.0-ee-sp2