Uses of Interface
com.liferay.ratings.kernel.model.RatingsEntry
Packages that use RatingsEntry
Package
Description
-
Uses of RatingsEntry in com.liferay.portal.kernel.comment
Methods in com.liferay.portal.kernel.comment that return RatingsEntry -
Uses of RatingsEntry in com.liferay.ratings.kernel.model
Classes in com.liferay.ratings.kernel.model that implement RatingsEntryFields in com.liferay.ratings.kernel.model with type parameters of type RatingsEntryModifier and TypeFieldDescriptionstatic final Accessor<RatingsEntry,
Long> RatingsEntry.ENTRY_ID_ACCESSOR
Methods in com.liferay.ratings.kernel.model that return RatingsEntryModifier and TypeMethodDescriptionRatingsEntryModel.cloneWithOriginalValues()
RatingsEntryWrapper.cloneWithOriginalValues()
Methods in com.liferay.ratings.kernel.model that return types with arguments of type RatingsEntryModifier and TypeMethodDescriptionRatingsEntryWrapper.getAttributeGetterFunctions()
RatingsEntryWrapper.getAttributeSetterBiConsumers()
Methods in com.liferay.ratings.kernel.model with parameters of type RatingsEntryModifier and TypeMethodDescriptionprotected RatingsEntryWrapper
RatingsEntryWrapper.wrap
(RatingsEntry ratingsEntry) Constructors in com.liferay.ratings.kernel.model with parameters of type RatingsEntry -
Uses of RatingsEntry in com.liferay.ratings.kernel.service
Methods in com.liferay.ratings.kernel.service that return RatingsEntryModifier and TypeMethodDescriptionRatingsEntryLocalService.addRatingsEntry
(RatingsEntry ratingsEntry) Adds the ratings entry to the database.static RatingsEntry
RatingsEntryLocalServiceUtil.addRatingsEntry
(RatingsEntry ratingsEntry) Adds the ratings entry to the database.RatingsEntryLocalServiceWrapper.addRatingsEntry
(RatingsEntry ratingsEntry) Adds the ratings entry to the database.RatingsEntryLocalService.createRatingsEntry
(long entryId) Creates a new ratings entry with the primary key.static RatingsEntry
RatingsEntryLocalServiceUtil.createRatingsEntry
(long entryId) Creates a new ratings entry with the primary key.RatingsEntryLocalServiceWrapper.createRatingsEntry
(long entryId) Creates a new ratings entry with the primary key.RatingsEntryLocalService.deleteRatingsEntry
(long entryId) Deletes the ratings entry with the primary key from the database.RatingsEntryLocalService.deleteRatingsEntry
(RatingsEntry ratingsEntry) Deletes the ratings entry from the database.static RatingsEntry
RatingsEntryLocalServiceUtil.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.RatingsEntryLocalServiceWrapper.deleteRatingsEntry
(long entryId) Deletes the ratings entry with the primary key from the database.RatingsEntryLocalServiceWrapper.deleteRatingsEntry
(RatingsEntry ratingsEntry) Deletes the ratings entry from the database.RatingsEntryLocalService.fetchEntry
(long userId, String className, long classPK) static RatingsEntry
RatingsEntryLocalServiceUtil.fetchEntry
(long userId, String className, long classPK) RatingsEntryLocalServiceWrapper.fetchEntry
(long userId, String className, long classPK) RatingsEntryLocalService.fetchRatingsEntry
(long entryId) static RatingsEntry
RatingsEntryLocalServiceUtil.fetchRatingsEntry
(long entryId) RatingsEntryLocalServiceWrapper.fetchRatingsEntry
(long entryId) RatingsEntryLocalService.fetchRatingsEntryByUuidAndCompanyId
(String uuid, long companyId) Returns the ratings entry with the matching UUID and company.static RatingsEntry
RatingsEntryLocalServiceUtil.fetchRatingsEntryByUuidAndCompanyId
(String uuid, long companyId) Returns the ratings entry with the matching UUID and company.RatingsEntryLocalServiceWrapper.fetchRatingsEntryByUuidAndCompanyId
(String uuid, long companyId) Returns the ratings entry with the matching UUID and company.static RatingsEntry
RatingsEntryLocalService.getRatingsEntry
(long entryId) Returns the ratings entry with the primary key.static RatingsEntry
RatingsEntryLocalServiceUtil.getRatingsEntry
(long entryId) Returns the ratings entry with the primary key.RatingsEntryLocalServiceWrapper.getRatingsEntry
(long entryId) Returns the ratings entry with the primary key.RatingsEntryLocalService.getRatingsEntryByUuidAndCompanyId
(String uuid, long companyId) Returns the ratings entry with the matching UUID and company.static RatingsEntry
RatingsEntryLocalServiceUtil.getRatingsEntryByUuidAndCompanyId
(String uuid, long companyId) Returns the ratings entry with the matching UUID and company.RatingsEntryLocalServiceWrapper.getRatingsEntryByUuidAndCompanyId
(String uuid, long companyId) Returns the ratings entry with the matching UUID and company.RatingsEntryLocalService.updateEntry
(long userId, String className, long classPK, double score, ServiceContext serviceContext) static RatingsEntry
RatingsEntryLocalServiceUtil.updateEntry
(long userId, String className, long classPK, double score, ServiceContext serviceContext) RatingsEntryLocalServiceWrapper.updateEntry
(long userId, String className, long classPK, double score, ServiceContext serviceContext) RatingsEntryService.updateEntry
(String className, long classPK, double score) static RatingsEntry
RatingsEntryServiceUtil.updateEntry
(String className, long classPK, double score) RatingsEntryServiceWrapper.updateEntry
(String className, long classPK, double score) RatingsEntryLocalService.updateRatingsEntry
(RatingsEntry ratingsEntry) Updates the ratings entry in the database or adds it if it does not yet exist.static RatingsEntry
RatingsEntryLocalServiceUtil.updateRatingsEntry
(RatingsEntry ratingsEntry) Updates the ratings entry in the database or adds it if it does not yet exist.RatingsEntryLocalServiceWrapper.updateRatingsEntry
(RatingsEntry ratingsEntry) Updates the ratings entry in the database or adds it if it does not yet exist.Methods in com.liferay.ratings.kernel.service that return types with arguments of type RatingsEntryModifier and TypeMethodDescriptionRatingsEntryLocalService.getCTPersistence()
RatingsEntryLocalServiceWrapper.getCTPersistence()
RatingsEntryLocalService.getEntries
(long userId, String className, long[] classPKs) RatingsEntryLocalService.getEntries
(String className, long classPK) RatingsEntryLocalService.getEntries
(String className, long classPK, double score) static Map<Long,
RatingsEntry> RatingsEntryLocalServiceUtil.getEntries
(long userId, String className, long[] classPKs) static List<RatingsEntry>
RatingsEntryLocalServiceUtil.getEntries
(String className, long classPK) static List<RatingsEntry>
RatingsEntryLocalServiceUtil.getEntries
(String className, long classPK, double score) RatingsEntryLocalServiceWrapper.getEntries
(long userId, String className, long[] classPKs) RatingsEntryLocalServiceWrapper.getEntries
(String className, long classPK) RatingsEntryLocalServiceWrapper.getEntries
(String className, long classPK, double score) RatingsEntryLocalService.getModelClass()
RatingsEntryLocalServiceWrapper.getModelClass()
RatingsEntryLocalService.getRatingsEntries
(int start, int end) Returns a range of all the ratings entries.static List<RatingsEntry>
RatingsEntryLocalServiceUtil.getRatingsEntries
(int start, int end) Returns a range of all the ratings entries.RatingsEntryLocalServiceWrapper.getRatingsEntries
(int start, int end) Returns a range of all the ratings entries.Methods in com.liferay.ratings.kernel.service with parameters of type RatingsEntryModifier and TypeMethodDescriptionRatingsEntryLocalService.addRatingsEntry
(RatingsEntry ratingsEntry) Adds the ratings entry to the database.static RatingsEntry
RatingsEntryLocalServiceUtil.addRatingsEntry
(RatingsEntry ratingsEntry) Adds the ratings entry to the database.RatingsEntryLocalServiceWrapper.addRatingsEntry
(RatingsEntry ratingsEntry) Adds the ratings entry to the database.void
RatingsEntryLocalService.deleteEntry
(RatingsEntry entry, long userId, String className, long classPK) static void
RatingsEntryLocalServiceUtil.deleteEntry
(RatingsEntry entry, long userId, String className, long classPK) void
RatingsEntryLocalServiceWrapper.deleteEntry
(RatingsEntry entry, long userId, String className, long classPK) RatingsEntryLocalService.deleteRatingsEntry
(RatingsEntry ratingsEntry) Deletes the ratings entry from the database.static RatingsEntry
RatingsEntryLocalServiceUtil.deleteRatingsEntry
(RatingsEntry ratingsEntry) Deletes the ratings entry from the database.RatingsEntryLocalServiceWrapper.deleteRatingsEntry
(RatingsEntry ratingsEntry) Deletes the ratings entry from the database.RatingsEntryLocalService.updateRatingsEntry
(RatingsEntry ratingsEntry) Updates the ratings entry in the database or adds it if it does not yet exist.static RatingsEntry
RatingsEntryLocalServiceUtil.updateRatingsEntry
(RatingsEntry ratingsEntry) Updates the ratings entry in the database or adds it if it does not yet exist.RatingsEntryLocalServiceWrapper.updateRatingsEntry
(RatingsEntry ratingsEntry) Updates the ratings entry in the database or adds it if it does not yet exist.Method parameters in com.liferay.ratings.kernel.service with type arguments of type RatingsEntryModifier and TypeMethodDescription<R,
E extends Throwable>
RRatingsEntryLocalService.updateWithUnsafeFunction
(com.liferay.petra.function.UnsafeFunction<CTPersistence<RatingsEntry>, R, E> updateUnsafeFunction) <R,
E extends Throwable>
RRatingsEntryLocalServiceWrapper.updateWithUnsafeFunction
(com.liferay.petra.function.UnsafeFunction<CTPersistence<RatingsEntry>, R, E> updateUnsafeFunction) -
Uses of RatingsEntry in com.liferay.ratings.kernel.service.persistence
Methods in com.liferay.ratings.kernel.service.persistence that return RatingsEntryModifier and TypeMethodDescriptionRatingsEntryPersistence.create
(long entryId) Creates a new ratings entry with the primary key.static RatingsEntry
RatingsEntryUtil.create
(long entryId) Creates a new ratings entry with the primary key.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_First
(long classNameId, long classPK, OrderByComparator<RatingsEntry> orderByComparator) Returns the first ratings entry in the ordered set where classNameId = ? and classPK = ?.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_Last
(long classNameId, long classPK, OrderByComparator<RatingsEntry> orderByComparator) Returns the last ratings entry in the ordered set where classNameId = ? and classPK = ?.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_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 = ?.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.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 = ?.RatingsEntryPersistence.fetchByPrimaryKey
(long entryId) Returns the ratings entry with the primary key or returnsnull
if it could not be found.static RatingsEntry
RatingsEntryUtil.fetchByPrimaryKey
(long entryId) Returns the ratings entry with the primary key or returnsnull
if it could not be found.RatingsEntryPersistence.fetchByU_C_C
(long userId, long classNameId, long classPK) Returns the ratings entry where userId = ? and classNameId = ? and classPK = ? or returnsnull
if it could not be found.RatingsEntryPersistence.fetchByU_C_C
(long userId, long classNameId, long classPK, boolean useFinderCache) Returns the ratings entry where userId = ? and classNameId = ? and classPK = ? or returnsnull
if it could not be found, optionally using the finder cache.static RatingsEntry
RatingsEntryUtil.fetchByU_C_C
(long userId, long classNameId, long classPK) Returns the ratings entry where userId = ? and classNameId = ? and classPK = ? or returnsnull
if it could not be found.static RatingsEntry
RatingsEntryUtil.fetchByU_C_C
(long userId, long classNameId, long classPK, boolean useFinderCache) Returns the ratings entry where userId = ? and classNameId = ? and classPK = ? or returnsnull
if it could not be found, optionally using the finder cache.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_First
(String uuid, long companyId, OrderByComparator<RatingsEntry> orderByComparator) Returns the first ratings entry in the ordered set where uuid = ? and companyId = ?.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_C_Last
(String uuid, long companyId, OrderByComparator<RatingsEntry> orderByComparator) Returns the last ratings entry in the ordered set where uuid = ? and companyId = ?.RatingsEntryPersistence.fetchByUuid_First
(String uuid, OrderByComparator<RatingsEntry> orderByComparator) Returns the first ratings entry in the ordered set where uuid = ?.static RatingsEntry
RatingsEntryUtil.fetchByUuid_First
(String uuid, OrderByComparator<RatingsEntry> orderByComparator) Returns the first ratings entry in the ordered set where uuid = ?.RatingsEntryPersistence.fetchByUuid_Last
(String uuid, OrderByComparator<RatingsEntry> orderByComparator) Returns the last 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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.RatingsEntryPersistence.findByPrimaryKey
(long entryId) Returns the ratings entry with the primary key or throws aNoSuchEntryException
if it could not be found.static RatingsEntry
RatingsEntryUtil.findByPrimaryKey
(long entryId) Returns the ratings entry with the primary key or throws aNoSuchEntryException
if it could not be found.RatingsEntryPersistence.findByU_C_C
(long userId, long classNameId, long classPK) Returns the ratings entry where userId = ? and classNameId = ? and classPK = ? or throws aNoSuchEntryException
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 aNoSuchEntryException
if it could not be found.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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.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.static RatingsEntry
RatingsEntryUtil.update
(RatingsEntry ratingsEntry) static RatingsEntry
RatingsEntryUtil.update
(RatingsEntry ratingsEntry, ServiceContext serviceContext) RatingsEntryPersistence.updateImpl
(RatingsEntry ratingsEntry) static RatingsEntry
RatingsEntryUtil.updateImpl
(RatingsEntry ratingsEntry) Methods in com.liferay.ratings.kernel.service.persistence that return types with arguments of type RatingsEntryModifier and TypeMethodDescriptionstatic Map<Serializable,
RatingsEntry> RatingsEntryUtil.fetchByPrimaryKeys
(Set<Serializable> primaryKeys) RatingsEntryPersistence.findAll()
Returns all the ratings entries.RatingsEntryPersistence.findAll
(int start, int end) Returns a range of all the ratings entries.RatingsEntryPersistence.findAll
(int start, int end, OrderByComparator<RatingsEntry> orderByComparator) Returns an ordered range of all the ratings entries.RatingsEntryPersistence.findAll
(int start, int end, OrderByComparator<RatingsEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the ratings entries.static List<RatingsEntry>
RatingsEntryUtil.findAll()
Returns all the ratings entries.static List<RatingsEntry>
RatingsEntryUtil.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.static List<RatingsEntry>
RatingsEntryUtil.findAll
(int start, int end, OrderByComparator<RatingsEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the ratings entries.RatingsEntryPersistence.findByC_C
(long classNameId, long classPK) Returns all the ratings entries where classNameId = ? and classPK = ?.RatingsEntryPersistence.findByC_C
(long classNameId, long classPK, int start, int end) Returns a range of all the ratings entries where classNameId = ? and classPK = ?.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 = ?.RatingsEntryPersistence.findByC_C
(long classNameId, long classPK, int start, int end, OrderByComparator<RatingsEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the ratings entries where classNameId = ? and classPK = ?.static List<RatingsEntry>
RatingsEntryUtil.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 = ?.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 = ?.static List<RatingsEntry>
RatingsEntryUtil.findByC_C
(long classNameId, long classPK, int start, int end, OrderByComparator<RatingsEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the ratings entries where classNameId = ? and classPK = ?.RatingsEntryPersistence.findByC_C_S
(long classNameId, long classPK, double score) Returns all the ratings entries where classNameId = ? and classPK = ? and score = ?.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 = ?.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 = ?.RatingsEntryPersistence.findByC_C_S
(long classNameId, long classPK, double score, int start, int end, OrderByComparator<RatingsEntry> orderByComparator, boolean useFinderCache) 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) 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 = ?.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 = ?.static List<RatingsEntry>
RatingsEntryUtil.findByC_C_S
(long classNameId, long classPK, double score, int start, int end, OrderByComparator<RatingsEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the ratings entries where classNameId = ? and classPK = ? and score = ?.RatingsEntryPersistence.findByU_C_C
(long userId, long classNameId, long[] classPKs) Returns all the ratings entries where userId = ? and classNameId = ? and classPK = any ?.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 ?.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 ?.RatingsEntryPersistence.findByU_C_C
(long userId, long classNameId, long[] classPKs, int start, int end, OrderByComparator<RatingsEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the ratings entries where userId = ? and classNameId = ? and classPK = ?, optionally using the finder cache.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 ?.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 ?.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 ?.static List<RatingsEntry>
RatingsEntryUtil.findByU_C_C
(long userId, long classNameId, long[] classPKs, int start, int end, OrderByComparator<RatingsEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the ratings entries where userId = ? and classNameId = ? and classPK = ?, optionally using the finder cache.RatingsEntryPersistence.findByUuid
(String uuid) Returns all the ratings entries where uuid = ?.RatingsEntryPersistence.findByUuid
(String uuid, int start, int end) Returns a range of all the ratings entries where uuid = ?.RatingsEntryPersistence.findByUuid
(String uuid, int start, int end, OrderByComparator<RatingsEntry> orderByComparator) Returns an ordered range of all the ratings entries where uuid = ?.RatingsEntryPersistence.findByUuid
(String uuid, int start, int end, OrderByComparator<RatingsEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the ratings entries where uuid = ?.static List<RatingsEntry>
RatingsEntryUtil.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 = ?.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 = ?.static List<RatingsEntry>
RatingsEntryUtil.findByUuid
(String uuid, int start, int end, OrderByComparator<RatingsEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the ratings entries where uuid = ?.RatingsEntryPersistence.findByUuid_C
(String uuid, long companyId) Returns all the ratings entries where uuid = ? and companyId = ?.RatingsEntryPersistence.findByUuid_C
(String uuid, long companyId, int start, int end) Returns a range of all the ratings entries where uuid = ? and companyId = ?.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 = ?.RatingsEntryPersistence.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<RatingsEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the ratings entries where uuid = ? and companyId = ?.static List<RatingsEntry>
RatingsEntryUtil.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 = ?.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 = ?.static List<RatingsEntry>
RatingsEntryUtil.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<RatingsEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the ratings entries where uuid = ? and companyId = ?.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) Methods in com.liferay.ratings.kernel.service.persistence with parameters of type RatingsEntryModifier and TypeMethodDescriptionvoid
RatingsEntryPersistence.cacheResult
(RatingsEntry ratingsEntry) Caches the ratings entry in the entity cache if it is enabled.static void
RatingsEntryUtil.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) RatingsEntryPersistence.updateImpl
(RatingsEntry ratingsEntry) static RatingsEntry
RatingsEntryUtil.updateImpl
(RatingsEntry ratingsEntry) Method parameters in com.liferay.ratings.kernel.service.persistence with type arguments of type RatingsEntryModifier and TypeMethodDescriptionvoid
RatingsEntryPersistence.cacheResult
(List<RatingsEntry> ratingsEntries) Caches the ratings entries in the entity cache if it is enabled.static void
RatingsEntryUtil.cacheResult
(List<RatingsEntry> ratingsEntries) Caches the ratings entries in the entity cache if it is enabled.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_First
(long classNameId, long classPK, OrderByComparator<RatingsEntry> orderByComparator) Returns the first ratings entry in the ordered set where classNameId = ? and classPK = ?.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_Last
(long classNameId, long classPK, OrderByComparator<RatingsEntry> orderByComparator) Returns the last ratings entry in the ordered set where classNameId = ? and classPK = ?.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_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 = ?.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.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 = ?.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_First
(String uuid, long companyId, OrderByComparator<RatingsEntry> orderByComparator) Returns the first ratings entry in the ordered set where uuid = ? and companyId = ?.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_C_Last
(String uuid, long companyId, OrderByComparator<RatingsEntry> orderByComparator) Returns the last ratings entry in the ordered set where uuid = ? and companyId = ?.RatingsEntryPersistence.fetchByUuid_First
(String uuid, OrderByComparator<RatingsEntry> orderByComparator) Returns the first ratings entry in the ordered set where uuid = ?.static RatingsEntry
RatingsEntryUtil.fetchByUuid_First
(String uuid, OrderByComparator<RatingsEntry> orderByComparator) Returns the first ratings entry in the ordered set where uuid = ?.RatingsEntryPersistence.fetchByUuid_Last
(String uuid, OrderByComparator<RatingsEntry> orderByComparator) Returns the last 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 = ?.RatingsEntryPersistence.findAll
(int start, int end, OrderByComparator<RatingsEntry> orderByComparator) Returns an ordered range of all the ratings entries.RatingsEntryPersistence.findAll
(int start, int end, OrderByComparator<RatingsEntry> orderByComparator, boolean useFinderCache) Returns an ordered 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.static List<RatingsEntry>
RatingsEntryUtil.findAll
(int start, int end, OrderByComparator<RatingsEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the ratings entries.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 = ?.RatingsEntryPersistence.findByC_C
(long classNameId, long classPK, int start, int end, OrderByComparator<RatingsEntry> orderByComparator, boolean useFinderCache) 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) 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 useFinderCache) Returns an ordered range of all the ratings entries where classNameId = ? and classPK = ?.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 = ?.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 = ?.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 = ?.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 = ?.RatingsEntryPersistence.findByC_C_S
(long classNameId, long classPK, double score, int start, int end, OrderByComparator<RatingsEntry> orderByComparator, boolean useFinderCache) 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) 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 useFinderCache) Returns an ordered range of all the ratings entries where classNameId = ? and classPK = ? and score = ?.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 = ?.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 = ?.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 = ?.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 ?.RatingsEntryPersistence.findByU_C_C
(long userId, long classNameId, long[] classPKs, int start, int end, OrderByComparator<RatingsEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the ratings entries where userId = ? and classNameId = ? and classPK = ?, optionally using the finder cache.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 ?.static List<RatingsEntry>
RatingsEntryUtil.findByU_C_C
(long userId, long classNameId, long[] classPKs, int start, int end, OrderByComparator<RatingsEntry> orderByComparator, boolean useFinderCache) Returns an ordered range of all the ratings entries where userId = ? and classNameId = ? and classPK = ?, optionally using the finder cache.RatingsEntryPersistence.findByUuid
(String uuid, int start, int end, OrderByComparator<RatingsEntry> orderByComparator) Returns an ordered range of all the ratings entries where uuid = ?.RatingsEntryPersistence.findByUuid
(String uuid, int start, int end, OrderByComparator<RatingsEntry> orderByComparator, boolean useFinderCache) 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) 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 useFinderCache) Returns an ordered range of all the ratings entries where uuid = ?.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 = ?.RatingsEntryPersistence.findByUuid_C
(String uuid, long companyId, int start, int end, OrderByComparator<RatingsEntry> orderByComparator, boolean useFinderCache) 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) 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 useFinderCache) Returns an ordered range of all the ratings entries where uuid = ? and companyId = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.static List<RatingsEntry>
RatingsEntryUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<RatingsEntry> orderByComparator) -
Uses of RatingsEntry in com.liferay.ratings.kernel.transformer
Methods in com.liferay.ratings.kernel.transformer that return types with arguments of type RatingsEntryModifier and TypeMethodDescriptionRatingsDataTransformer.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.