Liferay 6.1.2-ce-ga3

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
           This class is a wrapper for PortalService.
 

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

Methods in com.liferay.portal.service with parameters of type PortalService
 void PortalServiceUtil.setService(PortalService service)
          Deprecated.  
 void PortalServiceWrapper.setWrappedPortalService(PortalService portalService)
          Deprecated. Renamed to 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.1.2-ce-ga3