Uses of Interface
com.liferay.ratings.kernel.model.RatingsStats
Packages that use RatingsStats
Package
Description
-
Uses of RatingsStats in com.liferay.portal.kernel.comment
Methods in com.liferay.portal.kernel.comment that return RatingsStats -
Uses of RatingsStats in com.liferay.ratings.kernel.model
Classes in com.liferay.ratings.kernel.model that implement RatingsStatsFields in com.liferay.ratings.kernel.model with type parameters of type RatingsStatsModifier and TypeFieldDescriptionstatic final Accessor<RatingsStats,
Long> RatingsStats.STATS_ID_ACCESSOR
Methods in com.liferay.ratings.kernel.model that return RatingsStatsModifier and TypeMethodDescriptionRatingsStatsModel.cloneWithOriginalValues()
RatingsStatsWrapper.cloneWithOriginalValues()
Methods in com.liferay.ratings.kernel.model that return types with arguments of type RatingsStatsModifier and TypeMethodDescriptionRatingsStatsWrapper.getAttributeGetterFunctions()
RatingsStatsWrapper.getAttributeSetterBiConsumers()
Methods in com.liferay.ratings.kernel.model with parameters of type RatingsStatsModifier and TypeMethodDescriptionprotected RatingsStatsWrapper
RatingsStatsWrapper.wrap
(RatingsStats ratingsStats) Constructors in com.liferay.ratings.kernel.model with parameters of type RatingsStats -
Uses of RatingsStats in com.liferay.ratings.kernel.service
Methods in com.liferay.ratings.kernel.service that return RatingsStatsModifier and TypeMethodDescriptionRatingsStatsLocalService.addRatingsStats
(RatingsStats ratingsStats) Adds the ratings stats to the database.static RatingsStats
RatingsStatsLocalServiceUtil.addRatingsStats
(RatingsStats ratingsStats) Adds the ratings stats to the database.RatingsStatsLocalServiceWrapper.addRatingsStats
(RatingsStats ratingsStats) Adds the ratings stats to the database.RatingsStatsLocalService.addStats
(long classNameId, long classPK) static RatingsStats
RatingsStatsLocalServiceUtil.addStats
(long classNameId, long classPK) RatingsStatsLocalServiceWrapper.addStats
(long classNameId, long classPK) RatingsStatsLocalService.createRatingsStats
(long statsId) Creates a new ratings stats with the primary key.static RatingsStats
RatingsStatsLocalServiceUtil.createRatingsStats
(long statsId) Creates a new ratings stats with the primary key.RatingsStatsLocalServiceWrapper.createRatingsStats
(long statsId) Creates a new ratings stats with the primary key.RatingsStatsLocalService.deleteRatingsStats
(long statsId) Deletes the ratings stats with the primary key from the database.RatingsStatsLocalService.deleteRatingsStats
(RatingsStats ratingsStats) Deletes the ratings stats from the database.static RatingsStats
RatingsStatsLocalServiceUtil.deleteRatingsStats
(long statsId) Deletes the ratings stats with the primary key from the database.static RatingsStats
RatingsStatsLocalServiceUtil.deleteRatingsStats
(RatingsStats ratingsStats) Deletes the ratings stats from the database.RatingsStatsLocalServiceWrapper.deleteRatingsStats
(long statsId) Deletes the ratings stats with the primary key from the database.RatingsStatsLocalServiceWrapper.deleteRatingsStats
(RatingsStats ratingsStats) Deletes the ratings stats from the database.RatingsStatsLocalService.fetchRatingsStats
(long statsId) static RatingsStats
RatingsStatsLocalServiceUtil.fetchRatingsStats
(long statsId) RatingsStatsLocalServiceWrapper.fetchRatingsStats
(long statsId) RatingsStatsLocalService.fetchStats
(String className, long classPK) static RatingsStats
RatingsStatsLocalServiceUtil.fetchStats
(String className, long classPK) RatingsStatsLocalServiceWrapper.fetchStats
(String className, long classPK) RatingsStatsLocalService.getRatingsStats
(long statsId) Returns the ratings stats with the primary key.static RatingsStats
RatingsStatsLocalServiceUtil.getRatingsStats
(long statsId) Returns the ratings stats with the primary key.RatingsStatsLocalServiceWrapper.getRatingsStats
(long statsId) Returns the ratings stats with the primary key.RatingsStatsLocalService.getStats
(long statsId) static RatingsStats
RatingsStatsLocalServiceUtil.getStats
(long statsId) static RatingsStats
RatingsStatsLocalServiceWrapper.getStats
(long statsId) RatingsStatsLocalService.updateRatingsStats
(RatingsStats ratingsStats) Updates the ratings stats in the database or adds it if it does not yet exist.static RatingsStats
RatingsStatsLocalServiceUtil.updateRatingsStats
(RatingsStats ratingsStats) Updates the ratings stats in the database or adds it if it does not yet exist.RatingsStatsLocalServiceWrapper.updateRatingsStats
(RatingsStats ratingsStats) Updates the ratings stats 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 RatingsStatsModifier and TypeMethodDescriptionRatingsStatsLocalService.getCTPersistence()
RatingsStatsLocalServiceWrapper.getCTPersistence()
RatingsStatsLocalService.getModelClass()
RatingsStatsLocalServiceWrapper.getModelClass()
RatingsStatsLocalService.getRatingsStatses
(int start, int end) Returns a range of all the ratings statses.static List<RatingsStats>
RatingsStatsLocalServiceUtil.getRatingsStatses
(int start, int end) Returns a range of all the ratings statses.RatingsStatsLocalServiceWrapper.getRatingsStatses
(int start, int end) Returns a range of all the ratings statses.static Map<Long,
RatingsStats> Methods in com.liferay.ratings.kernel.service with parameters of type RatingsStatsModifier and TypeMethodDescriptionRatingsStatsLocalService.addRatingsStats
(RatingsStats ratingsStats) Adds the ratings stats to the database.static RatingsStats
RatingsStatsLocalServiceUtil.addRatingsStats
(RatingsStats ratingsStats) Adds the ratings stats to the database.RatingsStatsLocalServiceWrapper.addRatingsStats
(RatingsStats ratingsStats) Adds the ratings stats to the database.RatingsStatsLocalService.deleteRatingsStats
(RatingsStats ratingsStats) Deletes the ratings stats from the database.static RatingsStats
RatingsStatsLocalServiceUtil.deleteRatingsStats
(RatingsStats ratingsStats) Deletes the ratings stats from the database.RatingsStatsLocalServiceWrapper.deleteRatingsStats
(RatingsStats ratingsStats) Deletes the ratings stats from the database.RatingsStatsLocalService.updateRatingsStats
(RatingsStats ratingsStats) Updates the ratings stats in the database or adds it if it does not yet exist.static RatingsStats
RatingsStatsLocalServiceUtil.updateRatingsStats
(RatingsStats ratingsStats) Updates the ratings stats in the database or adds it if it does not yet exist.RatingsStatsLocalServiceWrapper.updateRatingsStats
(RatingsStats ratingsStats) Updates the ratings stats 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 RatingsStatsModifier and TypeMethodDescription<R,
E extends Throwable>
RRatingsStatsLocalService.updateWithUnsafeFunction
(com.liferay.petra.function.UnsafeFunction<CTPersistence<RatingsStats>, R, E> updateUnsafeFunction) <R,
E extends Throwable>
RRatingsStatsLocalServiceWrapper.updateWithUnsafeFunction
(com.liferay.petra.function.UnsafeFunction<CTPersistence<RatingsStats>, R, E> updateUnsafeFunction) -
Uses of RatingsStats in com.liferay.ratings.kernel.service.persistence
Methods in com.liferay.ratings.kernel.service.persistence that return RatingsStatsModifier and TypeMethodDescriptionRatingsStatsPersistence.create
(long statsId) Creates a new ratings stats with the primary key.static RatingsStats
RatingsStatsUtil.create
(long statsId) Creates a new ratings stats with the primary key.RatingsStatsPersistence.fetchByC_C
(long classNameId, long classPK) Returns the ratings stats where classNameId = ? and classPK = ? or returnsnull
if it could not be found.RatingsStatsPersistence.fetchByC_C
(long classNameId, long classPK, boolean useFinderCache) Returns the ratings stats where classNameId = ? and classPK = ? or returnsnull
if it could not be found, optionally using the finder cache.static RatingsStats
RatingsStatsUtil.fetchByC_C
(long classNameId, long classPK) Returns the ratings stats where classNameId = ? and classPK = ? or returnsnull
if it could not be found.static RatingsStats
RatingsStatsUtil.fetchByC_C
(long classNameId, long classPK, boolean useFinderCache) Returns the ratings stats where classNameId = ? and classPK = ? or returnsnull
if it could not be found, optionally using the finder cache.RatingsStatsPersistence.fetchByPrimaryKey
(long statsId) Returns the ratings stats with the primary key or returnsnull
if it could not be found.static RatingsStats
RatingsStatsUtil.fetchByPrimaryKey
(long statsId) Returns the ratings stats with the primary key or returnsnull
if it could not be found.RatingsStatsPersistence.findByC_C
(long classNameId, long classPK) Returns the ratings stats where classNameId = ? and classPK = ? or throws aNoSuchStatsException
if it could not be found.static RatingsStats
RatingsStatsUtil.findByC_C
(long classNameId, long classPK) Returns the ratings stats where classNameId = ? and classPK = ? or throws aNoSuchStatsException
if it could not be found.RatingsStatsPersistence.findByPrimaryKey
(long statsId) Returns the ratings stats with the primary key or throws aNoSuchStatsException
if it could not be found.static RatingsStats
RatingsStatsUtil.findByPrimaryKey
(long statsId) Returns the ratings stats with the primary key or throws aNoSuchStatsException
if it could not be found.RatingsStatsPersistence.remove
(long statsId) Removes the ratings stats with the primary key from the database.static RatingsStats
RatingsStatsUtil.remove
(long statsId) Removes the ratings stats with the primary key from the database.RatingsStatsPersistence.removeByC_C
(long classNameId, long classPK) Removes the ratings stats where classNameId = ? and classPK = ? from the database.static RatingsStats
RatingsStatsUtil.removeByC_C
(long classNameId, long classPK) Removes the ratings stats where classNameId = ? and classPK = ? from the database.static RatingsStats
RatingsStatsUtil.update
(RatingsStats ratingsStats) static RatingsStats
RatingsStatsUtil.update
(RatingsStats ratingsStats, ServiceContext serviceContext) RatingsStatsPersistence.updateImpl
(RatingsStats ratingsStats) static RatingsStats
RatingsStatsUtil.updateImpl
(RatingsStats ratingsStats) Methods in com.liferay.ratings.kernel.service.persistence that return types with arguments of type RatingsStatsModifier and TypeMethodDescriptionstatic Map<Serializable,
RatingsStats> RatingsStatsUtil.fetchByPrimaryKeys
(Set<Serializable> primaryKeys) RatingsStatsPersistence.findAll()
Returns all the ratings statses.RatingsStatsPersistence.findAll
(int start, int end) Returns a range of all the ratings statses.RatingsStatsPersistence.findAll
(int start, int end, OrderByComparator<RatingsStats> orderByComparator) Returns an ordered range of all the ratings statses.RatingsStatsPersistence.findAll
(int start, int end, OrderByComparator<RatingsStats> orderByComparator, boolean useFinderCache) Returns an ordered range of all the ratings statses.static List<RatingsStats>
RatingsStatsUtil.findAll()
Returns all the ratings statses.static List<RatingsStats>
RatingsStatsUtil.findAll
(int start, int end) Returns a range of all the ratings statses.static List<RatingsStats>
RatingsStatsUtil.findAll
(int start, int end, OrderByComparator<RatingsStats> orderByComparator) Returns an ordered range of all the ratings statses.static List<RatingsStats>
RatingsStatsUtil.findAll
(int start, int end, OrderByComparator<RatingsStats> orderByComparator, boolean useFinderCache) Returns an ordered range of all the ratings statses.RatingsStatsPersistence.findByC_C
(long classNameId, long[] classPKs) Returns all the ratings statses where classNameId = ? and classPK = any ?.RatingsStatsPersistence.findByC_C
(long classNameId, long[] classPKs, int start, int end) Returns a range of all the ratings statses where classNameId = ? and classPK = any ?.RatingsStatsPersistence.findByC_C
(long classNameId, long[] classPKs, int start, int end, OrderByComparator<RatingsStats> orderByComparator) Returns an ordered range of all the ratings statses where classNameId = ? and classPK = any ?.RatingsStatsPersistence.findByC_C
(long classNameId, long[] classPKs, int start, int end, OrderByComparator<RatingsStats> orderByComparator, boolean useFinderCache) Returns an ordered range of all the ratings statses where classNameId = ? and classPK = ?, optionally using the finder cache.static List<RatingsStats>
RatingsStatsUtil.findByC_C
(long classNameId, long[] classPKs) Returns all the ratings statses where classNameId = ? and classPK = any ?.static List<RatingsStats>
RatingsStatsUtil.findByC_C
(long classNameId, long[] classPKs, int start, int end) Returns a range of all the ratings statses where classNameId = ? and classPK = any ?.static List<RatingsStats>
RatingsStatsUtil.findByC_C
(long classNameId, long[] classPKs, int start, int end, OrderByComparator<RatingsStats> orderByComparator) Returns an ordered range of all the ratings statses where classNameId = ? and classPK = any ?.static List<RatingsStats>
RatingsStatsUtil.findByC_C
(long classNameId, long[] classPKs, int start, int end, OrderByComparator<RatingsStats> orderByComparator, boolean useFinderCache) Returns an ordered range of all the ratings statses where classNameId = ? and classPK = ?, optionally using the finder cache.static List<RatingsStats>
RatingsStatsUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery) static List<RatingsStats>
RatingsStatsUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end) static List<RatingsStats>
RatingsStatsUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<RatingsStats> orderByComparator) Methods in com.liferay.ratings.kernel.service.persistence with parameters of type RatingsStatsModifier and TypeMethodDescriptionvoid
RatingsStatsPersistence.cacheResult
(RatingsStats ratingsStats) Caches the ratings stats in the entity cache if it is enabled.static void
RatingsStatsUtil.cacheResult
(RatingsStats ratingsStats) Caches the ratings stats in the entity cache if it is enabled.static void
RatingsStatsUtil.clearCache
(RatingsStats ratingsStats) static RatingsStats
RatingsStatsUtil.update
(RatingsStats ratingsStats) static RatingsStats
RatingsStatsUtil.update
(RatingsStats ratingsStats, ServiceContext serviceContext) RatingsStatsPersistence.updateImpl
(RatingsStats ratingsStats) static RatingsStats
RatingsStatsUtil.updateImpl
(RatingsStats ratingsStats) Method parameters in com.liferay.ratings.kernel.service.persistence with type arguments of type RatingsStatsModifier and TypeMethodDescriptionvoid
RatingsStatsPersistence.cacheResult
(List<RatingsStats> ratingsStatses) Caches the ratings statses in the entity cache if it is enabled.static void
RatingsStatsUtil.cacheResult
(List<RatingsStats> ratingsStatses) Caches the ratings statses in the entity cache if it is enabled.RatingsStatsPersistence.findAll
(int start, int end, OrderByComparator<RatingsStats> orderByComparator) Returns an ordered range of all the ratings statses.RatingsStatsPersistence.findAll
(int start, int end, OrderByComparator<RatingsStats> orderByComparator, boolean useFinderCache) Returns an ordered range of all the ratings statses.static List<RatingsStats>
RatingsStatsUtil.findAll
(int start, int end, OrderByComparator<RatingsStats> orderByComparator) Returns an ordered range of all the ratings statses.static List<RatingsStats>
RatingsStatsUtil.findAll
(int start, int end, OrderByComparator<RatingsStats> orderByComparator, boolean useFinderCache) Returns an ordered range of all the ratings statses.RatingsStatsPersistence.findByC_C
(long classNameId, long[] classPKs, int start, int end, OrderByComparator<RatingsStats> orderByComparator) Returns an ordered range of all the ratings statses where classNameId = ? and classPK = any ?.RatingsStatsPersistence.findByC_C
(long classNameId, long[] classPKs, int start, int end, OrderByComparator<RatingsStats> orderByComparator, boolean useFinderCache) Returns an ordered range of all the ratings statses where classNameId = ? and classPK = ?, optionally using the finder cache.static List<RatingsStats>
RatingsStatsUtil.findByC_C
(long classNameId, long[] classPKs, int start, int end, OrderByComparator<RatingsStats> orderByComparator) Returns an ordered range of all the ratings statses where classNameId = ? and classPK = any ?.static List<RatingsStats>
RatingsStatsUtil.findByC_C
(long classNameId, long[] classPKs, int start, int end, OrderByComparator<RatingsStats> orderByComparator, boolean useFinderCache) Returns an ordered range of all the ratings statses where classNameId = ? and classPK = ?, optionally using the finder cache.static List<RatingsStats>
RatingsStatsUtil.findWithDynamicQuery
(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<RatingsStats> orderByComparator)