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_ACCESSORMethods 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 RatingsStatsWrapperRatingsStatsWrapper.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 RatingsStatsRatingsStatsLocalServiceUtil.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 RatingsStatsRatingsStatsLocalServiceUtil.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 RatingsStatsRatingsStatsLocalServiceUtil.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 RatingsStatsRatingsStatsLocalServiceUtil.deleteRatingsStats(long statsId) Deletes the ratings stats with the primary key from the database.static RatingsStatsRatingsStatsLocalServiceUtil.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 RatingsStatsRatingsStatsLocalServiceUtil.fetchRatingsStats(long statsId) RatingsStatsLocalServiceWrapper.fetchRatingsStats(long statsId) RatingsStatsLocalService.fetchStats(String className, long classPK) static RatingsStatsRatingsStatsLocalServiceUtil.fetchStats(String className, long classPK) RatingsStatsLocalServiceWrapper.fetchStats(String className, long classPK) RatingsStatsLocalService.getRatingsStats(long statsId) Returns the ratings stats with the primary key.static RatingsStatsRatingsStatsLocalServiceUtil.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 RatingsStatsRatingsStatsLocalServiceUtil.getStats(long statsId) static RatingsStatsRatingsStatsLocalServiceWrapper.getStats(long statsId) RatingsStatsLocalService.updateRatingsStats(RatingsStats ratingsStats) Updates the ratings stats in the database or adds it if it does not yet exist.static RatingsStatsRatingsStatsLocalServiceUtil.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 RatingsStatsRatingsStatsLocalServiceUtil.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 RatingsStatsRatingsStatsLocalServiceUtil.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 RatingsStatsRatingsStatsLocalServiceUtil.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 RatingsStatsRatingsStatsUtil.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 returnsnullif it could not be found.RatingsStatsPersistence.fetchByC_C(long classNameId, long classPK, boolean useFinderCache) Returns the ratings stats where classNameId = ? and classPK = ? or returnsnullif it could not be found, optionally using the finder cache.static RatingsStatsRatingsStatsUtil.fetchByC_C(long classNameId, long classPK) Returns the ratings stats where classNameId = ? and classPK = ? or returnsnullif it could not be found.static RatingsStatsRatingsStatsUtil.fetchByC_C(long classNameId, long classPK, boolean useFinderCache) Returns the ratings stats where classNameId = ? and classPK = ? or returnsnullif it could not be found, optionally using the finder cache.RatingsStatsPersistence.fetchByPrimaryKey(long statsId) Returns the ratings stats with the primary key or returnsnullif it could not be found.static RatingsStatsRatingsStatsUtil.fetchByPrimaryKey(long statsId) Returns the ratings stats with the primary key or returnsnullif it could not be found.RatingsStatsPersistence.findByC_C(long classNameId, long classPK) Returns the ratings stats where classNameId = ? and classPK = ? or throws aNoSuchStatsExceptionif it could not be found.static RatingsStatsRatingsStatsUtil.findByC_C(long classNameId, long classPK) Returns the ratings stats where classNameId = ? and classPK = ? or throws aNoSuchStatsExceptionif it could not be found.RatingsStatsPersistence.findByPrimaryKey(long statsId) Returns the ratings stats with the primary key or throws aNoSuchStatsExceptionif it could not be found.static RatingsStatsRatingsStatsUtil.findByPrimaryKey(long statsId) Returns the ratings stats with the primary key or throws aNoSuchStatsExceptionif it could not be found.RatingsStatsPersistence.remove(long statsId) Removes the ratings stats with the primary key from the database.static RatingsStatsRatingsStatsUtil.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 RatingsStatsRatingsStatsUtil.removeByC_C(long classNameId, long classPK) Removes the ratings stats where classNameId = ? and classPK = ? from the database.static RatingsStatsRatingsStatsUtil.update(RatingsStats ratingsStats) static RatingsStatsRatingsStatsUtil.update(RatingsStats ratingsStats, ServiceContext serviceContext) RatingsStatsPersistence.updateImpl(RatingsStats ratingsStats) static RatingsStatsRatingsStatsUtil.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 TypeMethodDescriptionvoidRatingsStatsPersistence.cacheResult(RatingsStats ratingsStats) Caches the ratings stats in the entity cache if it is enabled.static voidRatingsStatsUtil.cacheResult(RatingsStats ratingsStats) Caches the ratings stats in the entity cache if it is enabled.static voidRatingsStatsUtil.clearCache(RatingsStats ratingsStats) static RatingsStatsRatingsStatsUtil.update(RatingsStats ratingsStats) static RatingsStatsRatingsStatsUtil.update(RatingsStats ratingsStats, ServiceContext serviceContext) RatingsStatsPersistence.updateImpl(RatingsStats ratingsStats) static RatingsStatsRatingsStatsUtil.updateImpl(RatingsStats ratingsStats) Method parameters in com.liferay.ratings.kernel.service.persistence with type arguments of type RatingsStatsModifier and TypeMethodDescriptionvoidRatingsStatsPersistence.cacheResult(List<RatingsStats> ratingsStatses) Caches the ratings statses in the entity cache if it is enabled.static voidRatingsStatsUtil.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)