Liferay 7.0-ce-b4

Uses of Interface
com.liferay.portlet.social.service.SocialRequestInterpreterLocalService

Packages that use SocialRequestInterpreterLocalService
com.liferay.portlet.social.service This package defines the social related portlet service local and remote interfaces, utilities, and wrappers. 
com.liferay.portlet.social.service.base   
com.liferay.portlet.social.service.impl This package defines the social related portlet local service implementations. 
 

Uses of SocialRequestInterpreterLocalService in com.liferay.portlet.social.service
 

Classes in com.liferay.portlet.social.service that implement SocialRequestInterpreterLocalService
 class SocialRequestInterpreterLocalServiceWrapper
          Provides a wrapper for SocialRequestInterpreterLocalService.
 

Methods in com.liferay.portlet.social.service that return SocialRequestInterpreterLocalService
static SocialRequestInterpreterLocalService SocialRequestInterpreterLocalServiceUtil.getService()
           
 SocialRequestInterpreterLocalService SocialRequestInterpreterLocalServiceWrapper.getWrappedService()
           
 

Methods in com.liferay.portlet.social.service with parameters of type SocialRequestInterpreterLocalService
 void SocialRequestInterpreterLocalServiceWrapper.setWrappedService(SocialRequestInterpreterLocalService socialRequestInterpreterLocalService)
           
 

Constructors in com.liferay.portlet.social.service with parameters of type SocialRequestInterpreterLocalService
SocialRequestInterpreterLocalServiceWrapper(SocialRequestInterpreterLocalService socialRequestInterpreterLocalService)
           
 

Uses of SocialRequestInterpreterLocalService in com.liferay.portlet.social.service.base
 

Classes in com.liferay.portlet.social.service.base that implement SocialRequestInterpreterLocalService
 class SocialRequestInterpreterLocalServiceBaseImpl
          Provides the base implementation for the social request interpreter local service.
 

Fields in com.liferay.portlet.social.service.base declared as SocialRequestInterpreterLocalService
protected  SocialRequestInterpreterLocalService SocialRequestLocalServiceBaseImpl.socialRequestInterpreterLocalService
           
protected  SocialRequestInterpreterLocalService SocialRequestInterpreterLocalServiceBaseImpl.socialRequestInterpreterLocalService
           
protected  SocialRequestInterpreterLocalService SocialRequestServiceBaseImpl.socialRequestInterpreterLocalService
           
 

Methods in com.liferay.portlet.social.service.base that return SocialRequestInterpreterLocalService
 SocialRequestInterpreterLocalService SocialRequestLocalServiceBaseImpl.getSocialRequestInterpreterLocalService()
          Returns the social request interpreter local service.
 SocialRequestInterpreterLocalService SocialRequestInterpreterLocalServiceBaseImpl.getSocialRequestInterpreterLocalService()
          Returns the social request interpreter local service.
 SocialRequestInterpreterLocalService SocialRequestServiceBaseImpl.getSocialRequestInterpreterLocalService()
          Returns the social request interpreter local service.
 

Methods in com.liferay.portlet.social.service.base with parameters of type SocialRequestInterpreterLocalService
 void SocialRequestLocalServiceBaseImpl.setSocialRequestInterpreterLocalService(SocialRequestInterpreterLocalService socialRequestInterpreterLocalService)
          Sets the social request interpreter local service.
 void SocialRequestInterpreterLocalServiceBaseImpl.setSocialRequestInterpreterLocalService(SocialRequestInterpreterLocalService socialRequestInterpreterLocalService)
          Sets the social request interpreter local service.
 void SocialRequestServiceBaseImpl.setSocialRequestInterpreterLocalService(SocialRequestInterpreterLocalService socialRequestInterpreterLocalService)
          Sets the social request interpreter local service.
 

Uses of SocialRequestInterpreterLocalService in com.liferay.portlet.social.service.impl
 

Classes in com.liferay.portlet.social.service.impl that implement SocialRequestInterpreterLocalService
 class SocialRequestInterpreterLocalServiceImpl
          The social request interpreter local service.
 


Liferay 7.0-ce-b4