Liferay 6.1.2-ce-ga3

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

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

Methods in com.liferay.portlet.social.service with parameters of type SocialRequestInterpreterLocalService
 void SocialRequestInterpreterLocalServiceUtil.setService(SocialRequestInterpreterLocalService service)
          Deprecated.  
 void SocialRequestInterpreterLocalServiceWrapper.setWrappedService(SocialRequestInterpreterLocalService socialRequestInterpreterLocalService)
           
 void SocialRequestInterpreterLocalServiceWrapper.setWrappedSocialRequestInterpreterLocalService(SocialRequestInterpreterLocalService socialRequestInterpreterLocalService)
          Deprecated. Renamed to SocialRequestInterpreterLocalServiceWrapper.setWrappedService(com.liferay.portlet.social.service.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
          The base implementation of the social request interpreter local service.
 

Fields in com.liferay.portlet.social.service.base declared as SocialRequestInterpreterLocalService
protected  SocialRequestInterpreterLocalService SocialActivitySettingServiceBaseImpl.socialRequestInterpreterLocalService
           
protected  SocialRequestInterpreterLocalService SocialActivityLimitLocalServiceBaseImpl.socialRequestInterpreterLocalService
           
protected  SocialRequestInterpreterLocalService SocialRequestInterpreterLocalServiceBaseImpl.socialRequestInterpreterLocalService
           
protected  SocialRequestInterpreterLocalService SocialActivityLocalServiceBaseImpl.socialRequestInterpreterLocalService
           
protected  SocialRequestInterpreterLocalService SocialActivityCounterLocalServiceBaseImpl.socialRequestInterpreterLocalService
           
protected  SocialRequestInterpreterLocalService SocialRelationLocalServiceBaseImpl.socialRequestInterpreterLocalService
           
protected  SocialRequestInterpreterLocalService SocialRequestLocalServiceBaseImpl.socialRequestInterpreterLocalService
           
protected  SocialRequestInterpreterLocalService SocialActivityInterpreterLocalServiceBaseImpl.socialRequestInterpreterLocalService
           
protected  SocialRequestInterpreterLocalService SocialActivitySettingLocalServiceBaseImpl.socialRequestInterpreterLocalService
           
protected  SocialRequestInterpreterLocalService SocialActivityAchievementLocalServiceBaseImpl.socialRequestInterpreterLocalService
           
 

Methods in com.liferay.portlet.social.service.base that return SocialRequestInterpreterLocalService
 SocialRequestInterpreterLocalService SocialActivitySettingServiceBaseImpl.getSocialRequestInterpreterLocalService()
          Returns the social request interpreter local service.
 SocialRequestInterpreterLocalService SocialActivityLimitLocalServiceBaseImpl.getSocialRequestInterpreterLocalService()
          Returns the social request interpreter local service.
 SocialRequestInterpreterLocalService SocialRequestInterpreterLocalServiceBaseImpl.getSocialRequestInterpreterLocalService()
          Returns the social request interpreter local service.
 SocialRequestInterpreterLocalService SocialActivityLocalServiceBaseImpl.getSocialRequestInterpreterLocalService()
          Returns the social request interpreter local service.
 SocialRequestInterpreterLocalService SocialActivityCounterLocalServiceBaseImpl.getSocialRequestInterpreterLocalService()
          Returns the social request interpreter local service.
 SocialRequestInterpreterLocalService SocialRelationLocalServiceBaseImpl.getSocialRequestInterpreterLocalService()
          Returns the social request interpreter local service.
 SocialRequestInterpreterLocalService SocialRequestLocalServiceBaseImpl.getSocialRequestInterpreterLocalService()
          Returns the social request interpreter local service.
 SocialRequestInterpreterLocalService SocialActivityInterpreterLocalServiceBaseImpl.getSocialRequestInterpreterLocalService()
          Returns the social request interpreter local service.
 SocialRequestInterpreterLocalService SocialActivitySettingLocalServiceBaseImpl.getSocialRequestInterpreterLocalService()
          Returns the social request interpreter local service.
 SocialRequestInterpreterLocalService SocialActivityAchievementLocalServiceBaseImpl.getSocialRequestInterpreterLocalService()
          Returns the social request interpreter local service.
 

Methods in com.liferay.portlet.social.service.base with parameters of type SocialRequestInterpreterLocalService
 void SocialActivitySettingServiceBaseImpl.setSocialRequestInterpreterLocalService(SocialRequestInterpreterLocalService socialRequestInterpreterLocalService)
          Sets the social request interpreter local service.
 void SocialActivityLimitLocalServiceBaseImpl.setSocialRequestInterpreterLocalService(SocialRequestInterpreterLocalService socialRequestInterpreterLocalService)
          Sets the social request interpreter local service.
 void SocialRequestInterpreterLocalServiceBaseImpl.setSocialRequestInterpreterLocalService(SocialRequestInterpreterLocalService socialRequestInterpreterLocalService)
          Sets the social request interpreter local service.
 void SocialActivityLocalServiceBaseImpl.setSocialRequestInterpreterLocalService(SocialRequestInterpreterLocalService socialRequestInterpreterLocalService)
          Sets the social request interpreter local service.
 void SocialActivityCounterLocalServiceBaseImpl.setSocialRequestInterpreterLocalService(SocialRequestInterpreterLocalService socialRequestInterpreterLocalService)
          Sets the social request interpreter local service.
 void SocialRelationLocalServiceBaseImpl.setSocialRequestInterpreterLocalService(SocialRequestInterpreterLocalService socialRequestInterpreterLocalService)
          Sets the social request interpreter local service.
 void SocialRequestLocalServiceBaseImpl.setSocialRequestInterpreterLocalService(SocialRequestInterpreterLocalService socialRequestInterpreterLocalService)
          Sets the social request interpreter local service.
 void SocialActivityInterpreterLocalServiceBaseImpl.setSocialRequestInterpreterLocalService(SocialRequestInterpreterLocalService socialRequestInterpreterLocalService)
          Sets the social request interpreter local service.
 void SocialActivitySettingLocalServiceBaseImpl.setSocialRequestInterpreterLocalService(SocialRequestInterpreterLocalService socialRequestInterpreterLocalService)
          Sets the social request interpreter local service.
 void SocialActivityAchievementLocalServiceBaseImpl.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 6.1.2-ce-ga3