Class GalleryPasteDelegate
- java.lang.Object
-
- org.silverpeas.components.gallery.delegate.GalleryPasteDelegate
-
public class GalleryPasteDelegate extends Object
- Author:
- Yohann Chastagnier
-
-
Constructor Summary
Constructors Constructor Description GalleryPasteDelegate(AlbumDetail album)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddAlbum(AlbumDetail album, boolean isCut)voidaddMedia(Media media, boolean isCut)AlbumDetailgetAlbum()Map<AlbumDetail,Boolean>getAlbumsToPaste()Map<Media,Boolean>getMediaToPaste()
-
-
-
Constructor Detail
-
GalleryPasteDelegate
public GalleryPasteDelegate(AlbumDetail album)
-
-
Method Detail
-
addMedia
public void addMedia(Media media, boolean isCut)
-
addAlbum
public void addAlbum(AlbumDetail album, boolean isCut)
-
getAlbum
public AlbumDetail getAlbum()
-
getAlbumsToPaste
public Map<AlbumDetail,Boolean> getAlbumsToPaste()
-
-