Modifier and Type | Method and Description |
---|---|
Map<String,List<RatingsEntry>> |
PortletDataContext.getRatingsEntries()
Deprecated.
As of Wilberforce (7.0.x), with no direct replacement
|
Modifier and Type | Method and Description |
---|---|
void |
PortletDataContext.addRatingsEntries(String className,
long classPK,
List<RatingsEntry> ratingsEntries)
Deprecated.
As of Wilberforce (7.0.x), replaced by
BaseStagedModelDataHandler.exportRatings(PortletDataContext,
StagedModel) |
Modifier and Type | Method and Description |
---|---|
RatingsEntry |
DiscussionComment.getRatingsEntry() |
Modifier and Type | Class and Description |
---|---|
class |
RatingsEntryWrapper
This class is a wrapper for
RatingsEntry . |
Modifier and Type | Field and Description |
---|---|
static Accessor<RatingsEntry,Long> |
RatingsEntry.ENTRY_ID_ACCESSOR |
Modifier and Type | Method and Description |
---|---|
RatingsEntry |
RatingsEntryWrapper.getWrappedModel() |
RatingsEntry |
RatingsEntryModel.toEscapedModel() |
RatingsEntry |
RatingsEntryWrapper.toEscapedModel() |
RatingsEntry |
RatingsEntryModel.toUnescapedModel() |
RatingsEntry |
RatingsEntryWrapper.toUnescapedModel() |
Modifier and Type | Method and Description |
---|---|
CacheModel<RatingsEntry> |
RatingsEntryModel.toCacheModel() |
CacheModel<RatingsEntry> |
RatingsEntryWrapper.toCacheModel() |
Modifier and Type | Method and Description |
---|---|
int |
RatingsEntryModel.compareTo(RatingsEntry ratingsEntry) |
int |
RatingsEntryWrapper.compareTo(RatingsEntry ratingsEntry) |
static RatingsEntrySoap |
RatingsEntrySoap.toSoapModel(RatingsEntry model) |
static RatingsEntrySoap[] |
RatingsEntrySoap.toSoapModels(RatingsEntry[] models) |
static RatingsEntrySoap[][] |
RatingsEntrySoap.toSoapModels(RatingsEntry[][] models) |
Modifier and Type | Method and Description |
---|---|
static RatingsEntrySoap[] |
RatingsEntrySoap.toSoapModels(List<RatingsEntry> models) |
Constructor and Description |
---|
RatingsEntryWrapper(RatingsEntry ratingsEntry) |
Modifier and Type | Method and Description |
---|---|
static RatingsEntry |
RatingsEntryLocalServiceUtil.addRatingsEntry(RatingsEntry ratingsEntry)
Adds the ratings entry to the database.
|
RatingsEntry |
RatingsEntryLocalService.addRatingsEntry(RatingsEntry ratingsEntry)
Adds the ratings entry to the database.
|
RatingsEntry |
RatingsEntryLocalServiceWrapper.addRatingsEntry(RatingsEntry ratingsEntry)
Adds the ratings entry to the database.
|
static RatingsEntry |
RatingsEntryLocalServiceUtil.createRatingsEntry(long entryId)
Creates a new ratings entry with the primary key.
|
RatingsEntry |
RatingsEntryLocalService.createRatingsEntry(long entryId)
Creates a new ratings entry with the primary key.
|
RatingsEntry |
RatingsEntryLocalServiceWrapper.createRatingsEntry(long entryId)
Creates a new ratings entry with the primary key.
|
static RatingsEntry |
RatingsEntryLocalServiceUtil.deleteRatingsEntry(long entryId)
Deletes the ratings entry with the primary key from the database.
|
RatingsEntry |
RatingsEntryLocalService.deleteRatingsEntry(long entryId)
Deletes the ratings entry with the primary key from the database.
|
RatingsEntry |
RatingsEntryLocalServiceWrapper.deleteRatingsEntry(long entryId)
Deletes the ratings entry with the primary key from the database.
|
static RatingsEntry |
RatingsEntryLocalServiceUtil.deleteRatingsEntry(RatingsEntry ratingsEntry)
Deletes the ratings entry from the database.
|
RatingsEntry |
RatingsEntryLocalService.deleteRatingsEntry(RatingsEntry ratingsEntry)
Deletes the ratings entry from the database.
|
RatingsEntry |
RatingsEntryLocalServiceWrapper.deleteRatingsEntry(RatingsEntry ratingsEntry)
Deletes the ratings entry from the database.
|
static RatingsEntry |
RatingsEntryLocalServiceUtil.fetchEntry(long userId,
String className,
long classPK) |
RatingsEntry |
RatingsEntryLocalService.fetchEntry(long userId,
String className,
long classPK) |
RatingsEntry |
RatingsEntryLocalServiceWrapper.fetchEntry(long userId,
String className,
long classPK) |
static RatingsEntry |
RatingsEntryLocalServiceUtil.fetchRatingsEntry(long entryId) |
RatingsEntry |
RatingsEntryLocalService.fetchRatingsEntry(long entryId) |
RatingsEntry |
RatingsEntryLocalServiceWrapper.fetchRatingsEntry(long entryId) |
static RatingsEntry |
RatingsEntryLocalServiceUtil.fetchRatingsEntryByUuidAndCompanyId(String uuid,
long companyId)
Returns the ratings entry with the matching UUID and company.
|
RatingsEntry |
RatingsEntryLocalService.fetchRatingsEntryByUuidAndCompanyId(String uuid,
long companyId)
Returns the ratings entry with the matching UUID and company.
|
RatingsEntry |
RatingsEntryLocalServiceWrapper.fetchRatingsEntryByUuidAndCompanyId(String uuid,
long companyId)
Returns the ratings entry with the matching UUID and company.
|
static RatingsEntry |
RatingsEntryLocalServiceUtil.getEntry(long userId,
String className,
long classPK) |
RatingsEntry |
RatingsEntryLocalService.getEntry(long userId,
String className,
long classPK) |
RatingsEntry |
RatingsEntryLocalServiceWrapper.getEntry(long userId,
String className,
long classPK) |
static RatingsEntry |
RatingsEntryLocalServiceUtil.getRatingsEntry(long entryId)
Returns the ratings entry with the primary key.
|
RatingsEntry |
RatingsEntryLocalService.getRatingsEntry(long entryId)
Returns the ratings entry with the primary key.
|
RatingsEntry |
RatingsEntryLocalServiceWrapper.getRatingsEntry(long entryId)
Returns the ratings entry with the primary key.
|
static RatingsEntry |
RatingsEntryLocalServiceUtil.getRatingsEntryByUuidAndCompanyId(String uuid,
long companyId)
Returns the ratings entry with the matching UUID and company.
|
RatingsEntry |
RatingsEntryLocalService.getRatingsEntryByUuidAndCompanyId(String uuid,
long companyId)
Returns the ratings entry with the matching UUID and company.
|
RatingsEntry |
RatingsEntryLocalServiceWrapper.getRatingsEntryByUuidAndCompanyId(String uuid,
long companyId)
Returns the ratings entry with the matching UUID and company.
|
static RatingsEntry |
RatingsEntryLocalServiceUtil.updateEntry(long userId,
String className,
long classPK,
double score,
ServiceContext serviceContext) |
RatingsEntry |
RatingsEntryLocalService.updateEntry(long userId,
String className,
long classPK,
double score,
ServiceContext serviceContext) |
RatingsEntry |
RatingsEntryLocalServiceWrapper.updateEntry(long userId,
String className,
long classPK,
double score,
ServiceContext serviceContext) |
RatingsEntry |
RatingsEntryServiceWrapper.updateEntry(String className,
long classPK,
double score) |
RatingsEntry |
RatingsEntryService.updateEntry(String className,
long classPK,
double score) |
static RatingsEntry |
RatingsEntryServiceUtil.updateEntry(String className,
long classPK,
double score) |
static RatingsEntry |
RatingsEntryLocalServiceUtil.updateRatingsEntry(RatingsEntry ratingsEntry)
Updates the ratings entry in the database or adds it if it does not yet exist.
|
RatingsEntry |
RatingsEntryLocalService.updateRatingsEntry(RatingsEntry ratingsEntry)
Updates the ratings entry in the database or adds it if it does not yet exist.
|
RatingsEntry |
RatingsEntryLocalServiceWrapper.updateRatingsEntry(RatingsEntry ratingsEntry)
Updates the ratings entry in the database or adds it if it does not yet exist.
|
Modifier and Type | Method and Description |
---|---|
static List<RatingsEntry> |
RatingsEntryLocalServiceUtil.getEntries(long userId,
String className,
List<Long> classPKs)
Deprecated.
As of Judson (7.1.x), with no direct replacement
|
List<RatingsEntry> |
RatingsEntryLocalService.getEntries(long userId,
String className,
List<Long> classPKs)
Deprecated.
As of Judson (7.1.x), with no direct replacement
|
List<RatingsEntry> |
RatingsEntryLocalServiceWrapper.getEntries(long userId,
String className,
List<Long> classPKs)
Deprecated.
As of Judson (7.1.x), with no direct replacement
|
static Map<Long,RatingsEntry> |
RatingsEntryLocalServiceUtil.getEntries(long userId,
String className,
long[] classPKs) |
Map<Long,RatingsEntry> |
RatingsEntryLocalService.getEntries(long userId,
String className,
long[] classPKs) |
Map<Long,RatingsEntry> |
RatingsEntryLocalServiceWrapper.getEntries(long userId,
String className,
long[] classPKs) |
static List<RatingsEntry> |
RatingsEntryLocalServiceUtil.getEntries(String className,
long classPK) |
List<RatingsEntry> |
RatingsEntryLocalService.getEntries(String className,
long classPK) |
List<RatingsEntry> |
RatingsEntryLocalServiceWrapper.getEntries(String className,
long classPK) |
static List<RatingsEntry> |
RatingsEntryLocalServiceUtil.getEntries(String className,
long classPK,
double score) |
List<RatingsEntry> |
RatingsEntryLocalService.getEntries(String className,
long classPK,
double score) |
List<RatingsEntry> |
RatingsEntryLocalServiceWrapper.getEntries(String className,
long classPK,
double score) |
static List<RatingsEntry> |
RatingsEntryLocalServiceUtil.getRatingsEntries(int start,
int end)
Returns a range of all the ratings entries.
|
List<RatingsEntry> |
RatingsEntryLocalService.getRatingsEntries(int start,
int end)
Returns a range of all the ratings entries.
|
List<RatingsEntry> |
RatingsEntryLocalServiceWrapper.getRatingsEntries(int start,
int end)
Returns a range of all the ratings entries.
|
Modifier and Type | Method and Description |
---|---|
static RatingsEntry |
RatingsEntryLocalServiceUtil.addRatingsEntry(RatingsEntry ratingsEntry)
Adds the ratings entry to the database.
|
RatingsEntry |
RatingsEntryLocalService.addRatingsEntry(RatingsEntry ratingsEntry)
Adds the ratings entry to the database.
|
RatingsEntry |
RatingsEntryLocalServiceWrapper.addRatingsEntry(RatingsEntry ratingsEntry)
Adds the ratings entry to the database.
|
static void |
RatingsEntryLocalServiceUtil.deleteEntry(RatingsEntry entry,
long userId,
String className,
long classPK) |
void |
RatingsEntryLocalService.deleteEntry(RatingsEntry entry,
long userId,
String className,
long classPK) |
void |
RatingsEntryLocalServiceWrapper.deleteEntry(RatingsEntry entry,
long userId,
String className,
long classPK) |
static RatingsEntry |
RatingsEntryLocalServiceUtil.deleteRatingsEntry(RatingsEntry ratingsEntry)
Deletes the ratings entry from the database.
|
RatingsEntry |
RatingsEntryLocalService.deleteRatingsEntry(RatingsEntry ratingsEntry)
Deletes the ratings entry from the database.
|
RatingsEntry |
RatingsEntryLocalServiceWrapper.deleteRatingsEntry(RatingsEntry ratingsEntry)
Deletes the ratings entry from the database.
|
static RatingsEntry |
RatingsEntryLocalServiceUtil.updateRatingsEntry(RatingsEntry ratingsEntry)
Updates the ratings entry in the database or adds it if it does not yet exist.
|
RatingsEntry |
RatingsEntryLocalService.updateRatingsEntry(RatingsEntry ratingsEntry)
Updates the ratings entry in the database or adds it if it does not yet exist.
|
RatingsEntry |
RatingsEntryLocalServiceWrapper.updateRatingsEntry(RatingsEntry ratingsEntry)
Updates the ratings entry in the database or adds it if it does not yet exist.
|
Modifier and Type | Method and Description |
---|---|
static RatingsEntry |
RatingsEntryUtil.create(long entryId)
Creates a new ratings entry with the primary key.
|
RatingsEntry |
RatingsEntryPersistence.create(long entryId)
Creates a new ratings entry with the primary key.
|
static RatingsEntry |
RatingsEntryUtil.fetchByC_C_First(long classNameId,
long classPK,
OrderByComparator<RatingsEntry> orderByComparator)
Returns the first ratings entry in the ordered set where classNameId = ? and classPK = ?.
|
RatingsEntry |
RatingsEntryPersistence.fetchByC_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.fetchByC_C_Last(long classNameId,
long classPK,
OrderByComparator<RatingsEntry> orderByComparator)
Returns the last ratings entry in the ordered set where classNameId = ? and classPK = ?.
|
RatingsEntry |
RatingsEntryPersistence.fetchByC_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.fetchByC_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.fetchByC_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.fetchByC_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.fetchByC_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.fetchByPrimaryKey(long entryId)
Returns the ratings entry with the primary key or returns
null if it could not be found. |
RatingsEntry |
RatingsEntryPersistence.fetchByPrimaryKey(long entryId)
Returns the ratings entry with the primary key or returns
null if it could not be found. |
static RatingsEntry |
RatingsEntryUtil.fetchByU_C_C(long userId,
long classNameId,
long classPK)
Returns the ratings entry where userId = ? and classNameId = ? and classPK = ? or returns
null if it could not be found. |
RatingsEntry |
RatingsEntryPersistence.fetchByU_C_C(long userId,
long classNameId,
long classPK)
Returns the ratings entry where userId = ? and classNameId = ? and classPK = ? or returns
null if it could not be found. |
static RatingsEntry |
RatingsEntryUtil.fetchByU_C_C(long userId,
long classNameId,
long classPK,
boolean retrieveFromCache)
Returns the ratings entry where userId = ? and classNameId = ? and classPK = ? or returns
null if it could not be found, optionally using the finder cache. |
RatingsEntry |
RatingsEntryPersistence.fetchByU_C_C(long userId,
long classNameId,
long classPK,
boolean retrieveFromCache)
Returns the ratings entry where userId = ? and classNameId = ? and classPK = ? or returns
null if it could not be found, optionally using the finder cache. |
static RatingsEntry |
RatingsEntryUtil.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<RatingsEntry> orderByComparator)
Returns the first ratings entry in the ordered set where uuid = ? and companyId = ?.
|
RatingsEntry |
RatingsEntryPersistence.fetchByUuid_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.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<RatingsEntry> orderByComparator)
Returns the last ratings entry in the ordered set where uuid = ? and companyId = ?.
|
RatingsEntry |
RatingsEntryPersistence.fetchByUuid_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.fetchByUuid_First(String uuid,
OrderByComparator<RatingsEntry> orderByComparator)
Returns the first ratings entry in the ordered set where uuid = ?.
|
RatingsEntry |
RatingsEntryPersistence.fetchByUuid_First(String uuid,
OrderByComparator<RatingsEntry> orderByComparator)
Returns the first ratings entry in the ordered set where uuid = ?.
|
static RatingsEntry |
RatingsEntryUtil.fetchByUuid_Last(String uuid,
OrderByComparator<RatingsEntry> orderByComparator)
Returns the last ratings entry in the ordered set where uuid = ?.
|
RatingsEntry |
RatingsEntryPersistence.fetchByUuid_Last(String uuid,
OrderByComparator<RatingsEntry> orderByComparator)
Returns the last ratings entry in the ordered set where uuid = ?.
|
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.
|
static RatingsEntry |
RatingsEntryUtil.update(RatingsEntry ratingsEntry) |
static RatingsEntry |
RatingsEntryUtil.update(RatingsEntry ratingsEntry,
ServiceContext serviceContext) |
static RatingsEntry |
RatingsEntryUtil.updateImpl(RatingsEntry ratingsEntry) |
RatingsEntry |
RatingsEntryPersistence.updateImpl(RatingsEntry ratingsEntry) |
Modifier and Type | Method and Description |
---|---|
static Map<Serializable,RatingsEntry> |
RatingsEntryUtil.fetchByPrimaryKeys(Set<Serializable> primaryKeys) |
Map<Serializable,RatingsEntry> |
RatingsEntryFinder.fetchByPrimaryKeys(Set<Serializable> primaryKeys)
Deprecated.
|
Map<Serializable,RatingsEntry> |
RatingsEntryPersistence.fetchByPrimaryKeys(Set<Serializable> primaryKeys) |
static Map<Serializable,RatingsEntry> |
RatingsEntryFinderUtil.fetchByPrimaryKeys(Set<Serializable> primaryKeys)
Deprecated.
|
static List<RatingsEntry> |
RatingsEntryUtil.findAll()
Returns all the ratings entries.
|
List<RatingsEntry> |
RatingsEntryPersistence.findAll()
Returns all the ratings entries.
|
static List<RatingsEntry> |
RatingsEntryUtil.findAll(int start,
int end)
Returns a range of all the ratings entries.
|
List<RatingsEntry> |
RatingsEntryPersistence.findAll(int start,
int end)
Returns a range of all the ratings entries.
|
static List<RatingsEntry> |
RatingsEntryUtil.findAll(int start,
int end,
OrderByComparator<RatingsEntry> orderByComparator)
Returns an ordered range of all the ratings entries.
|
List<RatingsEntry> |
RatingsEntryPersistence.findAll(int start,
int end,
OrderByComparator<RatingsEntry> orderByComparator)
Returns an ordered range of all the ratings entries.
|
static List<RatingsEntry> |
RatingsEntryUtil.findAll(int start,
int end,
OrderByComparator<RatingsEntry> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the ratings entries.
|
List<RatingsEntry> |
RatingsEntryPersistence.findAll(int start,
int end,
OrderByComparator<RatingsEntry> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the ratings entries.
|
static List<RatingsEntry> |
RatingsEntryUtil.findByC_C_S(long classNameId,
long classPK,
double score)
Returns all the ratings entries where classNameId = ? and classPK = ? and score = ?.
|
List<RatingsEntry> |
RatingsEntryPersistence.findByC_C_S(long classNameId,
long classPK,
double score)
Returns all the ratings entries where classNameId = ? and classPK = ? and score = ?.
|
static List<RatingsEntry> |
RatingsEntryUtil.findByC_C_S(long classNameId,
long classPK,
double score,
int start,
int end)
Returns a range of all the ratings entries where classNameId = ? and classPK = ? and score = ?.
|
List<RatingsEntry> |
RatingsEntryPersistence.findByC_C_S(long classNameId,
long classPK,
double score,
int start,
int end)
Returns a range of all the ratings entries where classNameId = ? and classPK = ? and score = ?.
|
static List<RatingsEntry> |
RatingsEntryUtil.findByC_C_S(long classNameId,
long classPK,
double score,
int start,
int end,
OrderByComparator<RatingsEntry> orderByComparator)
Returns an ordered range of all the ratings entries where classNameId = ? and classPK = ? and score = ?.
|
List<RatingsEntry> |
RatingsEntryPersistence.findByC_C_S(long classNameId,
long classPK,
double score,
int start,
int end,
OrderByComparator<RatingsEntry> orderByComparator)
Returns an ordered range of all the ratings entries where classNameId = ? and classPK = ? and score = ?.
|
static List<RatingsEntry> |
RatingsEntryUtil.findByC_C_S(long classNameId,
long classPK,
double score,
int start,
int end,
OrderByComparator<RatingsEntry> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the ratings entries where classNameId = ? and classPK = ? and score = ?.
|
List<RatingsEntry> |
RatingsEntryPersistence.findByC_C_S(long classNameId,
long classPK,
double score,
int start,
int end,
OrderByComparator<RatingsEntry> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the ratings entries where classNameId = ? and classPK = ? and score = ?.
|
static List<RatingsEntry> |
RatingsEntryUtil.findByC_C(long classNameId,
long classPK)
Returns all the ratings entries where classNameId = ? and classPK = ?.
|
List<RatingsEntry> |
RatingsEntryPersistence.findByC_C(long classNameId,
long classPK)
Returns all the ratings entries where classNameId = ? and classPK = ?.
|
static List<RatingsEntry> |
RatingsEntryUtil.findByC_C(long classNameId,
long classPK,
int start,
int end)
Returns a range of all the ratings entries where classNameId = ? and classPK = ?.
|
List<RatingsEntry> |
RatingsEntryPersistence.findByC_C(long classNameId,
long classPK,
int start,
int end)
Returns a range of all the ratings entries where classNameId = ? and classPK = ?.
|
static List<RatingsEntry> |
RatingsEntryUtil.findByC_C(long classNameId,
long classPK,
int start,
int end,
OrderByComparator<RatingsEntry> orderByComparator)
Returns an ordered range of all the ratings entries where classNameId = ? and classPK = ?.
|
List<RatingsEntry> |
RatingsEntryPersistence.findByC_C(long classNameId,
long classPK,
int start,
int end,
OrderByComparator<RatingsEntry> orderByComparator)
Returns an ordered range of all the ratings entries where classNameId = ? and classPK = ?.
|
static List<RatingsEntry> |
RatingsEntryUtil.findByC_C(long classNameId,
long classPK,
int start,
int end,
OrderByComparator<RatingsEntry> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the ratings entries where classNameId = ? and classPK = ?.
|
List<RatingsEntry> |
RatingsEntryPersistence.findByC_C(long classNameId,
long classPK,
int start,
int end,
OrderByComparator<RatingsEntry> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the ratings entries where classNameId = ? and classPK = ?.
|
List<RatingsEntry> |
RatingsEntryFinder.findByU_C_C(long userId,
long classNameId,
List<Long> classPKs)
Deprecated.
|
static List<RatingsEntry> |
RatingsEntryFinderUtil.findByU_C_C(long userId,
long classNameId,
List<Long> classPKs)
Deprecated.
|
static List<RatingsEntry> |
RatingsEntryUtil.findByU_C_C(long userId,
long classNameId,
long[] classPKs)
Returns all the ratings entries where userId = ? and classNameId = ? and classPK = any ?.
|
List<RatingsEntry> |
RatingsEntryPersistence.findByU_C_C(long userId,
long classNameId,
long[] classPKs)
Returns all the ratings entries where userId = ? and classNameId = ? and classPK = any ?.
|
static List<RatingsEntry> |
RatingsEntryUtil.findByU_C_C(long userId,
long classNameId,
long[] classPKs,
int start,
int end)
Returns a range of all the ratings entries where userId = ? and classNameId = ? and classPK = any ?.
|
List<RatingsEntry> |
RatingsEntryPersistence.findByU_C_C(long userId,
long classNameId,
long[] classPKs,
int start,
int end)
Returns a range of all the ratings entries where userId = ? and classNameId = ? and classPK = any ?.
|
static List<RatingsEntry> |
RatingsEntryUtil.findByU_C_C(long userId,
long classNameId,
long[] classPKs,
int start,
int end,
OrderByComparator<RatingsEntry> orderByComparator)
Returns an ordered range of all the ratings entries where userId = ? and classNameId = ? and classPK = any ?.
|
List<RatingsEntry> |
RatingsEntryPersistence.findByU_C_C(long userId,
long classNameId,
long[] classPKs,
int start,
int end,
OrderByComparator<RatingsEntry> orderByComparator)
Returns an ordered range of all the ratings entries where userId = ? and classNameId = ? and classPK = any ?.
|
static List<RatingsEntry> |
RatingsEntryUtil.findByU_C_C(long userId,
long classNameId,
long[] classPKs,
int start,
int end,
OrderByComparator<RatingsEntry> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the ratings entries where userId = ? and classNameId = ? and classPK = ?, optionally using the finder cache.
|
List<RatingsEntry> |
RatingsEntryPersistence.findByU_C_C(long userId,
long classNameId,
long[] classPKs,
int start,
int end,
OrderByComparator<RatingsEntry> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the ratings entries where userId = ? and classNameId = ? and classPK = ?, optionally using the finder cache.
|
static List<RatingsEntry> |
RatingsEntryUtil.findByUuid_C(String uuid,
long companyId)
Returns all the ratings entries where uuid = ? and companyId = ?.
|
List<RatingsEntry> |
RatingsEntryPersistence.findByUuid_C(String uuid,
long companyId)
Returns all the ratings entries where uuid = ? and companyId = ?.
|
static List<RatingsEntry> |
RatingsEntryUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end)
Returns a range of all the ratings entries where uuid = ? and companyId = ?.
|
List<RatingsEntry> |
RatingsEntryPersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end)
Returns a range of all the ratings entries where uuid = ? and companyId = ?.
|
static List<RatingsEntry> |
RatingsEntryUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<RatingsEntry> orderByComparator)
Returns an ordered range of all the ratings entries where uuid = ? and companyId = ?.
|
List<RatingsEntry> |
RatingsEntryPersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<RatingsEntry> orderByComparator)
Returns an ordered range of all the ratings entries where uuid = ? and companyId = ?.
|
static List<RatingsEntry> |
RatingsEntryUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<RatingsEntry> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the ratings entries where uuid = ? and companyId = ?.
|
List<RatingsEntry> |
RatingsEntryPersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<RatingsEntry> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the ratings entries where uuid = ? and companyId = ?.
|
static List<RatingsEntry> |
RatingsEntryUtil.findByUuid(String uuid)
Returns all the ratings entries where uuid = ?.
|
List<RatingsEntry> |
RatingsEntryPersistence.findByUuid(String uuid)
Returns all the ratings entries where uuid = ?.
|
static List<RatingsEntry> |
RatingsEntryUtil.findByUuid(String uuid,
int start,
int end)
Returns a range of all the ratings entries where uuid = ?.
|
List<RatingsEntry> |
RatingsEntryPersistence.findByUuid(String uuid,
int start,
int end)
Returns a range of all the ratings entries where uuid = ?.
|
static List<RatingsEntry> |
RatingsEntryUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator<RatingsEntry> orderByComparator)
Returns an ordered range of all the ratings entries where uuid = ?.
|
List<RatingsEntry> |
RatingsEntryPersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator<RatingsEntry> orderByComparator)
Returns an ordered range of all the ratings entries where uuid = ?.
|
static List<RatingsEntry> |
RatingsEntryUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator<RatingsEntry> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the ratings entries where uuid = ?.
|
List<RatingsEntry> |
RatingsEntryPersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator<RatingsEntry> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the ratings entries where uuid = ?.
|
static List<RatingsEntry> |
RatingsEntryUtil.findWithDynamicQuery(DynamicQuery dynamicQuery) |
static List<RatingsEntry> |
RatingsEntryUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end) |
static List<RatingsEntry> |
RatingsEntryUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<RatingsEntry> orderByComparator) |
Modifier and Type | Method and Description |
---|---|
static void |
RatingsEntryUtil.cacheResult(RatingsEntry ratingsEntry)
Caches the ratings entry in the entity cache if it is enabled.
|
void |
RatingsEntryPersistence.cacheResult(RatingsEntry ratingsEntry)
Caches the ratings entry in the entity cache if it is enabled.
|
static void |
RatingsEntryUtil.clearCache(RatingsEntry ratingsEntry) |
static RatingsEntry |
RatingsEntryUtil.update(RatingsEntry ratingsEntry) |
static RatingsEntry |
RatingsEntryUtil.update(RatingsEntry ratingsEntry,
ServiceContext serviceContext) |
static RatingsEntry |
RatingsEntryUtil.updateImpl(RatingsEntry ratingsEntry) |
RatingsEntry |
RatingsEntryPersistence.updateImpl(RatingsEntry ratingsEntry) |
Modifier and Type | Method and Description |
---|---|
static void |
RatingsEntryUtil.cacheResult(List<RatingsEntry> ratingsEntries)
Caches the ratings entries in the entity cache if it is enabled.
|
void |
RatingsEntryPersistence.cacheResult(List<RatingsEntry> ratingsEntries)
Caches the ratings entries in the entity cache if it is enabled.
|
static RatingsEntry |
RatingsEntryUtil.fetchByC_C_First(long classNameId,
long classPK,
OrderByComparator<RatingsEntry> orderByComparator)
Returns the first ratings entry in the ordered set where classNameId = ? and classPK = ?.
|
RatingsEntry |
RatingsEntryPersistence.fetchByC_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.fetchByC_C_Last(long classNameId,
long classPK,
OrderByComparator<RatingsEntry> orderByComparator)
Returns the last ratings entry in the ordered set where classNameId = ? and classPK = ?.
|
RatingsEntry |
RatingsEntryPersistence.fetchByC_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.fetchByC_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.fetchByC_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.fetchByC_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.fetchByC_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.fetchByUuid_C_First(String uuid,
long companyId,
OrderByComparator<RatingsEntry> orderByComparator)
Returns the first ratings entry in the ordered set where uuid = ? and companyId = ?.
|
RatingsEntry |
RatingsEntryPersistence.fetchByUuid_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.fetchByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<RatingsEntry> orderByComparator)
Returns the last ratings entry in the ordered set where uuid = ? and companyId = ?.
|
RatingsEntry |
RatingsEntryPersistence.fetchByUuid_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.fetchByUuid_First(String uuid,
OrderByComparator<RatingsEntry> orderByComparator)
Returns the first ratings entry in the ordered set where uuid = ?.
|
RatingsEntry |
RatingsEntryPersistence.fetchByUuid_First(String uuid,
OrderByComparator<RatingsEntry> orderByComparator)
Returns the first ratings entry in the ordered set where uuid = ?.
|
static RatingsEntry |
RatingsEntryUtil.fetchByUuid_Last(String uuid,
OrderByComparator<RatingsEntry> orderByComparator)
Returns the last ratings entry in the ordered set where uuid = ?.
|
RatingsEntry |
RatingsEntryPersistence.fetchByUuid_Last(String uuid,
OrderByComparator<RatingsEntry> orderByComparator)
Returns the last ratings entry in the ordered set where uuid = ?.
|
static List<RatingsEntry> |
RatingsEntryUtil.findAll(int start,
int end,
OrderByComparator<RatingsEntry> orderByComparator)
Returns an ordered range of all the ratings entries.
|
List<RatingsEntry> |
RatingsEntryPersistence.findAll(int start,
int end,
OrderByComparator<RatingsEntry> orderByComparator)
Returns an ordered range of all the ratings entries.
|
static List<RatingsEntry> |
RatingsEntryUtil.findAll(int start,
int end,
OrderByComparator<RatingsEntry> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the ratings entries.
|
List<RatingsEntry> |
RatingsEntryPersistence.findAll(int start,
int end,
OrderByComparator<RatingsEntry> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the ratings entries.
|
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 List<RatingsEntry> |
RatingsEntryUtil.findByC_C_S(long classNameId,
long classPK,
double score,
int start,
int end,
OrderByComparator<RatingsEntry> orderByComparator)
Returns an ordered range of all the ratings entries where classNameId = ? and classPK = ? and score = ?.
|
List<RatingsEntry> |
RatingsEntryPersistence.findByC_C_S(long classNameId,
long classPK,
double score,
int start,
int end,
OrderByComparator<RatingsEntry> orderByComparator)
Returns an ordered range of all the ratings entries where classNameId = ? and classPK = ? and score = ?.
|
static List<RatingsEntry> |
RatingsEntryUtil.findByC_C_S(long classNameId,
long classPK,
double score,
int start,
int end,
OrderByComparator<RatingsEntry> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the ratings entries where classNameId = ? and classPK = ? and score = ?.
|
List<RatingsEntry> |
RatingsEntryPersistence.findByC_C_S(long classNameId,
long classPK,
double score,
int start,
int end,
OrderByComparator<RatingsEntry> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the ratings entries where classNameId = ? and classPK = ? and score = ?.
|
static List<RatingsEntry> |
RatingsEntryUtil.findByC_C(long classNameId,
long classPK,
int start,
int end,
OrderByComparator<RatingsEntry> orderByComparator)
Returns an ordered range of all the ratings entries where classNameId = ? and classPK = ?.
|
List<RatingsEntry> |
RatingsEntryPersistence.findByC_C(long classNameId,
long classPK,
int start,
int end,
OrderByComparator<RatingsEntry> orderByComparator)
Returns an ordered range of all the ratings entries where classNameId = ? and classPK = ?.
|
static List<RatingsEntry> |
RatingsEntryUtil.findByC_C(long classNameId,
long classPK,
int start,
int end,
OrderByComparator<RatingsEntry> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the ratings entries where classNameId = ? and classPK = ?.
|
List<RatingsEntry> |
RatingsEntryPersistence.findByC_C(long classNameId,
long classPK,
int start,
int end,
OrderByComparator<RatingsEntry> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the ratings entries where classNameId = ? and classPK = ?.
|
static List<RatingsEntry> |
RatingsEntryUtil.findByU_C_C(long userId,
long classNameId,
long[] classPKs,
int start,
int end,
OrderByComparator<RatingsEntry> orderByComparator)
Returns an ordered range of all the ratings entries where userId = ? and classNameId = ? and classPK = any ?.
|
List<RatingsEntry> |
RatingsEntryPersistence.findByU_C_C(long userId,
long classNameId,
long[] classPKs,
int start,
int end,
OrderByComparator<RatingsEntry> orderByComparator)
Returns an ordered range of all the ratings entries where userId = ? and classNameId = ? and classPK = any ?.
|
static List<RatingsEntry> |
RatingsEntryUtil.findByU_C_C(long userId,
long classNameId,
long[] classPKs,
int start,
int end,
OrderByComparator<RatingsEntry> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the ratings entries where userId = ? and classNameId = ? and classPK = ?, optionally using the finder cache.
|
List<RatingsEntry> |
RatingsEntryPersistence.findByU_C_C(long userId,
long classNameId,
long[] classPKs,
int start,
int end,
OrderByComparator<RatingsEntry> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the ratings entries where userId = ? and classNameId = ? and classPK = ?, optionally using the finder cache.
|
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 List<RatingsEntry> |
RatingsEntryUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<RatingsEntry> orderByComparator)
Returns an ordered range of all the ratings entries where uuid = ? and companyId = ?.
|
List<RatingsEntry> |
RatingsEntryPersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<RatingsEntry> orderByComparator)
Returns an ordered range of all the ratings entries where uuid = ? and companyId = ?.
|
static List<RatingsEntry> |
RatingsEntryUtil.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<RatingsEntry> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the ratings entries where uuid = ? and companyId = ?.
|
List<RatingsEntry> |
RatingsEntryPersistence.findByUuid_C(String uuid,
long companyId,
int start,
int end,
OrderByComparator<RatingsEntry> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the ratings entries 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 List<RatingsEntry> |
RatingsEntryUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator<RatingsEntry> orderByComparator)
Returns an ordered range of all the ratings entries where uuid = ?.
|
List<RatingsEntry> |
RatingsEntryPersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator<RatingsEntry> orderByComparator)
Returns an ordered range of all the ratings entries where uuid = ?.
|
static List<RatingsEntry> |
RatingsEntryUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator<RatingsEntry> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the ratings entries where uuid = ?.
|
List<RatingsEntry> |
RatingsEntryPersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator<RatingsEntry> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the ratings entries where uuid = ?.
|
static List<RatingsEntry> |
RatingsEntryUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<RatingsEntry> orderByComparator) |
Modifier and Type | Method and Description |
---|---|
ActionableDynamicQuery.PerformActionMethod<RatingsEntry> |
RatingsDataTransformer.transformRatingsData(RatingsType fromRatingsType,
RatingsType toRatingsType)
Defines the transformations to be applied on a ratings entry when the
ratings type is changed from the previous ratings type to the new ratings
type.
|