com.liferay.portlet.ratings.service
Class RatingsStatsLocalServiceWrapper
java.lang.Object
com.liferay.portlet.ratings.service.RatingsStatsLocalServiceWrapper
- All Implemented Interfaces:
- RatingsStatsLocalService
public class RatingsStatsLocalServiceWrapper
- extends java.lang.Object
- implements RatingsStatsLocalService
View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
This class is a wrapper for RatingsStatsLocalService
.
- Author:
- Brian Wing Shun Chan
- See Also:
RatingsStatsLocalService
- Generated:
Method Summary |
RatingsStats |
addRatingsStats(RatingsStats ratingsStats)
|
RatingsStats |
addStats(long classNameId,
long classPK)
|
RatingsStats |
createRatingsStats(long statsId)
|
void |
deleteRatingsStats(long statsId)
|
void |
deleteRatingsStats(RatingsStats ratingsStats)
|
void |
deleteStats(java.lang.String className,
long classPK)
|
java.util.List |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
|
java.util.List |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
|
java.util.List |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
int |
dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
|
RatingsStats |
getRatingsStats(long statsId)
|
java.util.List<RatingsStats> |
getRatingsStatses(int start,
int end)
|
int |
getRatingsStatsesCount()
|
RatingsStats |
getStats(long statsId)
|
RatingsStats |
getStats(java.lang.String className,
long classPK)
|
RatingsStatsLocalService |
getWrappedRatingsStatsLocalService()
|
RatingsStats |
updateRatingsStats(RatingsStats ratingsStats)
|
RatingsStats |
updateRatingsStats(RatingsStats ratingsStats,
boolean merge)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RatingsStatsLocalServiceWrapper
public RatingsStatsLocalServiceWrapper(RatingsStatsLocalService ratingsStatsLocalService)
addRatingsStats
public RatingsStats addRatingsStats(RatingsStats ratingsStats)
throws com.liferay.portal.SystemException
- Specified by:
addRatingsStats
in interface RatingsStatsLocalService
- Throws:
com.liferay.portal.SystemException
createRatingsStats
public RatingsStats createRatingsStats(long statsId)
- Specified by:
createRatingsStats
in interface RatingsStatsLocalService
deleteRatingsStats
public void deleteRatingsStats(long statsId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
deleteRatingsStats
in interface RatingsStatsLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
deleteRatingsStats
public void deleteRatingsStats(RatingsStats ratingsStats)
throws com.liferay.portal.SystemException
- Specified by:
deleteRatingsStats
in interface RatingsStatsLocalService
- Throws:
com.liferay.portal.SystemException
dynamicQuery
public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
throws com.liferay.portal.SystemException
- Specified by:
dynamicQuery
in interface RatingsStatsLocalService
- Throws:
com.liferay.portal.SystemException
dynamicQuery
public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
throws com.liferay.portal.SystemException
- Specified by:
dynamicQuery
in interface RatingsStatsLocalService
- Throws:
com.liferay.portal.SystemException
dynamicQuery
public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.SystemException
- Specified by:
dynamicQuery
in interface RatingsStatsLocalService
- Throws:
com.liferay.portal.SystemException
dynamicQueryCount
public int dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
throws com.liferay.portal.SystemException
- Specified by:
dynamicQueryCount
in interface RatingsStatsLocalService
- Throws:
com.liferay.portal.SystemException
getRatingsStats
public RatingsStats getRatingsStats(long statsId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
getRatingsStats
in interface RatingsStatsLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getRatingsStatses
public java.util.List<RatingsStats> getRatingsStatses(int start,
int end)
throws com.liferay.portal.SystemException
- Specified by:
getRatingsStatses
in interface RatingsStatsLocalService
- Throws:
com.liferay.portal.SystemException
getRatingsStatsesCount
public int getRatingsStatsesCount()
throws com.liferay.portal.SystemException
- Specified by:
getRatingsStatsesCount
in interface RatingsStatsLocalService
- Throws:
com.liferay.portal.SystemException
updateRatingsStats
public RatingsStats updateRatingsStats(RatingsStats ratingsStats)
throws com.liferay.portal.SystemException
- Specified by:
updateRatingsStats
in interface RatingsStatsLocalService
- Throws:
com.liferay.portal.SystemException
updateRatingsStats
public RatingsStats updateRatingsStats(RatingsStats ratingsStats,
boolean merge)
throws com.liferay.portal.SystemException
- Specified by:
updateRatingsStats
in interface RatingsStatsLocalService
- Throws:
com.liferay.portal.SystemException
addStats
public RatingsStats addStats(long classNameId,
long classPK)
throws com.liferay.portal.SystemException
- Specified by:
addStats
in interface RatingsStatsLocalService
- Throws:
com.liferay.portal.SystemException
deleteStats
public void deleteStats(java.lang.String className,
long classPK)
throws com.liferay.portal.SystemException
- Specified by:
deleteStats
in interface RatingsStatsLocalService
- Throws:
com.liferay.portal.SystemException
getStats
public RatingsStats getStats(long statsId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
getStats
in interface RatingsStatsLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getStats
public RatingsStats getStats(java.lang.String className,
long classPK)
throws com.liferay.portal.SystemException
- Specified by:
getStats
in interface RatingsStatsLocalService
- Throws:
com.liferay.portal.SystemException
getWrappedRatingsStatsLocalService
public RatingsStatsLocalService getWrappedRatingsStatsLocalService()