|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of AlbumDetail in com.silverpeas.gallery.constant |
---|
Methods in com.silverpeas.gallery.constant with parameters of type AlbumDetail | |
---|---|
static URI |
GalleryResourceURIs.buildAlbumURI(AlbumDetail album)
Centralized the build of a album URI. |
static URI |
GalleryResourceURIs.buildMediaInAlbumURI(AlbumDetail album,
Media media)
Centralized the build of a media URI contained in a specified album. |
Uses of AlbumDetail in com.silverpeas.gallery.control |
---|
Methods in com.silverpeas.gallery.control that return AlbumDetail | |
---|---|
AlbumDetail |
GallerySessionController.getAlbum(String albumId)
|
AlbumDetail |
GallerySessionController.getAlbumLight(String albumId)
|
AlbumDetail |
GallerySessionController.goToAlbum()
|
AlbumDetail |
GallerySessionController.goToAlbum(String albumId)
|
AlbumDetail |
GallerySessionController.loadCurrentAlbum()
|
Methods in com.silverpeas.gallery.control that return types with arguments of type AlbumDetail | |
---|---|
Collection<AlbumDetail> |
GallerySessionController.addNbMedia(Collection<AlbumDetail> albums)
|
Collection<AlbumDetail> |
GallerySessionController.getAllAlbums()
|
Methods in com.silverpeas.gallery.control with parameters of type AlbumDetail | |
---|---|
void |
GallerySessionController.createAlbum(AlbumDetail album)
|
Collection<Media> |
GallerySessionController.getAllMedia(AlbumDetail album)
|
void |
GallerySessionController.updateAlbum(AlbumDetail album)
|
Method parameters in com.silverpeas.gallery.control with type arguments of type AlbumDetail | |
---|---|
Collection<AlbumDetail> |
GallerySessionController.addNbMedia(Collection<AlbumDetail> albums)
|
Uses of AlbumDetail in com.silverpeas.gallery.control.ejb |
---|
Methods in com.silverpeas.gallery.control.ejb that return AlbumDetail | |
---|---|
AlbumDetail |
GalleryBm.getAlbum(com.stratelia.webactiv.util.node.model.NodePK nodePK)
|
AlbumDetail |
GalleryBmEJB.getAlbum(com.stratelia.webactiv.util.node.model.NodePK nodePK)
|
AlbumDetail |
GalleryBm.getAlbum(com.stratelia.webactiv.util.node.model.NodePK nodePK,
MediaCriteria.VISIBILITY visibility)
|
AlbumDetail |
GalleryBmEJB.getAlbum(com.stratelia.webactiv.util.node.model.NodePK nodePK,
MediaCriteria.VISIBILITY visibility)
|
Methods in com.silverpeas.gallery.control.ejb that return types with arguments of type AlbumDetail | |
---|---|
Collection<AlbumDetail> |
GalleryBm.getAllAlbums(String instanceId)
|
Collection<AlbumDetail> |
GalleryBmEJB.getAllAlbums(String instanceId)
|
Methods in com.silverpeas.gallery.control.ejb with parameters of type AlbumDetail | |
---|---|
com.stratelia.webactiv.util.node.model.NodePK |
GalleryBm.createAlbum(AlbumDetail album,
com.stratelia.webactiv.util.node.model.NodePK nodePK)
|
com.stratelia.webactiv.util.node.model.NodePK |
GalleryBmEJB.createAlbum(AlbumDetail album,
com.stratelia.webactiv.util.node.model.NodePK nodePK)
|
void |
GalleryBm.updateAlbum(AlbumDetail album)
|
void |
GalleryBmEJB.updateAlbum(AlbumDetail album)
|
Uses of AlbumDetail in com.silverpeas.gallery.delegate |
---|
Methods in com.silverpeas.gallery.delegate that return AlbumDetail | |
---|---|
AlbumDetail |
GalleryPasteDelegate.getAlbum()
|
Methods in com.silverpeas.gallery.delegate that return types with arguments of type AlbumDetail | |
---|---|
Map<AlbumDetail,Boolean> |
GalleryPasteDelegate.getAlbumsToPaste()
|
Methods in com.silverpeas.gallery.delegate with parameters of type AlbumDetail | |
---|---|
void |
GalleryPasteDelegate.addAlbum(AlbumDetail album,
boolean isCutted)
Adds an album to paste |
Constructors in com.silverpeas.gallery.delegate with parameters of type AlbumDetail | |
---|---|
GalleryPasteDelegate(AlbumDetail album)
|
Uses of AlbumDetail in com.silverpeas.gallery.model |
---|
Methods in com.silverpeas.gallery.model that return types with arguments of type AlbumDetail | |
---|---|
Collection<AlbumDetail> |
AlbumDetail.getChildrenAlbumsDetails()
|
Uses of AlbumDetail in com.silverpeas.gallery.process |
---|
Methods in com.silverpeas.gallery.process with parameters of type AlbumDetail | |
---|---|
void |
GalleryProcessManagement.addPasteAlbumProcesses(AlbumDetail fromAlbum,
AlbumDetail toAlbum,
boolean isCutted)
Recursive method to add media paste processes for given albums (because of sub album) |
Uses of AlbumDetail in com.silverpeas.gallery.web |
---|
Methods in com.silverpeas.gallery.web with parameters of type AlbumDetail | |
---|---|
protected AlbumEntity |
AbstractGalleryResource.asWebEntity(AlbumDetail album)
Converts the album into its corresponding web entity. |
static AlbumEntity |
AlbumEntity.createFrom(AlbumDetail album,
String language)
Creates a new album entity from the specified album. |
protected void |
AbstractGalleryResource.verifyMediaIsInAlbum(Media media,
AlbumDetail album)
Verifying that the given photo is included in the given album. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |