Class MailActionService.MailInfo

java.lang.Object
ch.tocco.nice2.optional.address.api.action.mail.legacy.MailActionService.MailFormRequest
ch.tocco.nice2.optional.address.api.action.mail.legacy.MailActionService.MailInfo
Enclosing interface:
MailActionService

@Deprecated public static class MailActionService.MailInfo extends MailActionService.MailFormRequest
Deprecated.
  • Constructor Details

    • MailInfo

      public MailInfo()
      Deprecated.
  • Method Details

    • isTest

      public boolean isTest()
      Deprecated.
    • setTest

      public void setTest(boolean test)
      Deprecated.
    • getMail_text

      public String getMail_text()
      Deprecated.
    • getPlaintext

      public String getPlaintext()
      Deprecated.
    • getSubject

      public String getSubject()
      Deprecated.
    • getCc

      public String getCc()
      Deprecated.
    • getBcc

      public String getBcc()
      Deprecated.
    • getReply_to

      public String getReply_to()
      Deprecated.
    • getSinglecc

      public String getSinglecc()
      Deprecated.
    • setSinglecc

      public void setSinglecc(String singlecc)
      Deprecated.
    • getMailAddresses

      public String[] getMailAddresses()
      Deprecated.
    • getSender_email

      public String getSender_email()
      Deprecated.
    • getSender_name

      public String getSender_name()
      Deprecated.
    • getAttachments

      public String[] getAttachments()
      Deprecated.
    • setMail_text

      public void setMail_text(String mail_text)
      Deprecated.
    • setPlaintext

      public void setPlaintext(String plaintext)
      Deprecated.
    • setSubject

      public void setSubject(String subject)
      Deprecated.
    • setCc

      public void setCc(String cc)
      Deprecated.
    • setBcc

      public void setBcc(String bcc)
      Deprecated.
    • setAttachments

      public void setAttachments(String[] attachments)
      Deprecated.
    • setMailAddresses

      public void setMailAddresses(String[] mailAddresses)
      Deprecated.
    • setSender_email

      public void setSender_email(String sender_email)
      Deprecated.
    • setSender_name

      public void setSender_name(String sender_name)
      Deprecated.
    • setReply_to

      public void setReply_to(String reply_to)
      Deprecated.
    • getSender

      public String getSender()
      Deprecated.
    • setSender

      public void setSender(String sender)
      Deprecated.
    • getContactCategory

      public String getContactCategory()
      Deprecated.
    • setContactCategory

      public void setContactCategory(String contactCategory)
      Deprecated.
    • getMailProvider

      public String getMailProvider()
      Deprecated.
    • setMailProvider

      public void setMailProvider(String mailProvider)
      Deprecated.
    • getRestrictedSender

      public String getRestrictedSender()
      Deprecated.
    • setRestrictedSender

      public void setRestrictedSender(String restrictedSender)
      Deprecated.
    • getExpiryDate

      public org.joda.time.LocalDate getExpiryDate()
      Deprecated.
    • setExpiryDate

      public void setExpiryDate(org.joda.time.LocalDate expiryDate)
      Deprecated.
    • getBcc_recipient

      public String[] getBcc_recipient()
      Deprecated.
    • setBcc_recipient

      public void setBcc_recipient(String[] bcc_recipient)
      Deprecated.
    • getCc_recipient

      public String[] getCc_recipient()
      Deprecated.
    • setCc_recipient

      public void setCc_recipient(String[] cc_recipient)
      Deprecated.
    • getAlt_recipient

      public String getAlt_recipient()
      Deprecated.
    • setAlt_recipient

      public void setAlt_recipient(String alt_recipient)
      Deprecated.
    • getAlt_recipient_user

      public String getAlt_recipient_user()
      Deprecated.
    • setAlt_recipient_user

      public void setAlt_recipient_user(String alt_recipient_user)
      Deprecated.
    • getSinglecc_recipient

      public String[] getSinglecc_recipient()
      Deprecated.
    • setSinglecc_recipient

      public void setSinglecc_recipient(String[] singlecc_recipient)
      Deprecated.
    • getTemplateAttributes

      public Map<String,Object> getTemplateAttributes()
      Deprecated.
    • setTemplateAttributes

      public void setTemplateAttributes(Map<String,Object> templateAttributes)
      Deprecated.
    • getTemplateLoaderName

      public String getTemplateLoaderName()
      Deprecated.
    • setTemplateLoaderName

      public void setTemplateLoaderName(String templateLoaderName)
      Deprecated.
    • isLocalizedTemplateLookup

      public boolean isLocalizedTemplateLookup()
      Deprecated.
    • setLocalizedTemplateLookup

      public void setLocalizedTemplateLookup(boolean localizedTemplateLookup)
      Deprecated.
    • getMailInfoAttributes

      public Map<String,Object> getMailInfoAttributes()
      Deprecated.
    • setMailInfoAttributes

      public void setMailInfoAttributes(Map<String,Object> mailInfoAttributes)
      Deprecated.
    • isInlineCss

      public boolean isInlineCss()
      Deprecated.
    • setInlineCss

      public void setInlineCss(boolean inlineCss)
      Deprecated.