| Package | Description |
|---|---|
| org.broadleafcommerce.core.rating.dao | |
| org.broadleafcommerce.core.rating.domain |
| Modifier and Type | Method and Description |
|---|---|
RatingDetail |
RatingSummaryDaoImpl.createDetail() |
RatingDetail |
RatingSummaryDao.createDetail() |
RatingDetail |
RatingSummaryDaoImpl.createDetail(RatingSummary ratingSummary,
Double rating,
Date submittedDate,
Customer customer) |
RatingDetail |
RatingSummaryDao.createDetail(RatingSummary ratingSummary,
Double rating,
Date submittedDate,
Customer customer) |
RatingDetail |
RatingSummaryDaoImpl.readRating(Long customerId,
Long ratingSummaryId) |
RatingDetail |
RatingSummaryDao.readRating(Long customerId,
Long ratingSummaryId) |
| Modifier and Type | Class and Description |
|---|---|
class |
RatingDetailImpl |
| Modifier and Type | Field and Description |
|---|---|
protected RatingDetail |
ReviewDetailImpl.ratingDetail |
| Modifier and Type | Field and Description |
|---|---|
protected List<RatingDetail> |
RatingSummaryImpl.ratings |
| Modifier and Type | Method and Description |
|---|---|
RatingDetail |
ReviewDetailImpl.getRatingDetail() |
RatingDetail |
ReviewDetail.getRatingDetail() |
| Modifier and Type | Method and Description |
|---|---|
List<RatingDetail> |
RatingSummaryImpl.getRatings() |
List<RatingDetail> |
RatingSummary.getRatings() |
| Modifier and Type | Method and Description |
|---|---|
void |
RatingSummaryImpl.setRatings(List<RatingDetail> ratings) |
void |
RatingSummary.setRatings(List<RatingDetail> ratings) |
| Constructor and Description |
|---|
ReviewDetailImpl(Customer customer,
Date reivewSubmittedDate,
RatingDetail ratingDetail,
String reviewText,
RatingSummary ratingSummary) |
Copyright © 2014. All Rights Reserved.