Liferay 6.1.2-ce-ga3

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

Methods in com.liferay.portal.service that return PortalLocalService
static PortalLocalService PortalLocalServiceUtil.getService()
           
 PortalLocalService PortalLocalServiceWrapper.getWrappedPortalLocalService()
          Deprecated. Renamed to PortalLocalServiceWrapper.getWrappedService()
 PortalLocalService PortalLocalServiceWrapper.getWrappedService()
           
 

Methods in com.liferay.portal.service with parameters of type PortalLocalService
 void PortalLocalServiceUtil.setService(PortalLocalService service)
          Deprecated.  
 void PortalLocalServiceWrapper.setWrappedPortalLocalService(PortalLocalService portalLocalService)
          Deprecated. Renamed to 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.1.2-ce-ga3