Class CommentMailNotificator
java.lang.Object
io.goobi.viewer.model.annotation.notification.CommentMailNotificator
- All Implemented Interfaces:
ChangeNotificator
- Author:
- florian
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetBcc()
void
notifyCreation
(PersistentAnnotation annotation, Locale locale, String viewerRootUrl) void
notifyDeletion
(PersistentAnnotation annotation, Locale locale) void
notifyEdit
(PersistentAnnotation oldAnnotation, PersistentAnnotation newAnnotation, Locale locale, String viewerRootUrl) void
notifyError
(Exception exception, Locale locale) void
void
setRecipients
(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:
notifyCreation
in interfaceChangeNotificator
-
notifyEdit
public void notifyEdit(PersistentAnnotation oldAnnotation, PersistentAnnotation newAnnotation, Locale locale, String viewerRootUrl) - Specified by:
notifyEdit
in interfaceChangeNotificator
-
notifyDeletion
- Specified by:
notifyDeletion
in interfaceChangeNotificator
-
notifyError
- Specified by:
notifyError
in interfaceChangeNotificator
-