Uses of Class
page.codeberg.friedolyn.notifications.EMailNotifier
Packages that use EMailNotifier
Package
Description
-
Uses of EMailNotifier in page.codeberg.friedolyn.configuration
Fields in page.codeberg.friedolyn.configuration declared as EMailNotifierModifier and TypeFieldDescriptionprivate EMailNotifier
Notifications.emailNotifier
The notifier that will be used to send the e-mail notifications to the user via the university's SMTP server.Methods in page.codeberg.friedolyn.configuration that return types with arguments of type EMailNotifierModifier and TypeMethodDescription@NonNull Optional
<EMailNotifier> Notifications.getEmailNotifier()
Methods in page.codeberg.friedolyn.configuration with parameters of type EMailNotifierModifier and TypeMethodDescriptionvoid
Notifications.setEmailNotifier
(@NonNull EMailNotifier emailNotifier) Updates theNotifications.includeGrades
field to the exact reference of the given object. -
Uses of EMailNotifier in page.codeberg.friedolyn.gui
Methods in page.codeberg.friedolyn.gui that return types with arguments of type EMailNotifierModifier and TypeMethodDescriptionstatic @NonNull GUI.DialogResult
<@NonNull EMailNotifier> GUI.openSetupEmailDialogWindow
(@NonNull Configuration configuration) -
Uses of EMailNotifier in page.codeberg.friedolyn.gui.controllers
Fields in page.codeberg.friedolyn.gui.controllers declared as EMailNotifierModifier and TypeFieldDescriptionprivate EMailNotifier
SetupEmailDialogController.emailNotifier
TheEMailNotifier
that is being set up by the user.Methods in page.codeberg.friedolyn.gui.controllers that return types with arguments of type EMailNotifierModifier and TypeMethodDescription@NonNull Optional
<EMailNotifier> SetupEmailDialogController.getResult()
-
Uses of EMailNotifier in page.codeberg.friedolyn.notifications
Methods in page.codeberg.friedolyn.notifications that return EMailNotifier