Liferay 6.2-ce-ga5

Uses of Interface
com.liferay.portlet.ratings.service.RatingsStatsLocalService

Packages that use RatingsStatsLocalService
com.liferay.portlet.ratings.service   
 

Uses of RatingsStatsLocalService in com.liferay.portlet.ratings.service
 

Classes in com.liferay.portlet.ratings.service that implement RatingsStatsLocalService
 class RatingsStatsLocalServiceWrapper
          Provides a wrapper for RatingsStatsLocalService.
 

Methods in com.liferay.portlet.ratings.service that return RatingsStatsLocalService
static RatingsStatsLocalService RatingsStatsLocalServiceUtil.getService()
           
 RatingsStatsLocalService RatingsStatsLocalServiceWrapper.getWrappedRatingsStatsLocalService()
          Deprecated. As of 6.1.0, replaced by RatingsStatsLocalServiceWrapper.getWrappedService()
 RatingsStatsLocalService RatingsStatsLocalServiceWrapper.getWrappedService()
           
 

Methods in com.liferay.portlet.ratings.service with parameters of type RatingsStatsLocalService
 void RatingsStatsLocalServiceUtil.setService(RatingsStatsLocalService service)
          Deprecated. As of 6.2.0
 void RatingsStatsLocalServiceWrapper.setWrappedRatingsStatsLocalService(RatingsStatsLocalService ratingsStatsLocalService)
          Deprecated. As of 6.1.0, replaced by RatingsStatsLocalServiceWrapper.setWrappedService(com.liferay.portlet.ratings.service.RatingsStatsLocalService)
 void RatingsStatsLocalServiceWrapper.setWrappedService(RatingsStatsLocalService ratingsStatsLocalService)
           
 

Constructors in com.liferay.portlet.ratings.service with parameters of type RatingsStatsLocalService
RatingsStatsLocalServiceWrapper(RatingsStatsLocalService ratingsStatsLocalService)
           
 


Liferay 6.2-ce-ga5