Interface EmailTemplateService
- All Known Implementing Classes:
DefaultEmailTemplateService,SmartEditEmailTemplateService
public interface EmailTemplateService
Service designed to render email page templates
-
Method Summary
-
Method Details
-
getPageTemplate
- 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
-