|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AbstractMediaEntity | |
|---|---|
| com.silverpeas.gallery.web | |
| Uses of AbstractMediaEntity in com.silverpeas.gallery.web |
|---|
| Classes in com.silverpeas.gallery.web with type parameters of type AbstractMediaEntity | |
|---|---|
class |
AbstractMediaEntity<T extends AbstractMediaEntity<T>>
Web entity abstraction which provides common media informations of the entity |
| Subclasses of AbstractMediaEntity in com.silverpeas.gallery.web | |
|---|---|
class |
PhotoEntity
|
class |
SoundEntity
|
class |
StreamingEntity
|
class |
VideoEntity
|
| Methods in com.silverpeas.gallery.web that return AbstractMediaEntity | |
|---|---|
protected AbstractMediaEntity |
AbstractGalleryResource.getMediaEntity(MediaType expectedMediaType,
String albumId,
String mediaId)
Centralization of getting of media data. |
AbstractMediaEntity |
GalleryResource.getPhoto(String albumId,
String photoId)
Gets the JSON representation of a photo. |
AbstractMediaEntity |
GalleryResource.getSound(String albumId,
String soundId)
Gets the JSON representation of a sound. |
AbstractMediaEntity |
GalleryResource.getStreaming(String albumId,
String streamingId)
Gets the JSON representation of a streaming. |
AbstractMediaEntity |
GalleryResource.getVideo(String albumId,
String videoId)
Gets the JSON representation of a video. |
| Methods in com.silverpeas.gallery.web that return types with arguments of type AbstractMediaEntity | |
|---|---|
protected Map<String,AbstractMediaEntity> |
AlbumEntity.getMediaList()
|
| Methods in com.silverpeas.gallery.web with parameters of type AbstractMediaEntity | |
|---|---|
void |
AlbumEntity.addMedia(AbstractMediaEntity mediaEntity)
Adding a media the the album. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||