Uses of Class
com.skava.ratingandreviews.process.RatingQuestionsAndAnswersProcess
Packages that use RatingQuestionsAndAnswersProcess
Package
Description
Provides the exception classes for list.
Provides the exception classes for list.
Provides the exception classes for list.
-
Uses of RatingQuestionsAndAnswersProcess in com.skava.ratingandreviews.factory.impl
Methods in com.skava.ratingandreviews.factory.impl with parameters of type RatingQuestionsAndAnswersProcessModifier and TypeMethodDescriptionvoid
RatingQuestionsAndAnswersFactoryImpl.setRatingQuestionsAndAnswersProcess
(RatingQuestionsAndAnswersProcess ratingQuestionsAndAnswersProcess) -
Uses of RatingQuestionsAndAnswersProcess in com.skava.ratingandreviews.process
Constructors in com.skava.ratingandreviews.process with parameters of type RatingQuestionsAndAnswersProcessModifierConstructorDescriptionRatingAnswersForQuestionProcess
(RatingQuestionsRepository ratingQuestionsRepository, RatingAnswersRepository ratingAnswersRepository, RatingQuestionsAndAnswersProcess ratingQuestionsAndAnswersProcess, RatingQuestionsAndAnswersFactory ratingQuestionsAndAnswersFactory) UpdateAllAnswersProcess
(RatingAnswersRepository ratingAnswersRepository, RatingQuestionsAndAnswersProcess ratingQuestionsAndAnswersProcess) -
Uses of RatingQuestionsAndAnswersProcess in com.skava.ratingandreviews.service.impl
Constructors in com.skava.ratingandreviews.service.impl with parameters of type RatingQuestionsAndAnswersProcessModifierConstructorDescriptionCreateRatingQuestionsAndAnswersServiceImpl
(RatingQuestionsAndAnswersFactory ratingQuestionsAndAnswersFactory, RatingQuestionsAndAnswersProcess ratingQuestionsAndAnswersProcess, CollectionProcess collectionProcess, com.skava.core.auth.AuthTokenHandler authTokenHandler) DeleteQuestionServiceImpl
(CollectionProcess collectionProcess, RatingQuestionsAndAnswersProcess ratingQuestionsAndAnswersProcess, com.skava.core.auth.AuthTokenHandler authTokenHandler) FindAllAnswersServiceImpl
(CollectionProcess collectionProcess, RatingQuestionsRepository ratingQuestionsRepository, RatingQuestionsAndAnswersProcess ratingQuestionsAndAnswersProcess, com.skava.core.auth.AuthTokenHandler authTokenHandler) FindAllQuestionsServiceImpl
(CollectionProcess collectionProcess, RatingQuestionsAndAnswersProcess ratingQuestionsAndAnswersProcess, com.skava.core.auth.AuthTokenHandler authTokenHandler) FindbyIdQuestionsAndAnswersServiceImpl
(CollectionProcess collectionProcess, RatingQuestionsAndAnswersProcess ratingQuestionsAndAnswersProcess) GetVotesServiceImpl
(CollectionProcess collectionProcess, RatingQuestionsAndAnswersProcess ratingQuestionsAndAnswersProcess) 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)