Uses of Class
com.skava.ratingandreviews.model.datatransferobject.response.RatingReviewsResponse
Packages that use RatingReviewsResponse
Package
Description
Provides the exception classes for list.
Provides the exception classes for ratingandreviews.
-
Uses of RatingReviewsResponse in com.skava.ratingandreviews.service.impl
Methods in com.skava.ratingandreviews.service.impl that return RatingReviewsResponseModifier and TypeMethodDescriptionReviewApp.createSummaryAndKeyword
(RatingReviewsInfoDataRequest input, List<String> values, RatingReviewsResponse ratingReviewAPIResponse) method createSummaryAndKeyword This method is create Summary and generating keywords for reviews.FindALLRatingReviewServiceImpl.process
(RatingReviewsInfoDataRequest input) Method process This method is used to FindAll the ratingReviewSevice which uses input,argument passed to it.Methods in com.skava.ratingandreviews.service.impl with parameters of type RatingReviewsResponseModifier and TypeMethodDescriptionReviewApp.createSummaryAndKeyword
(RatingReviewsInfoDataRequest input, List<String> values, RatingReviewsResponse ratingReviewAPIResponse) method createSummaryAndKeyword This method is create Summary and generating keywords for reviews. -
Uses of RatingReviewsResponse in com.skava.ratingandreviews.web
Methods in com.skava.ratingandreviews.web that return types with arguments of type RatingReviewsResponseModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<RatingReviewsResponse>
RatingsReviewsController.getRatingsReviewsAll
(String versionId, String authToken, long collectionId, String storeId, com.skava.core.qdsl.sort.EcomSorts sort, String filters, String locale, int page, int size, boolean skipTotalCount, boolean enableReviewSummary, boolean enableHashtags) method GetRatingReviewAll This method is used to get RatingReview.