Uses of Interface
com.skava.ratingandreviews.repository.RatingSummaryRepository
Packages that use RatingSummaryRepository
Package
Description
Provides the class for List authorization.
Provides the exception classes for list.
-
Uses of RatingSummaryRepository in com.skava.ratingandreviews.batch
Constructors in com.skava.ratingandreviews.batch with parameters of type RatingSummaryRepositoryModifierConstructorDescriptionRatingAggregation
(RatingSummaryRepository ratingSummaryRepository, RatingSummaryFactory ratingSummaryFactory, RatingSummaryProcess ratingSummaryProcess, RatingandReviewEventSender ratingandReviewEventSender) -
Uses of RatingSummaryRepository in com.skava.ratingandreviews.process
Constructors in com.skava.ratingandreviews.process with parameters of type RatingSummaryRepositoryModifierConstructorDescriptionRatingSummaryProcess
(RatingSummaryRepository ratingSummaryRepository, RatingSummaryFactory ratingSummaryFactory, CollectionProcess collectionProcess)