Liferay 7.0-ce-b4

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()
           
 

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

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


Liferay 7.0-ce-b4