Uses of Class
org.silverpeas.mobile.shared.dto.faq.ReplyDTO
-
Packages that use ReplyDTO Package Description org.silverpeas.mobile.client.apps.faq.pages org.silverpeas.mobile.client.apps.faq.pages.widgets org.silverpeas.mobile.shared.dto.faq -
-
Uses of ReplyDTO in org.silverpeas.mobile.client.apps.faq.pages
Method parameters in org.silverpeas.mobile.client.apps.faq.pages with type arguments of type ReplyDTO Modifier and Type Method Description void
RepliesPage. setData(List<ReplyDTO> data)
-
Uses of ReplyDTO in org.silverpeas.mobile.client.apps.faq.pages.widgets
Methods in org.silverpeas.mobile.client.apps.faq.pages.widgets with parameters of type ReplyDTO Modifier and Type Method Description void
ReplyItem. setData(ReplyDTO data)
-
Uses of ReplyDTO in org.silverpeas.mobile.shared.dto.faq
Methods in org.silverpeas.mobile.shared.dto.faq that return types with arguments of type ReplyDTO Modifier and Type Method Description List<ReplyDTO>
QuestionDTO. getReplies()
Method parameters in org.silverpeas.mobile.shared.dto.faq with type arguments of type ReplyDTO Modifier and Type Method Description void
QuestionDTO. setReplies(List<ReplyDTO> replies)
-