|
fun count(): Int |
|
fun deleteAll(): Deferred<Unit> |
|
fun deleteStand(standUUID: String): Deferred<Unit> |
|
fun deleteStands(stands: List<Stand>): Deferred<Unit> |
|
fun fetchStands(): Deferred<GetStandResult?> |
|
fun getStand(standUUID: String): Deferred<Stand> |
|
fun getStandAvailability(stand: Stand): Deferred<Map<String, List<TimeSlot>?>?> |
|
fun getStandMenus(): Deferred<List<Stand>> |
|
fun getStandMenusByProductType(productType: String): Deferred<List<Stand>> |
|
fun getStands(): Deferred<List<Stand>> |
|
fun insertStand(stand: Stand): Deferred<Unit> |
|
fun insertStands(stands: List<Stand>): Deferred<Unit> |