Uses of Class
com.broadleafcommerce.datafeed.service.collector.domain.product.RatingSummary
Packages that use RatingSummary
Package
Description
- 
Uses of RatingSummary in com.broadleafcommerce.datafeed.service.collector.domain.productMethods in com.broadleafcommerce.datafeed.service.collector.domain.product that return RatingSummaryModifier and TypeMethodDescriptionCollectedProduct.getProductRating()The overall rating for this product.Methods in com.broadleafcommerce.datafeed.service.collector.domain.product with parameters of type RatingSummaryModifier and TypeMethodDescriptionvoidCollectedProduct.setProductRating(RatingSummary productRating) The overall rating for this product.
- 
Uses of RatingSummary in com.broadleafcommerce.datafeed.service.collector.providerMethods in com.broadleafcommerce.datafeed.service.collector.provider that return types with arguments of type RatingSummaryModifier 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.