Interface RatingsReviewProvider

All Known Implementing Classes:
ExternalRatingsReviewsProvider

public interface RatingsReviewProvider
Component to fetch Ratings details for syndicated Products.
Author:
Kelly Tisdell (ktisdell)
  • Method Summary

    Modifier and Type
    Method
    Description
    readRatings(Set<String> ids, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo)
    Reads ratings for a Product or Variant.
  • Method Details

    • readRatings

      List<RatingSummary> readRatings(Set<String> ids, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo)
      Reads ratings for a Product or Variant.
      Parameters:
      ids -
      contextInfo -
      Returns: