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