Uses of Class
com.skava.ratingandreviews.model.datatransferobject.response.RatingAnswersResponse
Packages that use RatingAnswersResponse
Package
Description
Provides the exception classes for list.
Provides the exception classes for list.
Provides the exception classes for ratingandreviews.
-
Uses of RatingAnswersResponse in com.skava.ratingandreviews.process
Methods in com.skava.ratingandreviews.process that return RatingAnswersResponseModifier and TypeMethodDescriptionRatingQuestionsAndAnswersProcess.getAllAnswersByQuestionId
(RatingsReviewsQAInfoDataRequest input) Gets the answers by question id. -
Uses of RatingAnswersResponse in com.skava.ratingandreviews.service.impl
Methods in com.skava.ratingandreviews.service.impl that return RatingAnswersResponseModifier and TypeMethodDescriptionFindAllAnswersServiceImpl.process
(RatingsReviewsQAInfoDataRequest input) -
Uses of RatingAnswersResponse in com.skava.ratingandreviews.web
Methods in com.skava.ratingandreviews.web that return types with arguments of type RatingAnswersResponseModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<RatingAnswersResponse>
RatingQuestionsAndAnswersController.getAllAnswers
(long collectionId, String locale, String authToken, long id, com.skava.core.qdsl.sort.EcomSorts sort, String filters, int page, int size) method getAllAnswers This method is used to get all answers by questionId.