Uses of Interface
com.skava.ratingandreviews.repository.RatingVotesRepository
Packages that use RatingVotesRepository
-
Uses of RatingVotesRepository in com.skava.ratingandreviews.process
Constructors in com.skava.ratingandreviews.process with parameters of type RatingVotesRepositoryModifierConstructorDescriptionCreateVotesProcess
(RatingVotesRepository ratingVotesRepository, RatingQuestionsRepository ratingQuestionsRepository, RatingAnswersRepository ratingAnswersRepository) RatingQuestionsAndAnswersProcess
(RatingQuestionsAndAnswersFactory ratingQuestionsAndAnswersFactory, RatingQuestionsRepository ratingQuestionsRepository, RatingAnswersRepository ratingAnswersRepository, RatingsReviewsRepository ratingsReviewsRepository, CollectionProcess collectionProcess, RatingVotesRepository ratingVotesRepository, com.skava.core.auth.AuthTokenHandler authTokenHandler)