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 QuestionDTOQuestionItem. updateWithResponse()Methods in org.silverpeas.mobile.client.apps.survey.pages.widgets with parameters of type QuestionDTO Modifier and Type Method Description voidQuestionItem. 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 voidSurveyDetailDTO. setQuestions(List<QuestionDTO> questions)
-