/tripkit/TripKitData/com.skedgo.tripkit.data.database.locations.carparks/CarParkDao
CarParkDao
\ interface CarParkDao
Functions
Name | Summary |
---|---|
getByCellIds | abstract fun getByCellIds(ids: List<String>): Flowable<List<CarParkLocationEntity>> |
getOpeningTimesByCarParkId | abstract fun getOpeningTimesByCarParkId(carParkId: String): List<OpeningTimeResult> |
getPricingEntriesByPricingTableId | abstract fun getPricingEntriesByPricingTableId(pricingTableId: String): List<PricingEntryEntity> |
getPricingTablesByCarParkId | abstract fun getPricingTablesByCarParkId(carParkId: String): List<PricingTableEntity> |
saveAll | abstract fun saveAll(carParks: List<CarParkLocationEntity>, openingDays: List<OpeningDayEntity>, openingTimes: List<OpeningTimeEntity>, pricingTables: List<PricingTableEntity>, pricingEntries: List<PricingEntryEntity>) |