Uses of Class
com.skava.ratingandreviews.model.datatransferobject.response.ReviewFeedbackResponse
Packages that use ReviewFeedbackResponse
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 ReviewFeedbackResponse in com.skava.ratingandreviews.factory
Methods in com.skava.ratingandreviews.factory that return ReviewFeedbackResponseModifier and TypeMethodDescriptionRatingFeedbackFactory.createFeedbackResponse
(ReviewFeedbackDomain ratingfeedbackDomain) -
Uses of ReviewFeedbackResponse in com.skava.ratingandreviews.factory.impl
Methods in com.skava.ratingandreviews.factory.impl that return ReviewFeedbackResponseModifier and TypeMethodDescriptionRatingFeedbackFactoryImpl.createFeedbackResponse
(ReviewFeedbackDomain ratingfeedbackDomain) method createFeedbackResponse -
Uses of ReviewFeedbackResponse in com.skava.ratingandreviews.service.impl
Methods in com.skava.ratingandreviews.service.impl that return ReviewFeedbackResponseModifier and TypeMethodDescriptionCreateRatingFeedbackServiceImpl.process
(RatingFeedbackInfoDataRequest request) method process This method is used to create RatingFeedback based on the request which is passed as argument to it.UpdateRatingFeedbackServiceImpl.process
(RatingFeedbackInfoDataRequest request) method process This method is used to update the RatingReview which uses the argument input passed to it. -
Uses of ReviewFeedbackResponse in com.skava.ratingandreviews.web
Methods in com.skava.ratingandreviews.web that return types with arguments of type ReviewFeedbackResponseModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<ReviewFeedbackResponse>
ReviewFeedbackController.createReviewFeedback
(String authToken, String locale, long ratingsReviewsId, String userid, String storeId, ReviewFeedbackRequest request) method CreateReviewFeedback This method is used to Creates the ReviewFeedback .org.springframework.http.ResponseEntity<ReviewFeedbackResponse>
ReviewFeedbackController.updateReviewFeedback
(String authToken, String userid, String locale, long ratingsReviewsId, String storeId, ReviewFeedbackRequest request) method UpdateReviewFeedback This method is used to UpdateReviewFeedback.