Uses of Class
org.silverpeas.mobile.shared.dto.documents.SimpleDocumentDTO
-
-
Uses of SimpleDocumentDTO in org.silverpeas.mobile.client.apps.agenda.events.pages
Methods in org.silverpeas.mobile.client.apps.agenda.events.pages that return types with arguments of type SimpleDocumentDTO Modifier and Type Method Description List<SimpleDocumentDTO>AttachmentsLoadedEvent. getAttachments()Constructor parameters in org.silverpeas.mobile.client.apps.agenda.events.pages with type arguments of type SimpleDocumentDTO Constructor Description AttachmentsLoadedEvent(List<SimpleDocumentDTO> attachments) -
Uses of SimpleDocumentDTO in org.silverpeas.mobile.client.apps.documents.events.pages.publication
Methods in org.silverpeas.mobile.client.apps.documents.events.pages.publication that return types with arguments of type SimpleDocumentDTO Modifier and Type Method Description List<SimpleDocumentDTO>PublicationAttachmentsLoadedEvent. getAttachments()Constructor parameters in org.silverpeas.mobile.client.apps.documents.events.pages.publication with type arguments of type SimpleDocumentDTO Constructor Description PublicationAttachmentsLoadedEvent(List<SimpleDocumentDTO> attachments, int share) -
Uses of SimpleDocumentDTO in org.silverpeas.mobile.client.apps.faq.events.pages
Methods in org.silverpeas.mobile.client.apps.faq.events.pages that return types with arguments of type SimpleDocumentDTO Modifier and Type Method Description List<SimpleDocumentDTO>FaqAttachmentsLoadedEvent. getAttachments()Constructor parameters in org.silverpeas.mobile.client.apps.faq.events.pages with type arguments of type SimpleDocumentDTO Constructor Description FaqAttachmentsLoadedEvent(List<SimpleDocumentDTO> attachments, String contentId) -
Uses of SimpleDocumentDTO in org.silverpeas.mobile.client.components.attachments
Methods in org.silverpeas.mobile.client.components.attachments with parameters of type SimpleDocumentDTO Modifier and Type Method Description voidAttachment. setAttachment(SimpleDocumentDTO data) -
Uses of SimpleDocumentDTO in org.silverpeas.mobile.shared.dto.faq
Methods in org.silverpeas.mobile.shared.dto.faq that return types with arguments of type SimpleDocumentDTO Modifier and Type Method Description List<SimpleDocumentDTO>ReplyDTO. getAttachments()Method parameters in org.silverpeas.mobile.shared.dto.faq with type arguments of type SimpleDocumentDTO Modifier and Type Method Description voidReplyDTO. setAttachments(List<SimpleDocumentDTO> attachments) -
Uses of SimpleDocumentDTO in org.silverpeas.mobile.shared.services.rest
Method parameters in org.silverpeas.mobile.shared.services.rest with type arguments of type SimpleDocumentDTO Modifier and Type Method Description voidServiceRestDocuments. getDocumentsByType(String componentId, String resourceId, String type, String lang, org.fusesource.restygwt.client.MethodCallback<List<SimpleDocumentDTO>> callback)
-