Class AlbumMediaNotificationManager
- java.lang.Object
-
- org.silverpeas.components.gallery.notification.user.AlbumMediaNotificationManager
-
@Service public class AlbumMediaNotificationManager extends Object
- Author:
- silveryocha
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AlbumMediaNotificationManager
get()
void
putCreationOf(AlbumMedia albumMedia, org.silverpeas.core.admin.user.model.User by)
Puts a creation of anAlbumMedia
into the context.void
putDeletionOf(AlbumMedia albumMedia, org.silverpeas.core.admin.user.model.User by)
Puts a deletion of anAlbumMedia
into the context.
-
-
-
Method Detail
-
get
public static AlbumMediaNotificationManager get()
-
putCreationOf
public void putCreationOf(AlbumMedia albumMedia, org.silverpeas.core.admin.user.model.User by)
Puts a creation of anAlbumMedia
into the context.- Parameters:
albumMedia
- the couple of an album and a media.by
- the user associated toAlbumMedia
.
-
putDeletionOf
public void putDeletionOf(AlbumMedia albumMedia, org.silverpeas.core.admin.user.model.User by)
Puts a deletion of anAlbumMedia
into the context.- Parameters:
albumMedia
- the couple of an album and a media.by
- the user associated toAlbumMedia
.
-
-