Interface ReviewReadServiceInterface
Interface ReviewReadServiceInterface
Direct known implementers
Package: Review\Interfaces
Category: System
Located at Services/Core/Review/Interfaces/ReviewReadServiceInterface.inc.php
Category: System
Located at Services/Core/Review/Interfaces/ReviewReadServiceInterface.inc.php
Methods summary
public
getAverageRatingByProductId( IdType $productId )
: float
Returns the average rating by given product id.
public
getReviewsByProductId( IdType $productId, IdType $languageId )
: ReviewCollection
Returns the reviews by given product id.
public
getReviewsByCustomerId( IdType $customerId )
: ReviewCollection
Returns the reviews by given customer ID.