Class AlbumMediaNotificationManager


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

      • 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.