com.liferay.portlet.ratings.service.impl
Class RatingsStatsLocalServiceImpl

java.lang.Object
  extended by com.liferay.portlet.ratings.service.base.RatingsStatsLocalServiceBaseImpl
      extended by com.liferay.portlet.ratings.service.impl.RatingsStatsLocalServiceImpl
All Implemented Interfaces:
com.liferay.portlet.ratings.service.RatingsStatsLocalService

public class RatingsStatsLocalServiceImpl
extends RatingsStatsLocalServiceBaseImpl

View Source

Author:
Brian Wing Shun Chan

Field Summary
 
Fields inherited from class com.liferay.portlet.ratings.service.base.RatingsStatsLocalServiceBaseImpl
counterLocalService, counterService, ratingsEntryLocalService, ratingsEntryPersistence, ratingsEntryService, ratingsStatsLocalService, ratingsStatsPersistence
 
Constructor Summary
RatingsStatsLocalServiceImpl()
           
 
Method Summary
 void deleteStats(java.lang.String className, long classPK)
           
 com.liferay.portlet.ratings.model.RatingsStats getStats(long statsId)
           
 com.liferay.portlet.ratings.model.RatingsStats getStats(java.lang.String className, long classPK)
           
 
Methods inherited from class com.liferay.portlet.ratings.service.base.RatingsStatsLocalServiceBaseImpl
addRatingsStats, createRatingsStats, deleteRatingsStats, deleteRatingsStats, dynamicQuery, dynamicQuery, getCounterLocalService, getCounterService, getRatingsEntryLocalService, getRatingsEntryPersistence, getRatingsEntryService, getRatingsStats, getRatingsStatses, getRatingsStatsesCount, getRatingsStatsLocalService, getRatingsStatsPersistence, setCounterLocalService, setCounterService, setRatingsEntryLocalService, setRatingsEntryPersistence, setRatingsEntryService, setRatingsStatsLocalService, setRatingsStatsPersistence, updateRatingsStats
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RatingsStatsLocalServiceImpl

public RatingsStatsLocalServiceImpl()
Method Detail

deleteStats

public void deleteStats(java.lang.String className,
                        long classPK)
                 throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getStats

public com.liferay.portlet.ratings.model.RatingsStats getStats(long statsId)
                                                        throws com.liferay.portal.PortalException,
                                                               com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getStats

public com.liferay.portlet.ratings.model.RatingsStats getStats(java.lang.String className,
                                                               long classPK)
                                                        throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException