Uses of Class
org.silverpeas.mobile.shared.dto.faq.QuestionDetailDTO
-
Packages that use QuestionDetailDTO Package Description org.silverpeas.mobile.client.apps.faq.events.app org.silverpeas.mobile.server.services org.silverpeas.mobile.shared.services.rest -
-
Uses of QuestionDetailDTO in org.silverpeas.mobile.client.apps.faq.events.app
Methods in org.silverpeas.mobile.client.apps.faq.events.app that return QuestionDetailDTO Modifier and Type Method Description QuestionDetailDTO
QuestionCreateEvent. getQuestion()
Constructors in org.silverpeas.mobile.client.apps.faq.events.app with parameters of type QuestionDetailDTO Constructor Description QuestionCreateEvent(QuestionDetailDTO question)
-
Uses of QuestionDetailDTO in org.silverpeas.mobile.server.services
Methods in org.silverpeas.mobile.server.services that return QuestionDetailDTO Modifier and Type Method Description QuestionDetailDTO
ServiceFaq. createQuestion(QuestionDetailDTO question)
Methods in org.silverpeas.mobile.server.services with parameters of type QuestionDetailDTO Modifier and Type Method Description QuestionDetailDTO
ServiceFaq. createQuestion(QuestionDetailDTO question)
-
Uses of QuestionDetailDTO in org.silverpeas.mobile.shared.services.rest
Methods in org.silverpeas.mobile.shared.services.rest with parameters of type QuestionDetailDTO Modifier and Type Method Description void
ServiceFaq. createQuestion(String appId, QuestionDetailDTO question, org.fusesource.restygwt.client.MethodCallback<QuestionDetailDTO> callback)
Method parameters in org.silverpeas.mobile.shared.services.rest with type arguments of type QuestionDetailDTO Modifier and Type Method Description void
ServiceFaq. createQuestion(String appId, QuestionDetailDTO question, org.fusesource.restygwt.client.MethodCallback<QuestionDetailDTO> callback)
-