com.liferay.portlet.ratings.service.base
Class RatingsStatsLocalServiceBaseImpl
java.lang.Object
com.liferay.portlet.ratings.service.base.RatingsStatsLocalServiceBaseImpl
- All Implemented Interfaces:
- com.liferay.portlet.ratings.service.RatingsStatsLocalService
- Direct Known Subclasses:
- RatingsStatsLocalServiceImpl
- public abstract class RatingsStatsLocalServiceBaseImpl
- extends java.lang.Object
- implements com.liferay.portlet.ratings.service.RatingsStatsLocalService
View Source
- Author:
- Brian Wing Shun Chan
Method Summary |
com.liferay.portlet.ratings.model.RatingsStats |
addRatingsStats(com.liferay.portlet.ratings.model.RatingsStats model)
|
java.util.List |
dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer)
|
java.util.List |
dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer,
int begin,
int end)
|
com.liferay.portlet.ratings.model.RatingsStats |
updateRatingsStats(com.liferay.portlet.ratings.model.RatingsStats model)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.liferay.portlet.ratings.service.RatingsStatsLocalService |
deleteStats, getStats, getStats |
RatingsStatsLocalServiceBaseImpl
public RatingsStatsLocalServiceBaseImpl()
addRatingsStats
public com.liferay.portlet.ratings.model.RatingsStats addRatingsStats(com.liferay.portlet.ratings.model.RatingsStats model)
throws com.liferay.portal.SystemException
- Specified by:
addRatingsStats
in interface com.liferay.portlet.ratings.service.RatingsStatsLocalService
- Throws:
com.liferay.portal.SystemException
dynamicQuery
public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer)
throws com.liferay.portal.SystemException
- Specified by:
dynamicQuery
in interface com.liferay.portlet.ratings.service.RatingsStatsLocalService
- Throws:
com.liferay.portal.SystemException
dynamicQuery
public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer,
int begin,
int end)
throws com.liferay.portal.SystemException
- Specified by:
dynamicQuery
in interface com.liferay.portlet.ratings.service.RatingsStatsLocalService
- Throws:
com.liferay.portal.SystemException
updateRatingsStats
public com.liferay.portlet.ratings.model.RatingsStats updateRatingsStats(com.liferay.portlet.ratings.model.RatingsStats model)
throws com.liferay.portal.SystemException
- Specified by:
updateRatingsStats
in interface com.liferay.portlet.ratings.service.RatingsStatsLocalService
- Throws:
com.liferay.portal.SystemException