public interface CarsService extends RestService
Modifier and Type | Method and Description |
---|---|
CarService |
car(Long carId) |
RestAction<List<CarDto>> |
getCars() |
RestAction<List<CarDto>> |
getCars(int offset,
int limit) |
RestAction<Integer> |
getCarsCount() |
RestAction<CarDto> |
saveOrCreate(CarDto carDto) |
RestAction<List<CarDto>> getCars()
RestAction<List<CarDto>> getCars(int offset, int limit)
RestAction<Integer> getCarsCount()
RestAction<CarDto> saveOrCreate(CarDto carDto)
CarService car(Long carId)
Copyright © 2010-2014 ArcBees. All Rights Reserved.