Liferay 6.2-ce-ga5

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

Packages that use SocialRequestService
com.liferay.portal.service.base This package defines the portal service local and remote base classes. 
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 SocialRequestService in com.liferay.portal.service.base
 

Fields in com.liferay.portal.service.base declared as SocialRequestService
protected  SocialRequestService UserServiceBaseImpl.socialRequestService
           
protected  SocialRequestService UserLocalServiceBaseImpl.socialRequestService
           
 

Methods in com.liferay.portal.service.base that return SocialRequestService
 SocialRequestService UserServiceBaseImpl.getSocialRequestService()
          Returns the social request remote service.
 SocialRequestService UserLocalServiceBaseImpl.getSocialRequestService()
          Returns the social request remote service.
 

Methods in com.liferay.portal.service.base with parameters of type SocialRequestService
 void UserServiceBaseImpl.setSocialRequestService(SocialRequestService socialRequestService)
          Sets the social request remote service.
 void UserLocalServiceBaseImpl.setSocialRequestService(SocialRequestService socialRequestService)
          Sets the social request remote service.
 

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

Classes in com.liferay.portlet.social.service that implement SocialRequestService
 class SocialRequestServiceWrapper
          Provides a wrapper for SocialRequestService.
 

Methods in com.liferay.portlet.social.service that return SocialRequestService
static SocialRequestService SocialRequestServiceUtil.getService()
           
 SocialRequestService SocialRequestServiceWrapper.getWrappedService()
           
 SocialRequestService SocialRequestServiceWrapper.getWrappedSocialRequestService()
          Deprecated. As of 6.1.0, replaced by SocialRequestServiceWrapper.getWrappedService()
 

Methods in com.liferay.portlet.social.service with parameters of type SocialRequestService
 void SocialRequestServiceUtil.setService(SocialRequestService service)
          Deprecated. As of 6.2.0
 void SocialRequestServiceWrapper.setWrappedService(SocialRequestService socialRequestService)
           
 void SocialRequestServiceWrapper.setWrappedSocialRequestService(SocialRequestService socialRequestService)
          Deprecated. As of 6.1.0, replaced by SocialRequestServiceWrapper.setWrappedService(com.liferay.portlet.social.service.SocialRequestService)
 

Constructors in com.liferay.portlet.social.service with parameters of type SocialRequestService
SocialRequestServiceWrapper(SocialRequestService socialRequestService)
           
 

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

Classes in com.liferay.portlet.social.service.base that implement SocialRequestService
 class SocialRequestServiceBaseImpl
          Provides the base implementation for the social request remote service.
 

Fields in com.liferay.portlet.social.service.base declared as SocialRequestService
protected  SocialRequestService SocialRelationLocalServiceBaseImpl.socialRequestService
           
protected  SocialRequestService SocialRequestLocalServiceBaseImpl.socialRequestService
           
protected  SocialRequestService SocialActivityAchievementLocalServiceBaseImpl.socialRequestService
           
protected  SocialRequestService SocialActivitySettingServiceBaseImpl.socialRequestService
           
protected  SocialRequestService SocialRequestInterpreterLocalServiceBaseImpl.socialRequestService
           
protected  SocialRequestService SocialActivitySettingLocalServiceBaseImpl.socialRequestService
           
protected  SocialRequestService SocialActivitySetLocalServiceBaseImpl.socialRequestService
           
protected  SocialRequestService SocialActivityCounterLocalServiceBaseImpl.socialRequestService
           
protected  SocialRequestService SocialActivityServiceBaseImpl.socialRequestService
           
protected  SocialRequestService SocialActivityLimitLocalServiceBaseImpl.socialRequestService
           
protected  SocialRequestService SocialActivityLocalServiceBaseImpl.socialRequestService
           
protected  SocialRequestService SocialActivityInterpreterLocalServiceBaseImpl.socialRequestService
           
protected  SocialRequestService SocialRequestServiceBaseImpl.socialRequestService
           
 

