Uses of Class
org.silverpeas.mobile.shared.dto.documents.PublicationDTO
-
-
Uses of PublicationDTO in org.silverpeas.mobile.client.apps.documents.events.app
Methods in org.silverpeas.mobile.client.apps.documents.events.app that return PublicationDTO Modifier and Type Method Description PublicationDTO
DocumentsNextPublicationEvent. getPublication()
PublicationDTO
DocumentsPublishEvent. getPublication()
Constructors in org.silverpeas.mobile.client.apps.documents.events.app with parameters of type PublicationDTO Constructor Description DocumentsNextPublicationEvent(PublicationDTO publication, String direction)
DocumentsPublishEvent(PublicationDTO publication)
-
Uses of PublicationDTO in org.silverpeas.mobile.client.apps.documents.events.pages.navigation
Methods in org.silverpeas.mobile.client.apps.documents.events.pages.navigation that return PublicationDTO Modifier and Type Method Description PublicationDTO
GedItemPublishedEvent. getPublication()
Constructors in org.silverpeas.mobile.client.apps.documents.events.pages.navigation with parameters of type PublicationDTO Constructor Description GedItemPublishedEvent(PublicationDTO publication)
-
Uses of PublicationDTO in org.silverpeas.mobile.client.apps.documents.events.pages.publication
Methods in org.silverpeas.mobile.client.apps.documents.events.pages.publication that return PublicationDTO Modifier and Type Method Description PublicationDTO
PublicationLoadedEvent. getPublication()
PublicationDTO
PublicationPublishedEvent. getPublication()
Constructors in org.silverpeas.mobile.client.apps.documents.events.pages.publication with parameters of type PublicationDTO Constructor Description PublicationLoadedEvent(PublicationDTO publication, boolean commentable, boolean ableToStoreContent, boolean notifiable, int sharing, String type, boolean canImport, boolean canPublish)
PublicationPublishedEvent(PublicationDTO publication)
-
Uses of PublicationDTO in org.silverpeas.mobile.client.apps.documents.pages.widgets
Methods in org.silverpeas.mobile.client.apps.documents.pages.widgets with parameters of type PublicationDTO Modifier and Type Method Description void
LinkedPublicationItem. setData(PublicationDTO data)
-
Uses of PublicationDTO in org.silverpeas.mobile.client.apps.navigation.pages.widgets
Methods in org.silverpeas.mobile.client.apps.navigation.pages.widgets with parameters of type PublicationDTO Modifier and Type Method Description void
HomePageItem. setData(PublicationDTO data)
-
Uses of PublicationDTO in org.silverpeas.mobile.client.apps.news.events.app
Methods in org.silverpeas.mobile.client.apps.news.events.app that return PublicationDTO Modifier and Type Method Description PublicationDTO
OneNewsLoadEvent. getPublication()
Constructors in org.silverpeas.mobile.client.apps.news.events.app with parameters of type PublicationDTO Constructor Description OneNewsLoadEvent(PublicationDTO dto)
-
Uses of PublicationDTO in org.silverpeas.mobile.client.apps.news.pages
Methods in org.silverpeas.mobile.client.apps.news.pages with parameters of type PublicationDTO Modifier and Type Method Description void
NewsEditPage. setPublication(PublicationDTO publication)
-
Uses of PublicationDTO in org.silverpeas.mobile.server.services
Methods in org.silverpeas.mobile.server.services that return PublicationDTO Modifier and Type Method Description PublicationDTO
ServiceDocuments. getNextPublication(String instanceId, String id, String direction)
PublicationDTO
ServiceDocuments. getPublication(String id, String contributionId, String type)
PublicationDTO
ServiceDocuments. publish(String appId, String pubId)
Methods in org.silverpeas.mobile.server.services that return types with arguments of type PublicationDTO Modifier and Type Method Description List<PublicationDTO>
ServiceDocuments. getPublications(String instanceId, String topicId)
Retourne les publications d'un topic (au niveau 1). -
Uses of PublicationDTO in org.silverpeas.mobile.shared.dto
Methods in org.silverpeas.mobile.shared.dto that return types with arguments of type PublicationDTO Modifier and Type Method Description List<PublicationDTO>
HomePageDTO. getLastPublications()
Method parameters in org.silverpeas.mobile.shared.dto with type arguments of type PublicationDTO Modifier and Type Method Description void
HomePageDTO. setLastPublications(List<PublicationDTO> lastPublications)
-
Uses of PublicationDTO in org.silverpeas.mobile.shared.dto.documents
Methods in org.silverpeas.mobile.shared.dto.documents that return types with arguments of type PublicationDTO Modifier and Type Method Description List<PublicationDTO>
PublicationDTO. getLinkedPublications()
Methods in org.silverpeas.mobile.shared.dto.documents with parameters of type PublicationDTO Modifier and Type Method Description int
PublicationDTO. compareTo(PublicationDTO o)
Method parameters in org.silverpeas.mobile.shared.dto.documents with type arguments of type PublicationDTO Modifier and Type Method Description void
PublicationDTO. setLinkedPublications(List<PublicationDTO> linkedPublications)
-
Uses of PublicationDTO in org.silverpeas.mobile.shared.services.rest
Method parameters in org.silverpeas.mobile.shared.services.rest with type arguments of type PublicationDTO Modifier and Type Method Description void
ServiceDocuments. getNextPublication(String appId, String id, String direction, org.fusesource.restygwt.client.MethodCallback<PublicationDTO> callback)
void
ServiceDocuments. getPublication(String instanceId, String id, String contributionId, String type, org.fusesource.restygwt.client.MethodCallback<PublicationDTO> callback)
void
ServiceDocuments. getPublications(String instanceId, String topicId, org.fusesource.restygwt.client.MethodCallback<List<PublicationDTO>> callback)
void
ServiceDocuments. publish(String appId, String pubId, org.fusesource.restygwt.client.MethodCallback<PublicationDTO> callback)
-