Uses of Class
com.skava.ratingandreviews.model.datatransferobject.request.RatingAnswersRequest
Packages that use RatingAnswersRequest
Package
Description
Provides the exception classes for list.
Provides the exception classes for list.
Provides the exception classes for ratingandreviews.
-
Uses of RatingAnswersRequest in com.skava.ratingandreviews.process
Methods in com.skava.ratingandreviews.process with parameters of type RatingAnswersRequestModifier and TypeMethodDescriptionRatingAnswersForQuestionProcess.createRatingAnswers
(RatingAnswersRequest request) method createRatingAnswer This method is used to create Answer for Question with the help of the createRatingAnswersUpdateAllAnswersProcess.updateAnswers
(RatingAnswersRequest input) method - This method is used to update answers. -
Uses of RatingAnswersRequest in com.skava.ratingandreviews.service.impl
Methods in com.skava.ratingandreviews.service.impl with parameters of type RatingAnswersRequestModifier 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.UpdateAllAnswersForQuestionImpl.process
(RatingAnswersRequest input) method - this method returns the response. -
Uses of RatingAnswersRequest in com.skava.ratingandreviews.web
Methods in com.skava.ratingandreviews.web with parameters of type RatingAnswersRequestModifier 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<List<GetAnswersResponse>>
RatingQuestionsAndAnswersController.updateAnswerForQuestion
(long collectionId, String locale, String authToken, long questionId, RatingAnswersRequest request)