Liferay 6.2-ce-ga5

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

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

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

Classes in com.liferay.portlet.social.service that implement SocialActivityService
 class SocialActivityServiceWrapper
          Provides a wrapper for SocialActivityService.
 

Methods in com.liferay.portlet.social.service that return SocialActivityService
static SocialActivityService SocialActivityServiceUtil.getService()
           
 SocialActivityService SocialActivityServiceWrapper.getWrappedService()
           
 SocialActivityService SocialActivityServiceWrapper.getWrappedSocialActivityService()
          Deprecated. As of 6.1.0, replaced by SocialActivityServiceWrapper.getWrappedService()
 

Methods in com.liferay.portlet.social.service with parameters of type SocialActivityService
 void SocialActivityServiceUtil.setService(SocialActivityService service)
          Deprecated. As of 6.2.0
 void SocialActivityServiceWrapper.setWrappedService(SocialActivityService socialActivityService)
           
 void SocialActivityServiceWrapper.setWrappedSocialActivityService(SocialActivityService socialActivityService)
          Deprecated. As of 6.1.0, replaced by SocialActivityServiceWrapper.setWrappedService(com.liferay.portlet.social.service.SocialActivityService)
 

Constructors in com.liferay.portlet.social.service with parameters of type SocialActivityService
SocialActivityServiceWrapper(SocialActivityService socialActivityService)
           
 


Liferay 6.2-ce-ga5