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 |
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RatingsStatsLocalServiceImpl
public RatingsStatsLocalServiceImpl()
deleteStats
public void deleteStats(java.lang.String className,
long classPK)
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(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.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException