Package | Description |
---|---|
com.liferay.ratings.kernel.service.persistence |
Modifier and Type | Method and Description |
---|---|
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_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_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_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_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_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_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_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_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_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_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.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.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.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_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_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_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_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_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_First(String uuid,
OrderByComparator<RatingsEntry> orderByComparator)
Returns the first ratings entry in the ordered set where uuid = ?.
|
RatingsEntry |
RatingsEntryPersistence.findByUuid_First(String uuid,
OrderByComparator<RatingsEntry> orderByComparator)
Returns the first 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_Last(String uuid,
OrderByComparator<RatingsEntry> orderByComparator)
Returns the last 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.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.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.
|