Uses of Class
com.liferay.ratings.kernel.exception.NoSuchStatsException
Packages that use NoSuchStatsException
-
Uses of NoSuchStatsException in com.liferay.ratings.kernel.service.persistence
Methods in com.liferay.ratings.kernel.service.persistence that throw NoSuchStatsExceptionModifier and TypeMethodDescriptionRatingsStatsPersistence.findByC_C
(long classNameId, long classPK) Returns the ratings stats where classNameId = ? and classPK = ? or throws aNoSuchStatsException
if it could not be found.static RatingsStats
RatingsStatsUtil.findByC_C
(long classNameId, long classPK) Returns the ratings stats where classNameId = ? and classPK = ? or throws aNoSuchStatsException
if it could not be found.RatingsStatsPersistence.findByPrimaryKey
(long statsId) Returns the ratings stats with the primary key or throws aNoSuchStatsException
if it could not be found.static RatingsStats
RatingsStatsUtil.findByPrimaryKey
(long statsId) Returns the ratings stats with the primary key or throws aNoSuchStatsException
if it could not be found.RatingsStatsPersistence.remove
(long statsId) Removes the ratings stats with the primary key from the database.static RatingsStats
RatingsStatsUtil.remove
(long statsId) Removes the ratings stats with the primary key from the database.RatingsStatsPersistence.removeByC_C
(long classNameId, long classPK) Removes the ratings stats where classNameId = ? and classPK = ? from the database.static RatingsStats
RatingsStatsUtil.removeByC_C
(long classNameId, long classPK) Removes the ratings stats where classNameId = ? and classPK = ? from the database.