Modifier and Type | Method and Description |
---|---|
HasData<CarDto> |
CarsView.getCarDisplay() |
HasData<CarDto> |
CarsPresenter.MyView.getCarDisplay() |
HasData<CarDto> |
CarsMobileView.getCarDisplay() |
Modifier and Type | Method and Description |
---|---|
void |
CarsUiHandlers.onDelete(CarDto carDto) |
void |
CarsPresenter.onDelete(CarDto carDto) |
void |
CarsUiHandlers.onEdit(CarDto carDto) |
void |
CarsPresenter.onEdit(CarDto carDto) |
Modifier and Type | Method and Description |
---|---|
void |
CarsView.displayCars(int offset,
List<CarDto> carDtos) |
void |
CarsPresenter.MyView.displayCars(int offset,
List<CarDto> cars) |
void |
CarsMobileView.displayCars(int offset,
List<CarDto> carDtos) |
Modifier and Type | Method and Description |
---|---|
CarPresenter.MyProxy |
CarProxyFactory.create(CarDto carDto,
String nameToken) |
CarPresenter |
CarPresenterFactory.create(CarPresenter.MyProxy proxy,
CarDto carDto) |
void |
CarView.edit(CarDto carDto) |
void |
CarPresenter.MyView.edit(CarDto carDto) |
void |
CarMobileView.edit(CarDto carDto) |
void |
CarUiHandlers.onSave(CarDto carDto) |
void |
CarPresenter.onSave(CarDto carDto) |
String |
CarRenderer.render(CarDto carDto) |
void |
CarView.resetFields(CarDto carDto) |
void |
CarPresenter.MyView.resetFields(CarDto carDto) |
void |
CarMobileView.resetFields(CarDto carDto) |
void |
CarPresenterProvider.setCar(CarDto carDto) |
Constructor and Description |
---|
CarPresenter(EventBus eventBus,
CarPresenter.MyView view,
RestDispatch dispatcher,
CarsService carsService,
ManufacturerService manufacturerService,
PlaceManager placeManager,
CarProxyFactory carProxyFactory,
CarMessages messages,
CarPresenter.MyProxy proxy,
CarDto carDto) |
Modifier and Type | Method and Description |
---|---|
CarDto |
CarAddedEvent.getCar() |
Modifier and Type | Method and Description |
---|---|
static void |
CarAddedEvent.fire(HasHandlers source,
CarDto carDto) |
static void |
CarAddedEvent.fire(HasHandlers source,
CarDto carDto,
Boolean isNew) |
Constructor and Description |
---|
CarAddedEvent(CarDto carDto) |
CarAddedEvent(CarDto carDto,
Boolean isNew) |
Modifier and Type | Method and Description |
---|---|
void |
CarCell.render(Cell.Context context,
CarDto value,
SafeHtmlBuilder safeHtmlBuilder) |
Modifier and Type | Method and Description |
---|---|
void |
RatingDetailView.setAllowedCars(List<CarDto> carDtos) |
void |
RatingDetailPresenter.MyView.setAllowedCars(List<CarDto> carDtos) |
Modifier and Type | Method and Description |
---|---|
void |
EditRatingView.setAllowedCars(List<CarDto> carDtos) |
void |
EditRatingPresenter.MyView.setAllowedCars(List<CarDto> carDtos) |
Modifier and Type | Method and Description |
---|---|
RestAction<CarDto> |
CarService.get() |
RestAction<List<CarDto>> |
CarsService.getCars() |
RestAction<List<CarDto>> |
CarsService.getCars(int offset,
int limit) |
RestAction<CarDto> |
CarsService.saveOrCreate(CarDto carDto) |
Modifier and Type | Method and Description |
---|---|
RestAction<CarDto> |
CarsService.saveOrCreate(CarDto carDto) |
Modifier and Type | Method and Description |
---|---|
static CarDto |
Car.createDto(Car car) |
Modifier and Type | Method and Description |
---|---|
static List<CarDto> |
Car.createDto(List<Car> cars) |
Modifier and Type | Method and Description |
---|---|
static Car |
Car.create(CarDto carDto) |
Modifier and Type | Method and Description |
---|---|
static List<Car> |
Car.create(List<CarDto> carDtos) |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
CarResource.saveOrCreate(CarDto carDto) |
Modifier and Type | Method and Description |
---|---|
CarDto |
RatingDto.getCar() |
CarDto |
CarPropertiesDto.getCar() |
Modifier and Type | Method and Description |
---|---|
List<CarDto> |
ManufacturerDto.getCars() |
Modifier and Type | Method and Description |
---|---|
void |
RatingDto.setCar(CarDto car) |
void |
CarPropertiesDto.setCar(CarDto carDto) |
Modifier and Type | Method and Description |
---|---|
void |
ManufacturerDto.setCars(List<CarDto> cars) |
Constructor and Description |
---|
RatingDto(CarDto car,
Integer rating) |
Copyright © 2010-2014 ArcBees. All Rights Reserved.