Uses of Class
org.silverpeas.mobile.shared.dto.faq.QuestionDTO
-
-
Uses of QuestionDTO in org.silverpeas.mobile.client.apps.faq.pages
Method parameters in org.silverpeas.mobile.client.apps.faq.pages with type arguments of type QuestionDTO Modifier and Type Method Description void
FaqPage. 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 void
FaqItem. 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 void
ServiceFaq. getAllQuestions(String appId, org.fusesource.restygwt.client.MethodCallback<List<QuestionDTO>> callback)
-