RespondentDb

interface RespondentDb

Functions

Link copied to clipboard
abstract fun cleanupRespondent(serverId: String, surveyId: String, guid: String)
Link copied to clipboard
abstract fun createOrUpdate(serverId: String, surveyId: String, guid: String, sid: String)
Link copied to clipboard
abstract fun deleteRespondent(serverId: String, surveyId: String, guid: String)
Link copied to clipboard
abstract fun getDeletedRespondents(serverId: String, surveyId: String): List<SurveyRespondent>
Link copied to clipboard
abstract fun getPendingRespondents(serverId: String, surveyId: String): List<SurveyRespondent>
Link copied to clipboard
abstract fun getRespondent(serverId: String, surveyId: String, guid: String): SurveyRespondent?
Link copied to clipboard
abstract fun resetInProgressToUpload(serverId: String, surveyId: String)
Link copied to clipboard
abstract fun setUpdateError(serverId: String, surveyId: String, guid: String)
Link copied to clipboard
abstract fun setUpdatePending(serverId: String, surveyId: String, guid: String)
Link copied to clipboard
abstract fun setUpdateProgress(serverId: String, surveyId: String, guid: String)
Link copied to clipboard
abstract fun setUpdateSuccess(serverId: String, surveyId: String, guid: String)
Link copied to clipboard
abstract fun updateStatus(serverId: String, surveyId: String, guid: String, status: RespondentStatus)