Interface IMailTemplate
public interface IMailTemplate
Interface for mail template in the Platform management project
-
Method Summary
-
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()
-