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 aNoSuchStatsExceptionif it could not be found.static RatingsStatsRatingsStatsUtil.findByC_C(long classNameId, long classPK) Returns the ratings stats where classNameId = ? and classPK = ? or throws aNoSuchStatsExceptionif it could not be found.RatingsStatsPersistence.findByPrimaryKey(long statsId) Returns the ratings stats with the primary key or throws aNoSuchStatsExceptionif it could not be found.static RatingsStatsRatingsStatsUtil.findByPrimaryKey(long statsId) Returns the ratings stats with the primary key or throws aNoSuchStatsExceptionif it could not be found.RatingsStatsPersistence.remove(long statsId) Removes the ratings stats with the primary key from the database.static RatingsStatsRatingsStatsUtil.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 RatingsStatsRatingsStatsUtil.removeByC_C(long classNameId, long classPK) Removes the ratings stats where classNameId = ? and classPK = ? from the database.