Liferay 6.0-ee-sp2

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

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

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)
           
 void SocialRequestInterpreterLocalServiceWrapper.setWrappedSocialRequestInterpreterLocalService(SocialRequestInterpreterLocalService socialRequestInterpreterLocalService)
           
 

Constructors in com.liferay.portlet.social.service with parameters of type SocialRequestInterpreterLocalService
SocialRequestInterpreterLocalServiceWrapper(SocialRequestInterpreterLocalService socialRequestInterpreterLocalService)
           
 


Liferay 6.0-ee-sp2