Uses of Interface
com.skava.ratingandreviews.factory.RatingSummaryFactory
Packages that use RatingSummaryFactory
Package
Description
Provides the class for List authorization.
Provides the exception classes for list.
Provides the exception classes for list.
Provides the exception classes for list.
-
Uses of RatingSummaryFactory in com.skava.ratingandreviews.batch
Constructors in com.skava.ratingandreviews.batch with parameters of type RatingSummaryFactoryModifierConstructorDescriptionRatingAggregation
(RatingSummaryRepository ratingSummaryRepository, RatingSummaryFactory ratingSummaryFactory, RatingSummaryProcess ratingSummaryProcess, RatingandReviewEventSender ratingandReviewEventSender) -
Uses of RatingSummaryFactory in com.skava.ratingandreviews.factory.impl
Classes in com.skava.ratingandreviews.factory.impl that implement RatingSummaryFactory -
Uses of RatingSummaryFactory in com.skava.ratingandreviews.process
Constructors in com.skava.ratingandreviews.process with parameters of type RatingSummaryFactoryModifierConstructorDescriptionRatingSummaryProcess
(RatingSummaryRepository ratingSummaryRepository, RatingSummaryFactory ratingSummaryFactory, CollectionProcess collectionProcess) -
Uses of RatingSummaryFactory in com.skava.ratingandreviews.service.impl
Constructors in com.skava.ratingandreviews.service.impl with parameters of type RatingSummaryFactoryModifierConstructorDescriptionFindAllRatingSummaryServiceImpl
(RatingSummaryFactory ratingSummaryFactory, RatingSummaryProcess ratingSummaryProcess)