|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.silverpeas.gallery.web.MediaBuilder
public class MediaBuilder
Nested Class Summary | |
---|---|
protected class |
MediaBuilder.PhotoMock
Mock of photo entity |
protected class |
MediaBuilder.SoundMock
Mock of sound entity |
protected class |
MediaBuilder.StreamingMock
Mock of streaming entity |
protected class |
MediaBuilder.VideoMock
Mock of video entity |
Method Summary | |
---|---|
Photo |
buildPhoto(String photoId,
String componentId)
|
Sound |
buildSound(String soundId,
String componentId)
|
Streaming |
buildStreaming(String streamingId,
String componentId)
|
Video |
buildVideo(String videoId,
String componentId)
|
protected static void |
fillCommonData(Media media,
String mediaId,
String componentId)
|
protected static void |
fillInternalData(InternalMedia media)
|
static MediaBuilder |
getMediaBuilder()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static MediaBuilder getMediaBuilder()
public Photo buildPhoto(String photoId, String componentId)
public Video buildVideo(String videoId, String componentId)
public Sound buildSound(String soundId, String componentId)
public Streaming buildStreaming(String streamingId, String componentId)
protected static void fillCommonData(Media media, String mediaId, String componentId)
protected static void fillInternalData(InternalMedia media)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |