Interface IMailTemplate
public interface IMailTemplate
Interface for mail template in the Platform management project
- 
Method Summary
- 
Method Details- 
getReferenceString getReference()
- 
isSystemboolean isSystem()
- 
getCategoryString getCategory()
- 
getSubCategoryString getSubCategory()
- 
getFullMailString getFullMail()
- 
getFreemarkerTemplateInputStream getFreemarkerTemplate()
- 
getSubjectString getSubject()
- 
getContentString getContent()
- 
getLinkLabelString getLinkLabel()
 
-