Modifier and Type | Method and Description |
---|---|
void |
ReportView.displayReport(List<ManufacturerRatingDto> manufacturerRatings) |
void |
ReportPresenter.MyView.displayReport(List<ManufacturerRatingDto> manufacturerRatings) |
void |
ReportMobileView.displayReport(List<ManufacturerRatingDto> manufacturerRatings) |
Modifier and Type | Method and Description |
---|---|
void |
ReportCell.render(Cell.Context context,
ManufacturerRatingDto value,
SafeHtmlBuilder safeHtmlBuilder) |
Modifier and Type | Method and Description |
---|---|
RestAction<List<ManufacturerRatingDto>> |
ManufacturerService.getAverageRatings() |
Modifier and Type | Method and Description |
---|---|
List<ManufacturerRatingDto> |
CarDao.getAverageCarRatingByManufacturer() |
Modifier and Type | Method and Description |
---|---|
List<ManufacturerRatingDto> |
ReportService.getAverageCarRatings(List<RatingDto> ratingDtos) |
Copyright © 2010-2014 ArcBees. All Rights Reserved.