interface RestrictionDao
RestrictionDao VenueNext
Created on 7/18/19. Copyright © 2019 VenueNext Inc. All rights reserved.
count |
abstract fun count(): Int |
deleteAll |
abstract fun deleteAll(): Unit |
deleteRestriction |
abstract fun deleteRestriction(restriction: Restriction): Unit |
getRestriction |
abstract fun getRestriction(metadataUUID: String): List<Restriction> |
insertRestriction |
abstract fun insertRestriction(restriction: Restriction): Unit |