|
Liferay 6.0.5 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
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)
Finds the first ratings entry in the ordered set where classNameId = ? and classPK = ?. |
RatingsEntry |
RatingsEntryPersistence.findByC_C_First(long classNameId,
long classPK,
OrderByComparator orderByComparator)
Finds the first ratings entry in the ordered set where classNameId = ? and classPK = ?. |
RatingsEntry |
RatingsEntryPersistenceImpl.findByC_C_First(long classNameId,
long classPK,
OrderByComparator orderByComparator)
Finds the first ratings entry in the ordered set where classNameId = ? and classPK = ?. |
static RatingsEntry |
RatingsEntryUtil.findByC_C_Last(long classNameId,
long classPK,
OrderByComparator orderByComparator)
Finds the last ratings entry in the ordered set where classNameId = ? and classPK = ?. |
RatingsEntry |
RatingsEntryPersistence.findByC_C_Last(long classNameId,
long classPK,
OrderByComparator orderByComparator)
Finds the last ratings entry in the ordered set where classNameId = ? and classPK = ?. |
RatingsEntry |
RatingsEntryPersistenceImpl.findByC_C_Last(long classNameId,
long classPK,
OrderByComparator orderByComparator)
Finds 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)
Finds 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)
Finds the ratings entries before and after the current ratings entry in the ordered set where classNameId = ? and classPK = ?. |
RatingsEntry[] |
RatingsEntryPersistenceImpl.findByC_C_PrevAndNext(long entryId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Finds the ratings entries before and after the current ratings entry in the ordered set where classNameId = ? and classPK = ?. |
static RatingsEntry |
RatingsEntryUtil.findByPrimaryKey(long entryId)
Finds the ratings entry with the primary key or throws a NoSuchEntryException if it could not be found. |
RatingsEntry |
RatingsEntryPersistence.findByPrimaryKey(long entryId)
Finds the ratings entry with the primary key or throws a NoSuchEntryException if it could not be found. |
RatingsEntry |
RatingsEntryPersistenceImpl.findByPrimaryKey(long entryId)
Finds 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)
Finds 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)
Finds the ratings entry where userId = ? and classNameId = ? and classPK = ? or throws a NoSuchEntryException if it could not be found. |
RatingsEntry |
RatingsEntryPersistenceImpl.findByU_C_C(long userId,
long classNameId,
long classPK)
Finds 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. |
RatingsEntry |
RatingsEntryPersistenceImpl.remove(long entryId)
Removes the ratings entry with the primary key from the database. |
static void |
RatingsEntryUtil.removeByU_C_C(long userId,
long classNameId,
long classPK)
Removes the ratings entry where userId = ? and classNameId = ? and classPK = ? from the database. |
void |
RatingsEntryPersistence.removeByU_C_C(long userId,
long classNameId,
long classPK)
Removes the ratings entry where userId = ? and classNameId = ? and classPK = ? from the database. |
void |
RatingsEntryPersistenceImpl.removeByU_C_C(long userId,
long classNameId,
long classPK)
Removes the ratings entry where userId = ? and classNameId = ? and classPK = ? from the database. |
|
Liferay 6.0.5 | |||||||||
PREV NEXT | FRAMES NO FRAMES |