Class CommentMailNotificator
java.lang.Object
io.goobi.viewer.model.annotation.notification.CommentMailNotificator
- All Implemented Interfaces:
ChangeNotificator
- Author:
- florian
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetBcc()voidnotifyCreation(PersistentAnnotation annotation, Locale locale, String viewerRootUrl) voidnotifyDeletion(PersistentAnnotation annotation, Locale locale) voidnotifyEdit(PersistentAnnotation oldAnnotation, PersistentAnnotation newAnnotation, Locale locale, String viewerRootUrl) voidnotifyError(Exception exception, Locale locale) voidvoidsetRecipients(List<String> recipients)
-
Constructor Details
-
CommentMailNotificator
public CommentMailNotificator()
-
-
Method Details
-
setRecipients
- Parameters:
recipients-
-
getBcc
- Returns:
- the bcc
-
setBcc
- Parameters:
bcc- the bcc to set
-
notifyCreation
- Specified by:
notifyCreationin interfaceChangeNotificator- Parameters:
annotation-locale-viewerRootUrl-
-
notifyEdit
public void notifyEdit(PersistentAnnotation oldAnnotation, PersistentAnnotation newAnnotation, Locale locale, String viewerRootUrl) - Specified by:
notifyEditin interfaceChangeNotificator- Parameters:
oldAnnotation-newAnnotation-locale-viewerRootUrl-
-
notifyDeletion
- Specified by:
notifyDeletionin interfaceChangeNotificator- Parameters:
annotation-locale-
-
notifyError
- Specified by:
notifyErrorin interfaceChangeNotificator- Parameters:
exception-locale-
-