Uses of Class
com.skava.ratingandreviews.model.datatransferobject.response.PatchAnswerStatusResponse
Packages that use PatchAnswerStatusResponse
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 PatchAnswerStatusResponse in com.skava.ratingandreviews.factory
Methods in com.skava.ratingandreviews.factory that return PatchAnswerStatusResponseModifier and TypeMethodDescriptionRatingQuestionsAndAnswersFactory.updateGetAnswersResponse
(List<RatingAnswersDomain> ratingAnswersDomains) method - updateGetQuestionsResponse -
Uses of PatchAnswerStatusResponse in com.skava.ratingandreviews.factory.impl
Methods in com.skava.ratingandreviews.factory.impl that return PatchAnswerStatusResponseModifier and TypeMethodDescriptionRatingQuestionsAndAnswersFactoryImpl.updateGetAnswersResponse
(List<RatingAnswersDomain> ratingAnswersDomains) method updateGetAnswersResponse -
Uses of PatchAnswerStatusResponse in com.skava.ratingandreviews.service.impl
Methods in com.skava.ratingandreviews.service.impl that return PatchAnswerStatusResponseModifier and TypeMethodDescriptionPatchUpdateAnswerStatusServiceImpl.process
(RatingsReviewsQAInfoDataRequest input) method - this method returns the response. -
Uses of PatchAnswerStatusResponse in com.skava.ratingandreviews.web
Methods in com.skava.ratingandreviews.web that return types with arguments of type PatchAnswerStatusResponseModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PatchAnswerStatusResponse>
RatingQuestionsAndAnswersController.updateAnswerStatus
(String authToken, String storeId, long collectionId, String locale, long questionId, String versionId, List<PatchUpdateQARequest> request) method UpdateAnswerStatus This method is used to Update the Answer.