| Package | Description |
|---|---|
| com.broadleafcommerce.rest.api.endpoint.catalog | |
| com.broadleafcommerce.rest.api.wrapper |
| Modifier and Type | Method and Description |
|---|---|
RatingSummaryWrapper |
RatingEndpoint.submitReviewForItem(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
String itemId,
String ratingType,
ReviewDetailWrapper reviewDetailWrapper) |
| Modifier and Type | Field and Description |
|---|---|
protected ReviewDetailWrapper |
RatingSummaryWrapper.currentCustomerReview |
| Modifier and Type | Field and Description |
|---|---|
protected List<ReviewDetailWrapper> |
RatingSummaryWrapper.reviews |
| Modifier and Type | Method and Description |
|---|---|
ReviewDetailWrapper |
RatingSummaryWrapper.getCurrentCustomerReview() |
| Modifier and Type | Method and Description |
|---|---|
List<ReviewDetailWrapper> |
RatingSummaryWrapper.getReviews() |
| Modifier and Type | Method and Description |
|---|---|
void |
RatingSummaryWrapper.setCurrentCustomerReview(ReviewDetailWrapper currentCustomerReview) |
| Modifier and Type | Method and Description |
|---|---|
void |
RatingSummaryWrapper.setReviews(List<ReviewDetailWrapper> reviews) |
Copyright © 2020. All rights reserved.