Liferay 6.1.2-ce-ga3

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
           This class is a wrapper for RatingsStatsLocalService.
 

Methods in com.liferay.portlet.ratings.service that return RatingsStatsLocalService
static RatingsStatsLocalService RatingsStatsLocalServiceUtil.getService()
           
 RatingsStatsLocalService RatingsStatsLocalServiceWrapper.getWrappedRatingsStatsLocalService()
          Deprecated. Renamed to RatingsStatsLocalServiceWrapper.getWrappedService()
 RatingsStatsLocalService RatingsStatsLocalServiceWrapper.getWrappedService()
           
 

Methods in com.liferay.portlet.ratings.service with parameters of type RatingsStatsLocalService
 void RatingsStatsLocalServiceUtil.setService(RatingsStatsLocalService service)
          Deprecated.  
 void RatingsStatsLocalServiceWrapper.setWrappedRatingsStatsLocalService(RatingsStatsLocalService ratingsStatsLocalService)
          Deprecated. Renamed to 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.1.2-ce-ga3