SurveyDb

interface SurveyDb

Functions

Link copied to clipboard
abstract fun cleanupSurvey(serverId: String, surveyId: String)
Link copied to clipboard
abstract fun createOrUpdate(serverId: String, surveyId: String, packageVersion: Int, configs: ConfigsInfo, deleted: Boolean)
Link copied to clipboard
abstract fun deleteSurvey(serverId: String, surveyId: String)
Link copied to clipboard
Link copied to clipboard
abstract fun getSurvey(serverId: String, surveyId: String): Survey?
Link copied to clipboard
abstract fun getSurveyList(): List<Survey>