Uses of Class
com.skava.ratingandreviews.batch.RatingAggregation
Packages that use RatingAggregation
Package
Description
Provides the exception classes for list.
Provides the exception classes for list.
-
Uses of RatingAggregation in com.skava.ratingandreviews.process
Constructors in com.skava.ratingandreviews.process with parameters of type RatingAggregationModifierConstructorDescriptionRatingReviewPreferenceProcess
(RatingsReviewsRepository ratingreviewPreferenceRepository, RatingReviewFactory ratingReviewPreferenceFactory, CollectionProcess collectionProcess, RatingAggregation ratingAggregation, com.skava.core.auth.AuthTokenHandler authTokenHandler, jakarta.persistence.EntityManager entityManager) -
Uses of RatingAggregation in com.skava.ratingandreviews.service.impl
Constructors in com.skava.ratingandreviews.service.impl with parameters of type RatingAggregationModifierConstructorDescriptionCreateRatingReviewServiceImpl
(RatingReviewFactory ratingReviewFactory, RatingReviewPreferenceProcess ratingReviewPreferenceProcess, CreateRatingReviewPreferenceValidator validator, CollectionProcess collectionProcess, RatingAggregation ratingAggregation)