Uses of Class
org.silverpeas.mobile.shared.dto.faq.QuestionDTO
-
-
Uses of QuestionDTO in org.silverpeas.mobile.client.apps.faq.pages
Methods in org.silverpeas.mobile.client.apps.faq.pages with parameters of type QuestionDTO Modifier and Type Method Description voidRepliesPage. setData(QuestionDTO data)Method parameters in org.silverpeas.mobile.client.apps.faq.pages with type arguments of type QuestionDTO Modifier and Type Method Description voidFaqPage. setData(List<QuestionDTO> data) -
Uses of QuestionDTO in org.silverpeas.mobile.client.apps.faq.pages.widgets
Methods in org.silverpeas.mobile.client.apps.faq.pages.widgets with parameters of type QuestionDTO Modifier and Type Method Description voidFaqItem. setData(QuestionDTO data) -
Uses of QuestionDTO in org.silverpeas.mobile.server.services
Methods in org.silverpeas.mobile.server.services that return types with arguments of type QuestionDTO Modifier and Type Method Description List<QuestionDTO>ServiceFaq. getAllQuestions() -
Uses of QuestionDTO in org.silverpeas.mobile.shared.services.rest
Method parameters in org.silverpeas.mobile.shared.services.rest with type arguments of type QuestionDTO Modifier and Type Method Description voidServiceFaq. getAllQuestions(String appId, org.fusesource.restygwt.client.MethodCallback<List<QuestionDTO>> callback)
-