Liferay 6.2-ce-ga5

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

Packages that use PortalLocalService
com.liferay.portal.service This package defines the portal service interfaces and classes. 
 

Uses of PortalLocalService in com.liferay.portal.service
 

Classes in com.liferay.portal.service that implement PortalLocalService
 class PortalLocalServiceWrapper
          Provides a wrapper for PortalLocalService.
 

Methods in com.liferay.portal.service that return PortalLocalService
static PortalLocalService PortalLocalServiceUtil.getService()
           
 PortalLocalService PortalLocalServiceWrapper.getWrappedPortalLocalService()
          Deprecated. As of 6.1.0, replaced by PortalLocalServiceWrapper.getWrappedService()
 PortalLocalService PortalLocalServiceWrapper.getWrappedService()
           
 

Methods in com.liferay.portal.service with parameters of type PortalLocalService
 void PortalLocalServiceUtil.setService(PortalLocalService service)
          Deprecated. As of 6.2.0
 void PortalLocalServiceWrapper.setWrappedPortalLocalService(PortalLocalService portalLocalService)
          Deprecated. As of 6.1.0, replaced by PortalLocalServiceWrapper.setWrappedService(com.liferay.portal.service.PortalLocalService)
 void PortalLocalServiceWrapper.setWrappedService(PortalLocalService portalLocalService)
           
 

Constructors in com.liferay.portal.service with parameters of type PortalLocalService
PortalLocalServiceWrapper(PortalLocalService portalLocalService)
           
 


Liferay 6.2-ce-ga5