Uses of Class
com.skava.ratingandreviews.model.datatransferobject.response.RatingQuestionsAnswersResponse
Packages that use RatingQuestionsAnswersResponse
Package
Description
Provides the exception classes for list.
Provides the exception classes for list.
Provides the exception classes for ratingandreviews.
-
Uses of RatingQuestionsAnswersResponse in com.skava.ratingandreviews.process
Methods in com.skava.ratingandreviews.process that return RatingQuestionsAnswersResponseModifier and TypeMethodDescriptionRatingQuestionsAndAnswersProcess.getAllQuestions
(RatingsReviewsQAInfoDataRequest request) method getAllQuestions - This method is used to create get Questions And Answers with the help of the itemId -
Uses of RatingQuestionsAnswersResponse in com.skava.ratingandreviews.service.impl
Methods in com.skava.ratingandreviews.service.impl that return RatingQuestionsAnswersResponseModifier and TypeMethodDescriptionFindAllQuestionsServiceImpl.process
(RatingsReviewsQAInfoDataRequest input) -
Uses of RatingQuestionsAnswersResponse in com.skava.ratingandreviews.web
Methods in com.skava.ratingandreviews.web that return types with arguments of type RatingQuestionsAnswersResponseModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<RatingQuestionsAnswersResponse>
RatingQuestionsAndAnswersController.getAllQuestions
(long collectionId, String locale, String authToken, String itemId, String filters, int page, int size) method getRatingReviewById This method is used to get the RatingReview by Id.