Uses of Interface
com.skava.ratingandreviews.repository.RatingQuestionsRepository
Packages that use RatingQuestionsRepository
Package
Description
Provides the exception classes for list.
Provides the exception classes for list.
-
Uses of RatingQuestionsRepository in com.skava.ratingandreviews.process
Constructors in com.skava.ratingandreviews.process with parameters of type RatingQuestionsRepositoryModifierConstructorDescriptionCreateVotesProcess(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) -
Uses of RatingQuestionsRepository in com.skava.ratingandreviews.service.impl
Constructors in com.skava.ratingandreviews.service.impl with parameters of type RatingQuestionsRepositoryModifierConstructorDescriptionFindAllAnswersServiceImpl(CollectionProcess collectionProcess, RatingQuestionsRepository ratingQuestionsRepository, RatingQuestionsAndAnswersProcess ratingQuestionsAndAnswersProcess, com.skava.core.auth.AuthTokenHandler authTokenHandler) UpdateAllAnswersForQuestionImpl(CollectionProcess collectionProcess, UpdateAllAnswersProcess updateAllAnswersProcess, RatingQuestionsRepository ratingQuestionsRepository, com.skava.core.auth.AuthTokenHandler authTokenHandler)