Interface EmailTemplateService
-
- All Known Implementing Classes:
DefaultEmailTemplateService,SmartEditEmailTemplateService
public interface EmailTemplateServiceService designed to render email page templates
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetPageTemplate(EmailPageData emailPageData)
-
-
-
Method Detail
-
getPageTemplate
java.lang.String getPageTemplate(EmailPageData emailPageData) throws CMSItemNotFoundException
- Parameters:
emailPageData- pageData- Returns:
- Returns fully processed HTML body for the template provided by
EmailPageData - Throws:
CMSItemNotFoundException- If the page represented by emailPageData is not found
-
-