Methods in com.liferay.portlet.social.service.base that return SocialRequestService
 SocialRequestService SocialRelationLocalServiceBaseImpl.getSocialRequestService()
          Returns the social request remote service.
 SocialRequestService SocialRequestLocalServiceBaseImpl.getSocialRequestService()
          Returns the social request remote service.
 SocialRequestService SocialActivityAchievementLocalServiceBaseImpl.getSocialRequestService()
          Returns the social request remote service.
 SocialRequestService SocialActivitySettingServiceBaseImpl.getSocialRequestService()
          Returns the social request remote service.
 SocialRequestService SocialRequestInterpreterLocalServiceBaseImpl.getSocialRequestService()
          Returns the social request remote service.
 SocialRequestService SocialActivitySettingLocalServiceBaseImpl.getSocialRequestService()
          Returns the social request remote service.
 SocialRequestService SocialActivitySetLocalServiceBaseImpl.getSocialRequestService()
          Returns the social request remote service.
 SocialRequestService SocialActivityCounterLocalServiceBaseImpl.getSocialRequestService()
          Returns the social request remote service.
 SocialRequestService SocialActivityServiceBaseImpl.getSocialRequestService()
          Returns the social request remote service.
 SocialRequestService SocialActivityLimitLocalServiceBaseImpl.getSocialRequestService()
          Returns the social request remote service.
 SocialRequestService SocialActivityLocalServiceBaseImpl.getSocialRequestService()
          Returns the social request remote service.
 SocialRequestService SocialActivityInterpreterLocalServiceBaseImpl.getSocialRequestService()
          Returns the social request remote service.
 SocialRequestService SocialRequestServiceBaseImpl.getSocialRequestService()
          Returns the social request remote service.
 

Methods in com.liferay.portlet.social.service.base with parameters of type SocialRequestService
 void SocialRelationLocalServiceBaseImpl.setSocialRequestService(SocialRequestService socialRequestService)
          Sets the social request remote service.
 void SocialRequestLocalServiceBaseImpl.setSocialRequestService(SocialRequestService socialRequestService)
          Sets the social request remote service.
 void SocialActivityAchievementLocalServiceBaseImpl.setSocialRequestService(SocialRequestService socialRequestService)
          Sets the social request remote service.
 void SocialActivitySettingServiceBaseImpl.setSocialRequestService(SocialRequestService socialRequestService)
          Sets the social request remote service.
 void SocialRequestInterpreterLocalServiceBaseImpl.setSocialRequestService(SocialRequestService socialRequestService)
          Sets the social request remote service.
 void SocialActivitySettingLocalServiceBaseImpl.setSocialRequestService(SocialRequestService socialRequestService)
          Sets the social request remote service.
 void SocialActivitySetLocalServiceBaseImpl.setSocialRequestService(SocialRequestService socialRequestService)
          Sets the social request remote service.
 void SocialActivityCounterLocalServiceBaseImpl.setSocialRequestService(SocialRequestService socialRequestService)
          Sets the social request remote service.
 void SocialActivityServiceBaseImpl.setSocialRequestService(SocialRequestService socialRequestService)
          Sets the social request remote service.
 void SocialActivityLimitLocalServiceBaseImpl.setSocialRequestService(SocialRequestService socialRequestService)
          Sets the social request remote service.
 void SocialActivityLocalServiceBaseImpl.setSocialRequestService(SocialRequestService socialRequestService)
          Sets the social request remote service.
 void SocialActivityInterpreterLocalServiceBaseImpl.setSocialRequestService(SocialRequestService socialRequestService)
          Sets the social request remote service.
 void SocialRequestServiceBaseImpl.setSocialRequestService(SocialRequestService socialRequestService)
          Sets the social request remote service.
 

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

Classes in com.liferay.portlet.social.service.impl that implement SocialRequestService
 class SocialRequestServiceImpl
          Provides the remote service for updating social requests.
 


Liferay 6.2-ce-ga5