com.liferay.portlet.ratings.service.impl
Class RatingsStatsLocalServiceImpl
java.lang.Object
com.liferay.portlet.ratings.service.base.RatingsStatsLocalServiceBaseImpl
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
Method Summary |
com.liferay.portlet.ratings.model.RatingsStats |
addStats(long classNameId,
long classPK)
|
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, runSQL, setCounterLocalService, setCounterService, setRatingsEntryLocalService, setRatingsEntryPersistence, setRatingsEntryService, setRatingsStatsLocalService, setRatingsStatsPersistence, updateRatingsStats, updateRatingsStats |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RatingsStatsLocalServiceImpl
public RatingsStatsLocalServiceImpl()
addStats
public com.liferay.portlet.ratings.model.RatingsStats addStats(long classNameId,
long classPK)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
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