| Package | Description |
|---|---|
| org.broadleafcommerce.core.rating.service | |
| org.broadleafcommerce.core.rating.service.type |
| Modifier and Type | Method and Description |
|---|---|
List<ReviewDetail> |
RatingServiceImpl.readReviews(String itemId,
RatingType type,
int start,
int finish,
RatingSortType sortBy) |
List<ReviewDetail> |
RatingService.readReviews(String itemId,
RatingType type,
int start,
int finish,
RatingSortType sortBy) |
| Modifier and Type | Field and Description |
|---|---|
static RatingSortType |
RatingSortType.DEFAULT |
static RatingSortType |
RatingSortType.MOST_HELPFUL |
static RatingSortType |
RatingSortType.MOST_RECENT |
| Modifier and Type | Method and Description |
|---|---|
static RatingSortType |
RatingSortType.getInstance(String type) |
Copyright © 2015. All Rights Reserved.