|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MediaPK | |
---|---|
com.silverpeas.gallery | |
com.silverpeas.gallery.control.ejb | |
com.silverpeas.gallery.model | |
com.silverpeas.gallery.process.media |
Uses of MediaPK in com.silverpeas.gallery |
---|
Methods in com.silverpeas.gallery with parameters of type MediaPK | |
---|---|
void |
GalleryContentManager.deleteSilverContent(Connection con,
MediaPK mediaPK)
delete a content. |
static void |
MediaHelper.pasteInternalMedia(org.silverpeas.process.io.file.FileHandler fileHandler,
MediaPK fromPK,
InternalMedia media,
boolean cut)
|
Uses of MediaPK in com.silverpeas.gallery.control.ejb |
---|
Methods in com.silverpeas.gallery.control.ejb with parameters of type MediaPK | |
---|---|
Media |
GalleryBm.getMedia(MediaPK mediaPK)
|
Media |
GalleryBmEJB.getMedia(MediaPK mediaPK)
|
Media |
GalleryBm.getMedia(MediaPK mediaPK,
MediaCriteria.VISIBILITY visibility)
|
Media |
GalleryBmEJB.getMedia(MediaPK mediaPK,
MediaCriteria.VISIBILITY visibility)
|
Photo |
GalleryBm.getPhoto(MediaPK mediaPK)
|
Photo |
GalleryBmEJB.getPhoto(MediaPK mediaPK)
|
int |
GalleryBm.getSilverObjectId(MediaPK mediaPK)
|
int |
GalleryBmEJB.getSilverObjectId(MediaPK mediaPK)
|
Uses of MediaPK in com.silverpeas.gallery.model |
---|
Methods in com.silverpeas.gallery.model that return MediaPK | |
---|---|
MediaPK |
PhotoDetail.getMediaPK()
Deprecated. |
MediaPK |
Media.getMediaPK()
|
Methods in com.silverpeas.gallery.model with parameters of type MediaPK | |
---|---|
void |
PhotoDetail.setMediaPK(MediaPK mediaPK)
Deprecated. |
void |
Media.setMediaPK(MediaPK mediaPK)
|
Uses of MediaPK in com.silverpeas.gallery.process.media |
---|
Methods in com.silverpeas.gallery.process.media with parameters of type MediaPK | |
---|---|
static GalleryPasteMediaFileProcess |
GalleryPasteMediaFileProcess.getInstance(Media media,
MediaPK fromMediaPk,
boolean isCutted)
Gets an instance |
static GalleryPasteMediaDataProcess |
GalleryPasteMediaDataProcess.getInstance(Media media,
String albumId,
MediaPK fromMediaPk,
boolean isCutted)
Default hidden constructor |
Constructors in com.silverpeas.gallery.process.media with parameters of type MediaPK | |
---|---|
GalleryPasteMediaDataProcess(Media media,
String albumId,
MediaPK fromMediaPk,
boolean isCutted)
Default hidden constructor |
|
GalleryPasteMediaFileProcess(Media media,
MediaPK fromMediaPk,
boolean isCutted)
Default hidden constructor |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |