Liferay 6.2-ce-ga5

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

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

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)
           
 


Liferay 6.2-ce-ga5