Uses of Class
com.liferay.ratings.kernel.exception.NoSuchEntryException
Packages that use NoSuchEntryException
-
Uses of NoSuchEntryException in com.liferay.ratings.kernel.service.persistence
Methods in com.liferay.ratings.kernel.service.persistence that throw NoSuchEntryExceptionModifier and TypeMethodDescriptionRatingsEntryPersistence.findByC_C_First
(long classNameId, long classPK, OrderByComparator<RatingsEntry> orderByComparator) Returns the first ratings entry in the ordered set where classNameId = ? and classPK = ?.static RatingsEntry
RatingsEntryUtil.findByC_C_First
(long classNameId, long classPK, OrderByComparator<RatingsEntry> orderByComparator) Returns the first ratings entry in the ordered set where classNameId = ? and classPK = ?.RatingsEntryPersistence.findByC_C_Last
(long classNameId, long classPK, OrderByComparator<RatingsEntry> orderByComparator) Returns the last ratings entry in the ordered set where classNameId = ? and classPK = ?.static RatingsEntry
RatingsEntryUtil.findByC_C_Last
(long classNameId, long classPK, OrderByComparator<RatingsEntry> orderByComparator) Returns the last ratings entry in the ordered set where classNameId = ? and classPK = ?.RatingsEntryPersistence.findByC_C_PrevAndNext
(long entryId, long classNameId, long classPK, OrderByComparator<RatingsEntry> orderByComparator) Returns the ratings entries before and after the current ratings entry in the ordered set where classNameId = ? and classPK = ?.static RatingsEntry[]
RatingsEntryUtil.findByC_C_PrevAndNext
(long entryId, long classNameId, long classPK, OrderByComparator<RatingsEntry> orderByComparator) Returns the ratings entries before and after the current ratings entry in the ordered set where classNameId = ? and classPK = ?.RatingsEntryPersistence.findByC_C_S_First
(long classNameId, long classPK, double score, OrderByComparator<RatingsEntry> orderByComparator) Returns the first ratings entry in the ordered set where classNameId = ? and classPK = ? and score = ?.static RatingsEntry
RatingsEntryUtil.findByC_C_S_First
(long classNameId, long classPK, double score, OrderByComparator<RatingsEntry> orderByComparator) Returns the first ratings entry in the ordered set where classNameId = ? and classPK = ? and score = ?.RatingsEntryPersistence.findByC_C_S_Last
(long classNameId, long classPK, double score, OrderByComparator<RatingsEntry> orderByComparator) Returns the last ratings entry in the ordered set where classNameId = ? and classPK = ? and score = ?.static RatingsEntry
RatingsEntryUtil.findByC_C_S_Last
(long classNameId, long classPK, double score, OrderByComparator<RatingsEntry> orderByComparator) Returns the last ratings entry in the ordered set where classNameId = ? and classPK = ? and score = ?.RatingsEntryPersistence.findByC_C_S_PrevAndNext
(long entryId, long classNameId, long classPK, double score, OrderByComparator<RatingsEntry> orderByComparator) Returns the ratings entries before and after the current ratings entry in the ordered set where classNameId = ? and classPK = ? and score = ?.static RatingsEntry[]
RatingsEntryUtil.findByC_C_S_PrevAndNext
(long entryId, long classNameId, long classPK, double score, OrderByComparator<RatingsEntry> orderByComparator) Returns the ratings entries before and after the current ratings entry in the ordered set where classNameId = ? and classPK = ? and score = ?.RatingsEntryPersistence.findByPrimaryKey
(long entryId) Returns the ratings entry with the primary key or throws aNoSuchEntryException
if it could not be found.static RatingsEntry
RatingsEntryUtil.findByPrimaryKey
(long entryId) Returns the ratings entry with the primary key or throws aNoSuchEntryException
if it could not be found.RatingsEntryPersistence.findByU_C_C
(long userId, long classNameId, long classPK) Returns the ratings entry where userId = ? and classNameId = ? and classPK = ? or throws aNoSuchEntryException
if it could not be found.static RatingsEntry
RatingsEntryUtil.findByU_C_C
(long userId, long classNameId, long classPK) Returns the ratings entry where userId = ? and classNameId = ? and classPK = ? or throws aNoSuchEntryException
if it could not be found.RatingsEntryPersistence.findByUuid_C_First
(String uuid, long companyId, OrderByComparator<RatingsEntry> orderByComparator) Returns the first ratings entry in the ordered set where uuid = ? and companyId = ?.static RatingsEntry
RatingsEntryUtil.findByUuid_C_First
(String uuid, long companyId, OrderByComparator<RatingsEntry> orderByComparator) Returns the first ratings entry in the ordered set where uuid = ? and companyId = ?.RatingsEntryPersistence.findByUuid_C_Last
(String uuid, long companyId, OrderByComparator<RatingsEntry> orderByComparator) Returns the last ratings entry in the ordered set where uuid = ? and companyId = ?.static RatingsEntry
RatingsEntryUtil.findByUuid_C_Last
(String uuid, long companyId, OrderByComparator<RatingsEntry> orderByComparator) Returns the last ratings entry in the ordered set where uuid = ? and companyId = ?.RatingsEntryPersistence.findByUuid_C_PrevAndNext
(long entryId, String uuid, long companyId, OrderByComparator<RatingsEntry> orderByComparator) Returns the ratings entries before and after the current ratings entry in the ordered set where uuid = ? and companyId = ?.static RatingsEntry[]
RatingsEntryUtil.findByUuid_C_PrevAndNext
(long entryId, String uuid, long companyId, OrderByComparator<RatingsEntry> orderByComparator) Returns the ratings entries before and after the current ratings entry in the ordered set where uuid = ? and companyId = ?.RatingsEntryPersistence.findByUuid_First
(String uuid, OrderByComparator<RatingsEntry> orderByComparator) Returns the first ratings entry in the ordered set where uuid = ?.static RatingsEntry
RatingsEntryUtil.findByUuid_First
(String uuid, OrderByComparator<RatingsEntry> orderByComparator) Returns the first ratings entry in the ordered set where uuid = ?.RatingsEntryPersistence.findByUuid_Last
(String uuid, OrderByComparator<RatingsEntry> orderByComparator) Returns the last ratings entry in the ordered set where uuid = ?.static RatingsEntry
RatingsEntryUtil.findByUuid_Last
(String uuid, OrderByComparator<RatingsEntry> orderByComparator) Returns the last ratings entry in the ordered set where uuid = ?.RatingsEntryPersistence.findByUuid_PrevAndNext
(long entryId, String uuid, OrderByComparator<RatingsEntry> orderByComparator) Returns the ratings entries before and after the current ratings entry in the ordered set where uuid = ?.static RatingsEntry[]
RatingsEntryUtil.findByUuid_PrevAndNext
(long entryId, String uuid, OrderByComparator<RatingsEntry> orderByComparator) Returns the ratings entries before and after the current ratings entry in the ordered set where uuid = ?.RatingsEntryPersistence.remove
(long entryId) Removes the ratings entry with the primary key from the database.static RatingsEntry
RatingsEntryUtil.remove
(long entryId) Removes the ratings entry with the primary key from the database.RatingsEntryPersistence.removeByU_C_C
(long userId, long classNameId, long classPK) Removes the ratings entry where userId = ? and classNameId = ? and classPK = ? from the database.static RatingsEntry
RatingsEntryUtil.removeByU_C_C
(long userId, long classNameId, long classPK) Removes the ratings entry where userId = ? and classNameId = ? and classPK = ? from the database.