Uses of Class
com.skava.ratingandreviews.model.datatransferobject.request.RatingsReviewsQAInfoDataRequest
Packages that use RatingsReviewsQAInfoDataRequest
Package
Description
Provides the exception classes for list.
Provides the exception classes for list.
-
Uses of RatingsReviewsQAInfoDataRequest in com.skava.ratingandreviews.process
Methods in com.skava.ratingandreviews.process with parameters of type RatingsReviewsQAInfoDataRequestModifier and TypeMethodDescriptionRatingQuestionsAndAnswersProcess.getAllAnswersByQuestionId
(RatingsReviewsQAInfoDataRequest input) Gets the answers by question id.RatingQuestionsAndAnswersProcess.getAllQuestions
(RatingsReviewsQAInfoDataRequest request) method getAllQuestions - This method is used to create get Questions And Answers with the help of the itemIdRatingQuestionsAndAnswersProcess.getQuestionsAndAnswerById
(RatingsReviewsQAInfoDataRequest request) method getQuestionsAndAnswerById This method is used to create getQuestionsAndAnswerById with the help of the questionIdRatingQuestionsAndAnswersProcess.updateAnswer
(RatingsReviewsQAInfoDataRequest request) method updateAnswer This method is used to update the status of answer.RatingQuestionsAndAnswersProcess.updateQuestion
(RatingsReviewsQAInfoDataRequest request) method updateQuestion This method is used to update the status of question. -
Uses of RatingsReviewsQAInfoDataRequest in com.skava.ratingandreviews.service.impl
Methods in com.skava.ratingandreviews.service.impl with parameters of type RatingsReviewsQAInfoDataRequestModifier and TypeMethodDescriptionDeleteQuestionServiceImpl.process
(RatingsReviewsQAInfoDataRequest input) method process This method is used to delete Question with the help of input argument passed to it.FindAllAnswersServiceImpl.process
(RatingsReviewsQAInfoDataRequest input) FindAllQuestionsServiceImpl.process
(RatingsReviewsQAInfoDataRequest input) FindbyIdQuestionsAndAnswersServiceImpl.process
(RatingsReviewsQAInfoDataRequest input) PatchUpdateAnswerStatusServiceImpl.process
(RatingsReviewsQAInfoDataRequest input) method - this method returns the response.PatchUpdateQuestionStatusServiceImpl.process
(RatingsReviewsQAInfoDataRequest input) method - this method returns the response.