Interface IMailTemplate


public interface IMailTemplate
Interface for mail template in the Platform management project
  • Method Details

    • getReference

      String getReference()
    • isSystem

      boolean isSystem()
    • getCategory

      String getCategory()
    • getSubCategory

      String getSubCategory()
    • getFullMail

      String getFullMail()
    • getFreemarkerTemplate

      InputStream getFreemarkerTemplate()
    • getSubject

      String getSubject()
    • getContent

      String getContent()
    • getLinkLabel

      String getLinkLabel()
    • getFooterText

      String getFooterText()