ResponseDb

interface ResponseDb

Functions

Link copied to clipboard
abstract fun getCustomData(serverId: String, surveyId: String, respondentGuid: String): Map<String, String?>
abstract fun getCustomData(serverId: String, surveyId: String, respondentGuid: String, key: String): String?
Link copied to clipboard
abstract fun getRespondentValue(serverId: String, surveyId: String, respondentGuid: String): Map<String, String?>
Link copied to clipboard
abstract fun getResponse(serverId: String, surveyId: String, respondentGuid: String): Map<String, String?>
Link copied to clipboard
abstract fun getResponseControl(serverId: String, surveyId: String, respondentGuid: String): Map<String, String?>
Link copied to clipboard
abstract fun updateCustomData(serverId: String, surveyId: String, respondentGuid: String, customData: Map<String, String?>)
Link copied to clipboard
abstract fun updateRespondentValue(serverId: String, surveyId: String, respondentGuid: String, respondentValue: Map<String, String?>)
Link copied to clipboard
abstract fun updateResponse(serverId: String, surveyId: String, respondentGuid: String, responseControl: Map<String, String?>, response: Map<String, String?>)