Interface RatingsReviewProvider
- All Known Implementing Classes:
- ExternalRatingsReviewsProvider
public interface RatingsReviewProvider
Component to fetch Ratings details for syndicated Products.
- Author:
- Kelly Tisdell (ktisdell)
- 
Method SummaryModifier and TypeMethodDescriptionreadRatings(Set<String> ids, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Reads ratings for a Product or Variant.
- 
Method Details- 
readRatingsList<RatingSummary> readRatings(Set<String> ids, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Reads ratings for a Product or Variant.- Parameters:
- ids-
- contextInfo-
- Returns:
 
 
-