Class AlbumMediaNotificationManager
java.lang.Object
org.silverpeas.components.gallery.notification.user.AlbumMediaNotificationManager
- Author:
- silveryocha
-
Method Summary
Modifier and TypeMethodDescriptionget()voidputCreationOf(AlbumMedia albumMedia, org.silverpeas.core.admin.user.model.User by) Puts a creation of anAlbumMediainto the context.voidputDeletionOf(AlbumMedia albumMedia, org.silverpeas.core.admin.user.model.User by) Puts a deletion of anAlbumMediainto the context.
-
Method Details
-
get
-
putCreationOf
Puts a creation of anAlbumMediainto the context.- Parameters:
albumMedia- the couple of an album and a media.by- the user associated toAlbumMedia.
-
putDeletionOf
Puts a deletion of anAlbumMediainto the context.- Parameters:
albumMedia- the couple of an album and a media.by- the user associated toAlbumMedia.
-