Class RatingsStatsLocalServiceImpl
Object
com.liferay.portal.kernel.service.BaseLocalServiceImpl
com.liferay.portlet.ratings.service.base.RatingsStatsLocalServiceBaseImpl
com.liferay.portlet.ratings.service.impl.RatingsStatsLocalServiceImpl
- All Implemented Interfaces:
com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService
,com.liferay.portal.kernel.service.BaseLocalService
,com.liferay.portal.kernel.service.change.tracking.CTService<com.liferay.ratings.kernel.model.RatingsStats>
,com.liferay.portal.kernel.service.PersistedModelLocalService
,com.liferay.ratings.kernel.service.RatingsStatsLocalService
- Author:
- Brian Wing Shun Chan
-
Field Summary
Fields inherited from class com.liferay.portlet.ratings.service.base.RatingsStatsLocalServiceBaseImpl
counterLocalService, ratingsStatsLocalService, ratingsStatsPersistence
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.liferay.ratings.kernel.model.RatingsStats
addStats
(long classNameId, long classPK) void
deleteStats
(String className, long classPK) com.liferay.ratings.kernel.model.RatingsStats
fetchStats
(String className, long classPK) com.liferay.ratings.kernel.model.RatingsStats
getStats
(long statsId) com.liferay.ratings.kernel.model.RatingsStats
Methods inherited from class com.liferay.portlet.ratings.service.base.RatingsStatsLocalServiceBaseImpl
addRatingsStats, afterPropertiesSet, createPersistedModel, createRatingsStats, deletePersistedModel, deleteRatingsStats, deleteRatingsStats, destroy, dslQuery, dslQueryCount, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQueryCount, dynamicQueryCount, fetchRatingsStats, getActionableDynamicQuery, getBasePersistence, getCounterLocalService, getCTPersistence, getIndexableActionableDynamicQuery, getModelClass, getModelClassName, getOSGiServiceIdentifier, getPersistedModel, getRatingsStats, getRatingsStatses, getRatingsStatsesCount, getRatingsStatsLocalService, getRatingsStatsPersistence, initActionableDynamicQuery, runSQL, setCounterLocalService, setRatingsStatsLocalService, setRatingsStatsPersistence, updateRatingsStats, updateWithUnsafeFunction
Methods inherited from class com.liferay.portal.kernel.service.BaseLocalServiceImpl
getClassLoader, getLocalizationMap
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.liferay.portal.kernel.service.PersistedModelLocalService
fetchPersistedModel
-
Constructor Details
-
RatingsStatsLocalServiceImpl
public RatingsStatsLocalServiceImpl()
-
-
Method Details
-
addStats
public com.liferay.ratings.kernel.model.RatingsStats addStats(long classNameId, long classPK) -
deleteStats
-
fetchStats
-
getStats
public com.liferay.ratings.kernel.model.RatingsStats getStats(long statsId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getStats
public com.liferay.ratings.kernel.model.RatingsStats getStats(String className, long classPK) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getStats
-