Uses of Class
com.skava.ratingandreviews.model.datatransferobject.response.RatingQuestionsAndAnswersResponse
Packages that use RatingQuestionsAndAnswersResponse
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 list.
Provides the exception classes for ratingandreviews.
-
Uses of RatingQuestionsAndAnswersResponse in com.skava.ratingandreviews.factory
Methods in com.skava.ratingandreviews.factory that return RatingQuestionsAndAnswersResponseModifier and TypeMethodDescriptionRatingQuestionsAndAnswersFactory.createRatingQuestionsAndAnswersResponse
(RatingQuestionsAnswersDomain ratingQuestionsAnswersDomain) method - createRatingQuestionsAndAnswersResponse -
Uses of RatingQuestionsAndAnswersResponse in com.skava.ratingandreviews.factory.impl
Methods in com.skava.ratingandreviews.factory.impl that return RatingQuestionsAndAnswersResponseModifier and TypeMethodDescriptionRatingQuestionsAndAnswersFactoryImpl.createRatingQuestionsAndAnswersResponse
(RatingQuestionsAnswersDomain ratingQuestionsAnswersDomain) method createRatingQuestionsAndAnswersResponse -
Uses of RatingQuestionsAndAnswersResponse in com.skava.ratingandreviews.process
Methods in com.skava.ratingandreviews.process that return RatingQuestionsAndAnswersResponseModifier and TypeMethodDescriptionRatingAnswersForQuestionProcess.createRatingAnswers
(RatingAnswersRequest request) method createRatingAnswer This method is used to create Answer for Question with the help of the createRatingAnswers -
Uses of RatingQuestionsAndAnswersResponse in com.skava.ratingandreviews.service.impl
Methods in com.skava.ratingandreviews.service.impl that return RatingQuestionsAndAnswersResponseModifier and TypeMethodDescriptionCreateRatingAnswersForQuestionServiceImpl.process
(RatingAnswersRequest input) method process This method is used to create RatingAnswersForQuestion based on the request which is passed as argument to it.CreateRatingQuestionsAndAnswersServiceImpl.process
(RatingQuestionsAnswersRequest input) method process This method is used to create RatingQuestionsAndAnswers based on the request which is passed as argument to it. -
Uses of RatingQuestionsAndAnswersResponse in com.skava.ratingandreviews.web
Methods in com.skava.ratingandreviews.web that return types with arguments of type RatingQuestionsAndAnswersResponseModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<RatingQuestionsAndAnswersResponse>
RatingQuestionsAndAnswersController.createAnswerForQuestion
(String locale, long collectionId, long questionId, String authToken, RatingAnswersRequest request) method CreateAnswerForQuestion This method is used to Creates the Answers For Question based on the Question Id.org.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 .