Uses of Class
org.silverpeas.mobile.shared.dto.survey.QuestionDTO
-
Packages that use QuestionDTO Package Description org.silverpeas.mobile.client.apps.survey.pages.widgets org.silverpeas.mobile.shared.dto.survey -
-
Uses of QuestionDTO in org.silverpeas.mobile.client.apps.survey.pages.widgets
Methods in org.silverpeas.mobile.client.apps.survey.pages.widgets that return QuestionDTO Modifier and Type Method Description QuestionDTO
QuestionItem. updateWithResponse()
Methods in org.silverpeas.mobile.client.apps.survey.pages.widgets with parameters of type QuestionDTO Modifier and Type Method Description void
QuestionItem. setData(QuestionDTO data)
-
Uses of QuestionDTO in org.silverpeas.mobile.shared.dto.survey
Methods in org.silverpeas.mobile.shared.dto.survey that return types with arguments of type QuestionDTO Modifier and Type Method Description List<QuestionDTO>
SurveyDetailDTO. getQuestions()
Method parameters in org.silverpeas.mobile.shared.dto.survey with type arguments of type QuestionDTO Modifier and Type Method Description void
SurveyDetailDTO. setQuestions(List<QuestionDTO> questions)
-