Liferay 6.0.5

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

Packages that use SocialRequestInterpreterLocalService
com.liferay.portlet.social.service   
com.liferay.portlet.social.service.base   
com.liferay.portlet.social.service.impl   
 

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

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

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

Methods in com.liferay.portlet.social.service with parameters of type SocialRequestInterpreterLocalService
 void SocialRequestInterpreterLocalServiceUtil.setService(SocialRequestInterpreterLocalService service)
           
 

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
          The base implementation of 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 SocialRelationLocalServiceBaseImpl.socialRequestInterpreterLocalService
           
protected  SocialRequestInterpreterLocalService SocialEquityUserLocalServiceBaseImpl.socialRequestInterpreterLocalService
           
protected  SocialRequestInterpreterLocalService SocialEquitySettingLocalServiceBaseImpl.socialRequestInterpreterLocalService
           
protected  SocialRequestInterpreterLocalService SocialEquityLogLocalServiceBaseImpl.socialRequestInterpreterLocalService
           
protected  SocialRequestInterpreterLocalService SocialEquityHistoryLocalServiceBaseImpl.socialRequestInterpreterLocalService
           
protected  SocialRequestInterpreterLocalService SocialActivityLocalServiceBaseImpl.socialRequestInterpreterLocalService
           
protected  SocialRequestInterpreterLocalService SocialActivityInterpreterLocalServiceBaseImpl.socialRequestInterpreterLocalService
           
 

Methods in com.liferay.portlet.social.service.base that return SocialRequestInterpreterLocalService
 SocialRequestInterpreterLocalService SocialRequestLocalServiceBaseImpl.getSocialRequestInterpreterLocalService()
          Gets the social request interpreter local service.
 SocialRequestInterpreterLocalService SocialRequestInterpreterLocalServiceBaseImpl.getSocialRequestInterpreterLocalService()
          Gets the social request interpreter local service.
 SocialRequestInterpreterLocalService SocialRelationLocalServiceBaseImpl.getSocialRequestInterpreterLocalService()
          Gets the social request interpreter local service.
 SocialRequestInterpreterLocalService SocialEquityUserLocalServiceBaseImpl.getSocialRequestInterpreterLocalService()
          Gets the social request interpreter local service.
 SocialRequestInterpreterLocalService SocialEquitySettingLocalServiceBaseImpl.getSocialRequestInterpreterLocalService()
          Gets the social request interpreter local service.
 SocialRequestInterpreterLocalService SocialEquityLogLocalServiceBaseImpl.getSocialRequestInterpreterLocalService()
          Gets the social request interpreter local service.
 SocialRequestInterpreterLocalService SocialEquityHistoryLocalServiceBaseImpl.getSocialRequestInterpreterLocalService()
          Gets the social request interpreter local service.
 SocialRequestInterpreterLocalService SocialActivityLocalServiceBaseImpl.getSocialRequestInterpreterLocalService()
          Gets the social request interpreter local service.
 SocialRequestInterpreterLocalService SocialActivityInterpreterLocalServiceBaseImpl.getSocialRequestInterpreterLocalService()
          Gets 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 SocialRelationLocalServiceBaseImpl.setSocialRequestInterpreterLocalService(SocialRequestInterpreterLocalService socialRequestInterpreterLocalService)
          Sets the social request interpreter local service.
 void SocialEquityUserLocalServiceBaseImpl.setSocialRequestInterpreterLocalService(SocialRequestInterpreterLocalService socialRequestInterpreterLocalService)
          Sets the social request interpreter local service.
 void SocialEquitySettingLocalServiceBaseImpl.setSocialRequestInterpreterLocalService(SocialRequestInterpreterLocalService socialRequestInterpreterLocalService)
          Sets the social request interpreter local service.
 void SocialEquityLogLocalServiceBaseImpl.setSocialRequestInterpreterLocalService(SocialRequestInterpreterLocalService socialRequestInterpreterLocalService)
          Sets the social request interpreter local service.
 void SocialEquityHistoryLocalServiceBaseImpl.setSocialRequestInterpreterLocalService(SocialRequestInterpreterLocalService socialRequestInterpreterLocalService)
          Sets the social request interpreter local service.
 void SocialActivityLocalServiceBaseImpl.setSocialRequestInterpreterLocalService(SocialRequestInterpreterLocalService socialRequestInterpreterLocalService)
          Sets the social request interpreter local service.
 void SocialActivityInterpreterLocalServiceBaseImpl.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
           
 


Liferay 6.0.5