Interface ReviewAccessRepositoryInterface
Interface ReviewAccessRepositoryInterface
Direct known implementers
Package: Review\Repositories
Category: System
Located at Services/Core/Review/Repositories/Interfaces/ReviewAccessRepositoryInterface.inc.php
Category: System
Located at Services/Core/Review/Repositories/Interfaces/ReviewAccessRepositoryInterface.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.