/tripkit/TripKitData/com.skedgo.tripkit.data.database.locations.facility/FacilityDao

FacilityDao

\ abstract class FacilityDao

Constructors

FacilityDao constructor()

Functions

Name Summary
getAllByCellsAndLatLngBounds abstract fun getAllByCellsAndLatLngBounds(cellIds: List<String>, southWestLat: Double, southWestLng: Double, northEastLat: Double, northEastLng: Double): Flowable<List<FacilityLocationEntity>>
getAllInCells abstract fun getAllInCells(cellIds: List<String>): Flowable<List<FacilityLocationEntity>>
getById abstract fun getById(id: String): FacilityLocationEntity
saveAll abstract fun saveAll(facilities: List<FacilityLocationEntity>)