Liferay 7.0-ce-b4

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

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

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


Liferay 7.0-ce-b4