Uses of Enum Class
de.gustavblass.fsu.fmi.roombooking.service.EMailService.Template
Packages that use EMailService.Template
-
Uses of EMailService.Template in de.gustavblass.fsu.fmi.roombooking.service
Subclasses with type arguments of type EMailService.Template in de.gustavblass.fsu.fmi.roombooking.serviceModifier and TypeClassDescriptionstatic enumRepresents the templates available for e-mails to be sent to end users.Methods in de.gustavblass.fsu.fmi.roombooking.service that return EMailService.TemplateModifier and TypeMethodDescriptionstatic EMailService.TemplateReturns the enum constant of this class with the specified name.static EMailService.Template[]EMailService.Template.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in de.gustavblass.fsu.fmi.roombooking.service with parameters of type EMailService.TemplateModifier and TypeMethodDescriptionprivate voidEMailService.sendEMail(@NonNull String recipientAddress, @NonNull String subject, @NonNull EMailService.Template template, @NonNull org.thymeleaf.context.Context context, @NonNull Locale locale) Sends an e-mail to the given recipient's address, with the given subject and content in the given language.