Liferay 7.0-ce-b4

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

java.lang.Object
  extended by com.liferay.portal.service.BaseLocalServiceImpl
      extended by com.liferay.portlet.ratings.service.base.RatingsStatsLocalServiceBaseImpl
          extended by com.liferay.portlet.ratings.service.impl.RatingsStatsLocalServiceImpl
All Implemented Interfaces:
IdentifiableOSGiService, BaseLocalService, PersistedModelLocalService, RatingsStatsLocalService

public class RatingsStatsLocalServiceImpl
extends RatingsStatsLocalServiceBaseImpl


Field Summary
 
Fields inherited from class com.liferay.portlet.ratings.service.base.RatingsStatsLocalServiceBaseImpl
classNameLocalService, classNamePersistence, counterLocalService, persistedModelLocalServiceRegistry, ratingsEntryFinder, ratingsEntryLocalService, ratingsEntryPersistence, ratingsStatsFinder, ratingsStatsLocalService, ratingsStatsPersistence, resourceLocalService, userFinder, userLocalService, userPersistence
 
Constructor Summary
RatingsStatsLocalServiceImpl()
           
 
Method Summary
 RatingsStats addStats(long classNameId, long classPK)
           
 void deleteStats(String className, long classPK)
           
 RatingsStats fetchStats(String className, long classPK)
           
 RatingsStats getStats(long statsId)
           
 List<RatingsStats> getStats(String className, List<Long> classPKs)
           
 RatingsStats getStats(String className, long classPK)
           
 
Methods inherited from class com.liferay.portlet.ratings.service.base.RatingsStatsLocalServiceBaseImpl
addRatingsStats, afterPropertiesSet, createRatingsStats, deletePersistedModel, deleteRatingsStats, deleteRatingsStats, destroy, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQueryCount, dynamicQueryCount, fetchRatingsStats, getActionableDynamicQuery, getClassNameLocalService, getClassNamePersistence, getCounterLocalService, getIndexableActionableDynamicQuery, getModelClass, getModelClassName, getOSGiServiceIdentifier, getPersistedModel, getRatingsEntryFinder, getRatingsEntryLocalService, getRatingsEntryPersistence, getRatingsStats, getRatingsStatses, getRatingsStatsesCount, getRatingsStatsFinder, getRatingsStatsLocalService, getRatingsStatsPersistence, getResourceLocalService, getUserFinder, getUserLocalService, getUserPersistence, initActionableDynamicQuery, runSQL, setClassNameLocalService, setClassNamePersistence, setCounterLocalService, setRatingsEntryFinder, setRatingsEntryLocalService, setRatingsEntryPersistence, setRatingsStatsFinder, setRatingsStatsLocalService, setRatingsStatsPersistence, setResourceLocalService, setUserFinder, setUserLocalService, setUserPersistence, updateRatingsStats
 
Methods inherited from class com.liferay.portal.service.BaseLocalServiceImpl
getClassLoader, getLocalizationMap
 
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

addStats

public RatingsStats addStats(long classNameId,
                             long classPK)

deleteStats

public void deleteStats(String className,
                        long classPK)

fetchStats

public RatingsStats fetchStats(String className,
                               long classPK)

getStats

public RatingsStats getStats(long statsId)
                      throws PortalException
Throws:
PortalException

getStats

public List<RatingsStats> getStats(String className,
                                   List<Long> classPKs)

getStats

public RatingsStats getStats(String className,
                             long classPK)

Liferay 7.0-ce-b4