Package com.confirmit.mobilesdk.database
Interface DataModule
-
- All Implemented Interfaces:
-
com.confirmit.mobilesdk.ConfirmitSDK.Module
public interface DataModule implements ConfirmitSDK.Module
-
-
Method Summary
Modifier and Type Method Description abstract ServerDbgetServer()abstract SurveyDbgetSurvey()abstract PrefDbgetPref()abstract RespondentDbgetRespondent()abstract ResponseDbgetResponse()abstract ProgramDbgetProgram()abstract ProgramPrefDbgetProgramPref()abstract ScenarioDbgetScenario()abstract JourneyDbgetJourney()abstract ActiveJourneyDbgetActiveJourney()-
-
Method Detail
-
getRespondent
abstract RespondentDb getRespondent()
-
getResponse
abstract ResponseDb getResponse()
-
getProgram
abstract ProgramDb getProgram()
-
getProgramPref
abstract ProgramPrefDb getProgramPref()
-
getScenario
abstract ScenarioDb getScenario()
-
getJourney
abstract JourneyDb getJourney()
-
getActiveJourney
abstract ActiveJourneyDb getActiveJourney()
-
-
-
-