tripkit-android / com.skedgo.tripkit.data.database.locations.carpods / CarPodDao

CarPodDao

interface CarPodDao

Functions

Name Summary
getCarPodById abstract fun getCarPodById(id:String):CarPodEntity
getCarPodsByCellIds abstract fun getCarPodsByCellIds(cellIds:List<String>): Flowable<List<CarPodEntity>>
getCarPodsByCellIdsWithinBounds abstract fun getCarPodsByCellIdsWithinBounds(cellIds:List<String>, southWestLat:Double, southWestLng:Double, northEastLat:Double, northEastLng:Double): Flowable<List<CarPodEntity>>
getVehiclesByCarPodId abstract fun getVehiclesByCarPodId(carPodId:String):List<CarPodVehicle>?
saveAll abstract fun saveAll(entities:List<CarPodEntity>, vehicles:List<CarPodVehicle>):Unit