Uses of Class
com.skava.ratingandreviews.model.datatransferobject.response.PatchQuestionStatusResponse
Packages that use PatchQuestionStatusResponse
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 PatchQuestionStatusResponse in com.skava.ratingandreviews.factory
Methods in com.skava.ratingandreviews.factory that return PatchQuestionStatusResponseModifier and TypeMethodDescriptionRatingQuestionsAndAnswersFactory.updateGetQuestionsResponse
(List<RatingQuestionsDomain> ratingQuestionsDomains) method - updateGetQuestionsResponse -
Uses of PatchQuestionStatusResponse in com.skava.ratingandreviews.factory.impl
Methods in com.skava.ratingandreviews.factory.impl that return PatchQuestionStatusResponseModifier and TypeMethodDescriptionRatingQuestionsAndAnswersFactoryImpl.updateGetQuestionsResponse
(List<RatingQuestionsDomain> ratingQuestionsDomains) method updateGetQuestionsResponse -
Uses of PatchQuestionStatusResponse in com.skava.ratingandreviews.service.impl
Methods in com.skava.ratingandreviews.service.impl that return PatchQuestionStatusResponseModifier and TypeMethodDescriptionPatchUpdateQuestionStatusServiceImpl.process
(RatingsReviewsQAInfoDataRequest input) method - this method returns the response. -
Uses of PatchQuestionStatusResponse in com.skava.ratingandreviews.web
Methods in com.skava.ratingandreviews.web that return types with arguments of type PatchQuestionStatusResponseModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<PatchQuestionStatusResponse>
RatingQuestionsAndAnswersController.updateQuestionStatus
(String authToken, String versionId, String storeId, long collectionId, String locale, List<PatchUpdateQARequest> request) /** method updateQuestionStatus This method is used to Update the status of a Question.