Uses of Interface
com.skava.ratingandreviews.factory.RatingQuestionsAndAnswersFactory
Packages that use RatingQuestionsAndAnswersFactory
Package
Description
Provides the exception classes for list.
Provides the exception classes for list.
Provides the exception classes for list.
-
Uses of RatingQuestionsAndAnswersFactory in com.skava.ratingandreviews.factory.impl
Classes in com.skava.ratingandreviews.factory.impl that implement RatingQuestionsAndAnswersFactoryModifier and TypeClassDescriptionclassClass RatingQuestionsAndAnswersFactoryImpl -
Uses of RatingQuestionsAndAnswersFactory in com.skava.ratingandreviews.process
Constructors in com.skava.ratingandreviews.process with parameters of type RatingQuestionsAndAnswersFactoryModifierConstructorDescriptionRatingAnswersForQuestionProcess(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 RatingQuestionsAndAnswersFactory in com.skava.ratingandreviews.service.impl
Constructors in com.skava.ratingandreviews.service.impl with parameters of type RatingQuestionsAndAnswersFactoryModifierConstructorDescriptionCreateRatingQuestionsAndAnswersServiceImpl(RatingQuestionsAndAnswersFactory ratingQuestionsAndAnswersFactory, RatingQuestionsAndAnswersProcess ratingQuestionsAndAnswersProcess, CollectionProcess collectionProcess, com.skava.core.auth.AuthTokenHandler authTokenHandler) PatchUpdateAnswerStatusServiceImpl(CollectionProcess collectionProcess, RatingQuestionsAndAnswersFactory ratingQuestionsAndAnswersFactory, RatingQuestionsAndAnswersProcess ratingQuestionsAndAnswersProcess, com.skava.core.auth.AuthTokenHandler authTokenHandler) PatchUpdateQuestionStatusServiceImpl(CollectionProcess collectionProcess, RatingQuestionsAndAnswersFactory ratingQuestionsAndAnswersFactory, RatingQuestionsAndAnswersProcess ratingQuestionsAndAnswersProcess, com.skava.core.auth.AuthTokenHandler authTokenHandler)