Class AlbumMediaNotificationManager

java.lang.Object
org.silverpeas.components.gallery.notification.user.AlbumMediaNotificationManager

@Service public class AlbumMediaNotificationManager extends Object
Author:
silveryocha
  • Method Details

    • get

      public static AlbumMediaNotificationManager get()
    • putCreationOf

      public void putCreationOf(AlbumMedia albumMedia, org.silverpeas.core.admin.user.model.User by)
      Puts a creation of an AlbumMedia into the context.
      Parameters:
      albumMedia - the couple of an album and a media.
      by - the user associated to AlbumMedia.
    • putDeletionOf

      public void putDeletionOf(AlbumMedia albumMedia, org.silverpeas.core.admin.user.model.User by)
      Puts a deletion of an AlbumMedia into the context.
      Parameters:
      albumMedia - the couple of an album and a media.
      by - the user associated to AlbumMedia.