Uses of Class
edu.uiuc.ncsa.security.util.events.NotificationEvent
-
Packages that use NotificationEvent Package Description edu.uiuc.ncsa.security.util.mail A simple mail system. -
-
Uses of NotificationEvent in edu.uiuc.ncsa.security.util.mail
Methods in edu.uiuc.ncsa.security.util.mail with parameters of type NotificationEvent Modifier and Type Method Description booleanJakartaMailUtil. sendMessage(NotificationEvent notificationEvent, String subjectTemplate, String messageTemplate, Map replacements)booleanJakartaMailUtil. sendMessage(NotificationEvent notificationEvent, String subjectTemplate, String messageTemplate, Map replacements, String newRecipients)This allows for sending with a specific subject and message template.booleanJakartaMailUtil. sendMessage(NotificationEvent notificationEvent, Map replacements)This takes a map of replacements for the templates and sends the message.booleanMailUtil. sendMessage(NotificationEvent notificationEvent, String subjectTemplate, String messageTemplate, Map replacements)booleanMailUtil. sendMessage(NotificationEvent notificationEvent, String subjectTemplate, String messageTemplate, Map replacements, String newRecipients)This allows for sending with a specific subject and message template.booleanMailUtil. sendMessage(NotificationEvent notificationEvent, Map replacements)This takes a map of replacements for the templates and sends the message.booleanMailUtilInterface. sendMessage(NotificationEvent notificationEvent, String subjectTemplate, String messageTemplate, Map replacements)booleanMailUtilInterface. sendMessage(NotificationEvent notificationEvent, String subjectTemplate, String messageTemplate, Map replacements, String newRecipients)booleanMailUtilInterface. sendMessage(NotificationEvent notificationEvent, Map replacements)
-