Liferay 7.0-ce-b4

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

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

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

Methods in com.liferay.portlet.ratings.service.persistence that throw NoSuchEntryException
 RatingsEntry RatingsEntryPersistence.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 = ?.
 RatingsEntry 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 = ?.
 RatingsEntry[] 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 = ?.
 RatingsEntry 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 = ?.
 RatingsEntry 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 = ?.
 RatingsEntry[] 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 = ?.
 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.findByPrimaryKey(long entryId)
          Returns the ratings entry with the primary key 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.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.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 = ?.
 RatingsEntry 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 = ?.
 RatingsEntry[] 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 = ?.
 RatingsEntry 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 = ?.
 RatingsEntry 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 = ?.
 RatingsEntry[] 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 = ?.
 RatingsEntry 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.
 RatingsEntry 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.
 

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

Methods in com.liferay.portlet.ratings.service.persistence.impl that throw NoSuchEntryException
 RatingsEntry RatingsEntryPersistenceImpl.findByC_C_First(long classNameId, long classPK, OrderByComparator<RatingsEntry> orderByComparator)
          Returns the first ratings entry in the ordered set where classNameId = ? and classPK = ?.
 RatingsEntry RatingsEntryPersistenceImpl.findByC_C_Last(long classNameId, long classPK, OrderByComparator<RatingsEntry> orderByComparator)
          Returns the last ratings entry in the ordered set where classNameId = ? and classPK = ?.
 RatingsEntry[] RatingsEntryPersistenceImpl.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 = ?.
 RatingsEntry RatingsEntryPersistenceImpl.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 = ?.
 RatingsEntry RatingsEntryPersistenceImpl.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 = ?.
 RatingsEntry[] RatingsEntryPersistenceImpl.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 = ?.
 RatingsEntry RatingsEntryPersistenceImpl.findByPrimaryKey(long entryId)
          Returns the ratings entry with the primary key or throws a NoSuchEntryException if it could not be found.
 RatingsEntry RatingsEntryPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the ratings entry with the primary key or throws a NoSuchModelException if it could not be found.
 RatingsEntry RatingsEntryPersistenceImpl.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 RatingsEntryPersistenceImpl.findByUuid_C_First(String uuid, long companyId, OrderByComparator<RatingsEntry> orderByComparator)
          Returns the first ratings entry in the ordered set where uuid = ? and companyId = ?.
 RatingsEntry RatingsEntryPersistenceImpl.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<RatingsEntry> orderByComparator)
          Returns the last ratings entry in the ordered set where uuid = ? and companyId = ?.
 RatingsEntry[] RatingsEntryPersistenceImpl.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 = ?.
 RatingsEntry RatingsEntryPersistenceImpl.findByUuid_First(String uuid, OrderByComparator<RatingsEntry> orderByComparator)
          Returns the first ratings entry in the ordered set where uuid = ?.
 RatingsEntry RatingsEntryPersistenceImpl.findByUuid_Last(String uuid, OrderByComparator<RatingsEntry> orderByComparator)
          Returns the last ratings entry in the ordered set where uuid = ?.
 RatingsEntry[] RatingsEntryPersistenceImpl.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 = ?.
 RatingsEntry RatingsEntryPersistenceImpl.remove(long entryId)
          Removes the ratings entry with the primary key from the database.
 RatingsEntry RatingsEntryPersistenceImpl.remove(Serializable primaryKey)
          Removes the ratings entry with the primary key from the database.
 RatingsEntry RatingsEntryPersistenceImpl.removeByU_C_C(long userId, long classNameId, long classPK)
          Removes the ratings entry where userId = ? and classNameId = ? and classPK = ? from the database.
 


Liferay 7.0-ce-b4