Liferay 6.1.2-ce-ga3

Uses of Class
com.liferay.portlet.ratings.NoSuchEntryException

Packages that use NoSuchEntryException
com.liferay.portlet.ratings.service.persistence   
 

Uses of NoSuchEntryException in com.liferay.portlet.ratings.service.persistence
 

Methods in com.liferay.portlet.ratings.service.persistence that throw NoSuchEntryException
static RatingsEntry RatingsEntryUtil.findByC_C_First(long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first ratings entry in the ordered set where classNameId = ? and classPK = ?.
 RatingsEntry RatingsEntryPersistence.findByC_C_First(long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the first ratings entry in the ordered set where classNameId = ? and classPK = ?.
static RatingsEntry RatingsEntryUtil.findByC_C_Last(long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last ratings entry in the ordered set where classNameId = ? and classPK = ?.
 RatingsEntry RatingsEntryPersistence.findByC_C_Last(long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the last ratings entry in the ordered set where classNameId = ? and classPK = ?.
static RatingsEntry[] RatingsEntryUtil.findByC_C_PrevAndNext(long entryId, long classNameId, long classPK, OrderByComparator orderByComparator)
          Returns the ratings entries before and after the current ratings entry in the ordered set where classNameId = ? and classPK = ?.
 RatingsEntry[] RatingsEntryPersistence.findByC_C_PrevAndNext(long entryId, long classNameId, long classPK, OrderByComparator 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_S_First(long classNameId, long classPK, double score, OrderByComparator orderByComparator)
          Returns the first ratings entry in the ordered set where classNameId = ? and classPK = ? and score = ?.
 RatingsEntry RatingsEntryPersistence.findByC_C_S_First(long classNameId, long classPK, double score, OrderByComparator orderByComparator)
          Returns the first 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 orderByComparator)
          Returns the last ratings entry in the ordered set where classNameId = ? and classPK = ? and score = ?.
 RatingsEntry RatingsEntryPersistence.findByC_C_S_Last(long classNameId, long classPK, double score, OrderByComparator orderByComparator)
          Returns the last 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 orderByComparator)
          Returns the ratings entries before and after the current ratings entry in the ordered set where classNameId = ? and classPK = ? and score = ?.
 RatingsEntry[] RatingsEntryPersistence.findByC_C_S_PrevAndNext(long entryId, long classNameId, long classPK, double score, OrderByComparator 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.findByPrimaryKey(long entryId)
          Returns the ratings entry with the primary key or throws a NoSuchEntryException if it could not be found.
 RatingsEntry RatingsEntryPersistence.findByPrimaryKey(long entryId)
          Returns the ratings entry with the primary key or throws a NoSuchEntryException 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 a NoSuchEntryException if it could not be found.
 RatingsEntry RatingsEntryPersistence.findByU_C_C(long userId, long classNameId, long classPK)
          Returns the ratings entry where userId = ? and classNameId = ? and classPK = ? or throws a NoSuchEntryException if it could not be found.
static RatingsEntry RatingsEntryUtil.remove(long entryId)
          Removes the ratings entry with the primary key from the database.
 RatingsEntry RatingsEntryPersistence.remove(long entryId)
          Removes the ratings entry with the primary key 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.
 RatingsEntry RatingsEntryPersistence.removeByU_C_C(long userId, long classNameId, long classPK)
          Removes the ratings entry where userId = ? and classNameId = ? and classPK = ? from the database.
 


Liferay 6.1.2-ce-ga3