Uses of Class
org.silverpeas.mobile.shared.dto.survey.SurveyDTO
-
-
Uses of SurveyDTO in org.silverpeas.mobile.client.apps.survey.events.pages
Methods in org.silverpeas.mobile.client.apps.survey.events.pages that return types with arguments of type SurveyDTO Modifier and Type Method Description List<SurveyDTO>SurveysLoadedEvent. getSurveys()Constructor parameters in org.silverpeas.mobile.client.apps.survey.events.pages with type arguments of type SurveyDTO Constructor Description SurveysLoadedEvent(List<SurveyDTO> surveys, String instanceId) -
Uses of SurveyDTO in org.silverpeas.mobile.client.apps.survey.pages.widgets
Methods in org.silverpeas.mobile.client.apps.survey.pages.widgets that return SurveyDTO Modifier and Type Method Description SurveyDTOSurveyItem. getData()Methods in org.silverpeas.mobile.client.apps.survey.pages.widgets with parameters of type SurveyDTO Modifier and Type Method Description voidSurveyItem. setData(SurveyDTO data) -
Uses of SurveyDTO in org.silverpeas.mobile.server.services
Methods in org.silverpeas.mobile.server.services that return types with arguments of type SurveyDTO Modifier and Type Method Description List<SurveyDTO>ServiceSurvey. getSurveys() -
Uses of SurveyDTO in org.silverpeas.mobile.shared.services.rest
Method parameters in org.silverpeas.mobile.shared.services.rest with type arguments of type SurveyDTO Modifier and Type Method Description voidServiceSurvey. getSurveys(String appId, org.fusesource.restygwt.client.MethodCallback<List<SurveyDTO>> callback)
-