Uses of Class
com.broadleafcommerce.datafeed.service.collector.domain.product.RatingSummary
Package
Description
-
Uses of RatingSummary in com.broadleafcommerce.datafeed.service.collector.domain.product
Modifier and TypeMethodDescriptionCollectedProduct.getProductRating()
The overall rating for this product.Modifier and TypeMethodDescriptionvoid
CollectedProduct.setProductRating
(RatingSummary productRating) The overall rating for this product. -
Uses of RatingSummary in com.broadleafcommerce.datafeed.service.collector.provider
Modifier and TypeMethodDescriptionExternalRatingsReviewsProvider.readRatings
(@NonNull Set<String> ids, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) RatingsReviewProvider.readRatings
(Set<String> ids, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Reads ratings for a Product or Variant.