Class GeneralSettingsDescriptor

java.lang.Object
org.nuxeo.ecm.platform.ec.notification.service.GeneralSettingsDescriptor

public class GeneralSettingsDescriptor extends Object
Author:
Narcis Paslaru
  • Field Details

    • serverPrefix

      protected String serverPrefix
    • eMailSubjectPrefix

      protected String eMailSubjectPrefix
    • mailSessionJndiName

      protected String mailSessionJndiName
    • mailSenderName

      protected String mailSenderName
  • Constructor Details

    • GeneralSettingsDescriptor

      public GeneralSettingsDescriptor()
  • Method Details

    • getEMailSubjectPrefix

      public String getEMailSubjectPrefix()
    • getServerPrefix

      public String getServerPrefix()
    • getMailSessionJndiName

      @Deprecated(since="2023.4") public String getMailSessionJndiName()
      Deprecated.
      since 2023.4 use getMailSenderName() instead.
    • getMailSenderName

      public String getMailSenderName()
      Gets the name of the MailSender to use.
      Since:
      2023.4