Class ReviewReadService
Class ReviewReadService
- ReviewReadService implements ReviewReadServiceInterface
Package: Review\Services
Category: System
Located at Services/Core/Review/Services/ReviewReadService.inc.php
Category: System
Located at Services/Core/Review/Services/ReviewReadService.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.