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 EMailNotifierNotifications.emailNotifierThe 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 TypeMethodDescriptionvoidNotifications.setEmailNotifier(@NonNull EMailNotifier emailNotifier) Updates theNotifications.includeGradesfield 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 EMailNotifierSetupEmailDialogController.emailNotifierTheEMailNotifierthat 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