Modifier and Type | Method and Description |
---|---|
void |
RatingView.addRating(RatingDto ratingDto) |
void |
RatingPresenter.MyView.addRating(RatingDto ratingDto) |
void |
RatingMobileView.addRating(RatingDto ratingDto) |
void |
RatingDetailView.edit(RatingDto ratingDto) |
void |
RatingDetailPresenter.MyView.edit(RatingDto ratingDto) |
void |
RatingUiHandlers.onDelete(RatingDto ratingDto) |
void |
RatingPresenter.onDelete(RatingDto ratingDto) |
void |
RatingDetailUiHandlers.onSave(RatingDto ratingDto) |
void |
RatingDetailPresenter.onSave(RatingDto ratingDto) |
void |
RatingView.removeRating(RatingDto ratingDto) |
void |
RatingPresenter.MyView.removeRating(RatingDto ratingDto) |
void |
RatingMobileView.removeRating(RatingDto ratingDto) |
Modifier and Type | Method and Description |
---|---|
void |
RatingView.displayRatings(List<RatingDto> ratingDtos) |
void |
RatingPresenter.MyView.displayRatings(List<RatingDto> results) |
void |
RatingMobileView.displayRatings(List<RatingDto> ratingDtos) |
Modifier and Type | Method and Description |
---|---|
RatingDto |
RatingAddedEvent.getRating() |
Modifier and Type | Method and Description |
---|---|
static void |
RatingAddedEvent.fire(HasHandlers source,
RatingDto ratingDto) |
Constructor and Description |
---|
RatingAddedEvent(RatingDto ratingDto) |
Modifier and Type | Method and Description |
---|---|
void |
RatingCell.onBrowserEvent(Cell.Context context,
Element parent,
RatingDto value,
NativeEvent event,
ValueUpdater<RatingDto> valueUpdater) |
void |
RatingCell.render(Cell.Context context,
RatingDto value,
SafeHtmlBuilder safeHtmlBuilder) |
Modifier and Type | Method and Description |
---|---|
RatingCell |
RatingCellFactory.create(ActionCell.Delegate<RatingDto> delegate) |
void |
RatingCell.onBrowserEvent(Cell.Context context,
Element parent,
RatingDto value,
NativeEvent event,
ValueUpdater<RatingDto> valueUpdater) |
Modifier and Type | Method and Description |
---|---|
void |
EditRatingView.edit(RatingDto ratingDto) |
void |
EditRatingPresenter.MyView.edit(RatingDto ratingDto) |
void |
EditRatingUiHandlers.onSave(RatingDto ratingDto) |
void |
EditRatingPresenter.onSave(RatingDto ratingDto) |
Modifier and Type | Method and Description |
---|---|
RestAction<RatingDto> |
RatingService.get(Long id) |
RestAction<List<RatingDto>> |
RatingService.getRatings() |
RestAction<RatingDto> |
RatingService.saveOrCreate(RatingDto RatingDto) |
Modifier and Type | Method and Description |
---|---|
RestAction<RatingDto> |
RatingService.saveOrCreate(RatingDto RatingDto) |
Modifier and Type | Method and Description |
---|---|
static RatingDto |
Rating.createDto(Rating rating) |
Modifier and Type | Method and Description |
---|---|
static List<RatingDto> |
Rating.createDto(List<Rating> ratings) |
Modifier and Type | Method and Description |
---|---|
static Rating |
Rating.create(RatingDto ratingDto) |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
RatingResource.saveOrCreate(RatingDto ratingDto) |
Modifier and Type | Method and Description |
---|---|
List<ManufacturerRatingDto> |
ReportService.getAverageCarRatings(List<RatingDto> ratingDtos) |
Modifier and Type | Method and Description |
---|---|
List<RatingDto> |
CarDto.getRatings() |
Modifier and Type | Method and Description |
---|---|
void |
CarDto.setRatings(List<RatingDto> ratings) |
Copyright © 2010-2014 ArcBees. All Rights Reserved.