Uses of Class
com.skava.ratingandreviews.model.datatransferobject.response.RatingReviewResponse
Packages that use RatingReviewResponse
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 RatingReviewResponse in com.skava.ratingandreviews.factory
Methods in com.skava.ratingandreviews.factory that return RatingReviewResponseModifier and TypeMethodDescriptionRatingReviewFactory.createRatingReviewResponse
(RatingReviewDomain ratingReviewdo) -
Uses of RatingReviewResponse in com.skava.ratingandreviews.factory.impl
Methods in com.skava.ratingandreviews.factory.impl that return RatingReviewResponseModifier and TypeMethodDescriptionRatingReviewPreferenceFactoryImpl.createRatingReviewResponse
(RatingReviewDomain ratingReviewdo) method CreateRatingReviewResponse this method RatingReviewResponse is used to create a RatingReviewResponse with the help of ratingReviewdo from which the values required can be derived. -
Uses of RatingReviewResponse in com.skava.ratingandreviews.service.impl
Methods in com.skava.ratingandreviews.service.impl that return RatingReviewResponseModifier and TypeMethodDescriptionCreateRatingReviewServiceImpl.process
(RatingReviewsInfoDataRequest input) method process This method is used to create a RatingReview.DeleteRatingReviewPreferenceServiceImpl.process
(RatingReviewsInfoDataRequest input) method process This method is used to delete RatingReviewPreferance with the help of input argument passed to it.FindbyIdRatingReviewServiceImpl.process
(RatingReviewsInfoDataRequest input) method process This method is used to findby Id the RatingReview which uses the argument input passed to it.PatchUpdateImageServiceImpl.process
(RatingReviewsInfoDataRequest input) method process This method is used to PatchUpdate the RatingReview which uses the argument input passed to it.UpdateRatingReviewServiceImpl.process
(RatingReviewsInfoDataRequest input) method process This method is used to update the RatingReview which uses the argument input passed to it. -
Uses of RatingReviewResponse in com.skava.ratingandreviews.web
Methods in com.skava.ratingandreviews.web that return types with arguments of type RatingReviewResponseModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<RatingReviewResponse>
RatingsReviewsController.createRatingsReviews
(long collectionId, String authToken, String userId, String storeId, String locale, RatingsReviewsRequest request) method CreateRatingReviews Creates the RatingRevieworg.springframework.http.ResponseEntity<RatingReviewResponse>
RatingsReviewsController.deleteRatingsReviewsById
(String authToken, String versionId, String storeId, long collectionId, String locale, long id) method DeleteRatingReviewsById This method is used to delete the RatingReviews by Id.org.springframework.http.ResponseEntity<RatingReviewResponse>
RatingsReviewsController.getRatingsReviewsById
(String authToken, String versionId, String userId, long collectionId, String storeId, String locale, long id) method getRatingReviewById This method is used to get the RatingReview by Id.org.springframework.http.ResponseEntity<RatingReviewResponse>
RatingsReviewsController.updateRatingsReviews
(String authToken, String versionId, String storeId, long collectionId, String locale, long ratingsReviewsId, RatingsReviewsRequest request) method UpdateRatingReviews This method is used to Update the RatingReview.org.springframework.http.ResponseEntity<RatingReviewResponse>
RatingsReviewsController.uploadImages
(long collectionId, String authToken, String userId, String storeId, String locale, org.springframework.web.multipart.MultipartFile[] files, long id) method UploadImages This methos is used to uploadimages.