Uses of Class
org.silverpeas.mobile.shared.dto.media.MediaDTO
-
-
Uses of MediaDTO in org.silverpeas.mobile.client.apps.media.events.app
Methods in org.silverpeas.mobile.client.apps.media.events.app that return MediaDTO Modifier and Type Method Description MediaDTO
MediaViewGetNextEvent. getCurrentMedia()
MediaDTO
MediaViewGetPreviousEvent. getCurrentMedia()
MediaDTO
MediaPreviewLoadEvent. getMedia()
MediaDTO
MediaViewShowEvent. getMedia()
Constructors in org.silverpeas.mobile.client.apps.media.events.app with parameters of type MediaDTO Constructor Description MediaPreviewLoadEvent(String instanceId, String contentType, String mediaId, MediaDTO media)
MediaViewGetNextEvent(MediaDTO currentMedia)
MediaViewGetPreviousEvent(MediaDTO currentMedia)
MediaViewShowEvent(MediaDTO media)
-
Uses of MediaDTO in org.silverpeas.mobile.client.apps.media.events.pages
Methods in org.silverpeas.mobile.client.apps.media.events.pages that return MediaDTO Modifier and Type Method Description MediaDTO
MediaViewNextEvent. getNextMedia()
MediaDTO
MediaPreviewLoadedEvent. getPreview()
MediaDTO
MediaViewPrevEvent. getPrevMedia()
Constructors in org.silverpeas.mobile.client.apps.media.events.pages with parameters of type MediaDTO Constructor Description MediaPreviewLoadedEvent(MediaDTO preview, boolean commentable, boolean notifiable)
MediaViewNextEvent(MediaDTO nextMedia)
MediaViewPrevEvent(MediaDTO prevMedia)
-
Uses of MediaDTO in org.silverpeas.mobile.client.apps.media.pages.widgets
Methods in org.silverpeas.mobile.client.apps.media.pages.widgets with parameters of type MediaDTO Modifier and Type Method Description void
MediaItem. setData(MediaDTO data)
-
Uses of MediaDTO in org.silverpeas.mobile.server.services
Methods in org.silverpeas.mobile.server.services that return MediaDTO Modifier and Type Method Description MediaDTO
ServiceMedia. getMedia(String instanceId, String id)
-
Uses of MediaDTO in org.silverpeas.mobile.shared.dto.media
Subclasses of MediaDTO in org.silverpeas.mobile.shared.dto.media Modifier and Type Class Description class
PhotoDTO
class
SoundDTO
class
VideoDTO
class
VideoStreamingDTO
-
Uses of MediaDTO in org.silverpeas.mobile.shared.services.rest
Method parameters in org.silverpeas.mobile.shared.services.rest with type arguments of type MediaDTO Modifier and Type Method Description void
ServiceMedia. getMedia(String instanceId, String id, org.fusesource.restygwt.client.MethodCallback<MediaDTO> callback)
-