Uses of Class
com.skava.ratingandreviews.model.datatransferobject.request.RatingQuestionsAnswersRequest
Packages that use RatingQuestionsAnswersRequest
Package
Description
Provides the class for List authorization.
Provides the exception classes for list.
Provides the exception classes for list.
Provides the exception classes for ratingandreviews.
-
Uses of RatingQuestionsAnswersRequest in com.skava.ratingandreviews.factory
Methods in com.skava.ratingandreviews.factory with parameters of type RatingQuestionsAnswersRequestModifier and TypeMethodDescriptionRatingQuestionsAndAnswersFactory.createQuestinsAndAnswersDomain
(RatingQuestionsAnswersRequest ratingQuestionsAndAnswersRequest) method - createQuestinsAndAnswersDomain -
Uses of RatingQuestionsAnswersRequest in com.skava.ratingandreviews.factory.impl
Methods in com.skava.ratingandreviews.factory.impl with parameters of type RatingQuestionsAnswersRequestModifier and TypeMethodDescriptionRatingQuestionsAndAnswersFactoryImpl.createQuestinsAndAnswersDomain
(RatingQuestionsAnswersRequest ratingQuestionsAndAnswersRequest) method createQuestinsAndAnswersDomain -
Uses of RatingQuestionsAnswersRequest in com.skava.ratingandreviews.service.impl
Methods in com.skava.ratingandreviews.service.impl with parameters of type RatingQuestionsAnswersRequestModifier and TypeMethodDescriptionCreateRatingQuestionsAndAnswersServiceImpl.process
(RatingQuestionsAnswersRequest input) method process This method is used to create RatingQuestionsAndAnswers based on the request which is passed as argument to it.void
CreateRatingQuestionsAndAnswersServiceImpl.validateQnA
(RatingQuestionsAnswersRequest input) -
Uses of RatingQuestionsAnswersRequest in com.skava.ratingandreviews.web
Methods in com.skava.ratingandreviews.web with parameters of type RatingQuestionsAnswersRequestModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<RatingQuestionsAndAnswersResponse>
RatingQuestionsAndAnswersController.createQuestionsAndAnswers
(String locale, long collectionId, String itemId, String authToken, RatingQuestionsAnswersRequest request) method CreateReviewFeedback This method is used to Creates the Questions and Answers based on the ratings and reviews .