Uses of Class
com.skava.ratingandreviews.model.datatransferobject.response.GetAnswersResponse
Packages that use GetAnswersResponse
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 ratingandreviews.
-
Uses of GetAnswersResponse in com.skava.ratingandreviews.factory
Methods in com.skava.ratingandreviews.factory that return GetAnswersResponseModifier and TypeMethodDescriptionRatingQuestionsAndAnswersFactory.setAnswersResponse
(RatingAnswersEntity ratingAnswersEntity) method - setAnswersResponse -
Uses of GetAnswersResponse in com.skava.ratingandreviews.factory.impl
Methods in com.skava.ratingandreviews.factory.impl that return GetAnswersResponseModifier and TypeMethodDescriptionRatingQuestionsAndAnswersFactoryImpl.setAnswersResponse
(RatingAnswersEntity ratingAnswersEntity) -
Uses of GetAnswersResponse in com.skava.ratingandreviews.process
Methods in com.skava.ratingandreviews.process that return types with arguments of type GetAnswersResponseModifier and TypeMethodDescriptionRatingQuestionsAndAnswersProcess.getAnswersByQuestionId
(long questionId) Gets the answers by question id.UpdateAllAnswersProcess.updateAnswers
(RatingAnswersRequest input) method - This method is used to update answers. -
Uses of GetAnswersResponse in com.skava.ratingandreviews.web
Methods in com.skava.ratingandreviews.web that return types with arguments of type GetAnswersResponseModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<List<GetAnswersResponse>>
RatingQuestionsAndAnswersController.updateAnswerForQuestion
(long collectionId, String locale, String authToken, long questionId, RatingAnswersRequest request)