Uses of Class
org.silverpeas.components.gallery.web.AbstractMediaEntity
Packages that use AbstractMediaEntity
-
Uses of AbstractMediaEntity in org.silverpeas.components.gallery.web
Classes in org.silverpeas.components.gallery.web with type parameters of type AbstractMediaEntityModifier and TypeClassDescriptionclassAbstractMediaEntity<T extends AbstractMediaEntity<T>>Web entity abstraction which provides common media information of the entitySubclasses of AbstractMediaEntity in org.silverpeas.components.gallery.webModifier and TypeClassDescriptionclassclassclassclassMethods in org.silverpeas.components.gallery.web with type parameters of type AbstractMediaEntityModifier and TypeMethodDescription<T extends AbstractMediaEntity<T>>
TGets the JSON representation of a photo.<T extends AbstractMediaEntity<T>>
TGets the JSON representation of a sound.<T extends AbstractMediaEntity<T>>
TGalleryResource.getStreaming(String albumId, String streamingId) Gets the JSON representation of a streaming.<T extends AbstractMediaEntity<T>>
TGets the JSON representation of a video.Methods in org.silverpeas.components.gallery.web that return types with arguments of type AbstractMediaEntityModifier and TypeMethodDescriptionprotected Map<String,AbstractMediaEntity<?>> AlbumEntity.getMediaList()Methods in org.silverpeas.components.gallery.web with parameters of type AbstractMediaEntityModifier and TypeMethodDescriptionvoidAlbumEntity.addMedia(AbstractMediaEntity<?> mediaEntity) Adding a media in the album.