Modifier and Type | Method and Description |
---|---|
protected String |
AdminEmailTemplateController.getFilePathContents(EmailTemplate emailTemplate) |
Modifier and Type | Method and Description |
---|---|
List<ContentTargeter> |
ContentTargeterDaoImpl.findContentTargetersForEmailTemplate(EmailTemplate emailTemplate) |
List<ContentTargeter> |
ContentTargeterDao.findContentTargetersForEmailTemplate(EmailTemplate emailTemplate) |
Modifier and Type | Field and Description |
---|---|
protected EmailTemplate |
ContentTargetingActionImpl.emailTemplate |
protected EmailTemplate |
ContentTargetingActionImpl.newEmailTemplate |
Modifier and Type | Method and Description |
---|---|
EmailTemplate |
ContentTargetingActionImpl.getEmailTemplate() |
EmailTemplate |
ContentTargetingAction.getEmailTemplate() |
EmailTemplate |
ContentTargetingActionImpl.getNewEmailTemplate() |
EmailTemplate |
ContentTargetingAction.getNewEmailTemplate() |
Modifier and Type | Method and Description |
---|---|
void |
ContentTargetingActionImpl.setEmailTemplate(EmailTemplate emailTemplate) |
void |
ContentTargetingAction.setEmailTemplate(EmailTemplate emailTemplate) |
void |
ContentTargetingActionImpl.setNewEmailTemplate(EmailTemplate newEmailTemplate) |
void |
ContentTargetingAction.setNewEmailTemplate(EmailTemplate newEmailTemplate) |
Modifier and Type | Method and Description |
---|---|
EmailTemplate |
EmailTemplateDaoImpl.readById(Long id) |
EmailTemplate |
EmailTemplateDao.readById(Long id) |
EmailTemplate |
EmailTemplateDaoImpl.save(EmailTemplate emailTemplate) |
EmailTemplate |
EmailTemplateDao.save(EmailTemplate emailTemplate) |
Modifier and Type | Method and Description |
---|---|
List<EmailTemplate> |
EmailTemplateDaoImpl.readActiveTemplatesByType(org.broadleafcommerce.common.notification.service.type.NotificationEventType type) |
List<EmailTemplate> |
EmailTemplateDao.readActiveTemplatesByType(org.broadleafcommerce.common.notification.service.type.NotificationEventType type) |
Modifier and Type | Method and Description |
---|---|
EmailTemplate |
EmailTemplateDaoImpl.save(EmailTemplate emailTemplate) |
EmailTemplate |
EmailTemplateDao.save(EmailTemplate emailTemplate) |
Modifier and Type | Class and Description |
---|---|
class |
EmailTemplateImpl |
Modifier and Type | Field and Description |
---|---|
protected EmailTemplate |
EmailHeaderImpl.emailTemplate |
Modifier and Type | Method and Description |
---|---|
EmailTemplate |
EmailHeader.getEmailTemplate() |
EmailTemplate |
EmailHeaderImpl.getEmailTemplate() |
Modifier and Type | Method and Description |
---|---|
void |
EmailHeader.setEmailTemplate(EmailTemplate emailTemplate) |
void |
EmailHeaderImpl.setEmailTemplate(EmailTemplate emailTemplate) |
Modifier and Type | Method and Description |
---|---|
EmailTemplate |
EmailTemplateService.findEmailTemplateById(Long id) |
EmailTemplate |
EmailTemplateServiceImpl.findEmailTemplateById(Long id) |
EmailTemplate |
EmailTemplateService.findEmailTemplateByPath(String path)
Responsible for finding a
Notification for the given resource path. |
EmailTemplate |
EmailTemplateServiceImpl.findEmailTemplateByPath(String path) |
Modifier and Type | Method and Description |
---|---|
List<EmailTemplate> |
EmailTemplateService.findActiveTemplatesByType(org.broadleafcommerce.common.notification.service.type.NotificationEventType notificationEventType)
Finds a List of active
Notification for the given NotificationType . |
List<EmailTemplate> |
EmailTemplateServiceImpl.findActiveTemplatesByType(org.broadleafcommerce.common.notification.service.type.NotificationEventType notificationEventType) |
Modifier and Type | Method and Description |
---|---|
String |
EmailTemplateService.getEmailResourcePath(EmailTemplate emailTemplate)
This method is responsible for generating a template path for a given Notification.
|
String |
EmailTemplateServiceImpl.getEmailResourcePath(EmailTemplate emailTemplate) |
String |
EmailTemplateService.getEmailTemplateClasspathPath(String prefix,
EmailTemplate emailTemplate)
This method is responsible for generating a classpath template path for a given Notification.
|
String |
EmailTemplateServiceImpl.getEmailTemplateClasspathPath(String prefix,
EmailTemplate emailTemplate) |
protected String |
EmailTemplateNotificationServiceImpl.getFromAddress(org.broadleafcommerce.common.notification.service.type.EmailNotification notification,
EmailTemplate emailTemplate,
org.broadleafcommerce.common.email.service.info.EmailInfo emailInfo) |
protected String |
EmailTemplateNotificationServiceImpl.getSubject(org.broadleafcommerce.common.notification.service.type.EmailNotification notification,
EmailTemplate emailTemplate,
org.broadleafcommerce.common.email.service.info.EmailInfo emailInfo) |
protected String |
EmailTemplateNotificationServiceImpl.getToAddress(org.broadleafcommerce.common.notification.service.type.EmailNotification notification,
EmailTemplate emailTemplate) |
protected String |
EmailTemplateServiceImpl.parseTemplatePathName(EmailTemplate emailTemplate) |
protected void |
EmailTemplateNotificationServiceImpl.sendEmailNotification(org.broadleafcommerce.common.notification.service.type.EmailNotification notification,
EmailTemplate emailTemplate) |
Modifier and Type | Method and Description |
---|---|
protected EmailTemplate |
ContentTargeterServiceImpl.findReplacementEmailTemplateForTargeter(ContentTargeter targeter) |
EmailTemplate |
ContentTargeterServiceImpl.findTargetedReplacementEmailTemplate(EmailTemplate emailTemplate) |
EmailTemplate |
ContentTargeterService.findTargetedReplacementEmailTemplate(EmailTemplate emailTemplate)
If a targeter has been setup for the passed in email template with an action type of
ContentTargetingActionType.CHANGE_EMAIL_TEMPLATE , then the new email template will be returned. |
Modifier and Type | Method and Description |
---|---|
EmailTemplate |
ContentTargeterServiceImpl.findTargetedReplacementEmailTemplate(EmailTemplate emailTemplate) |
EmailTemplate |
ContentTargeterService.findTargetedReplacementEmailTemplate(EmailTemplate emailTemplate)
If a targeter has been setup for the passed in email template with an action type of
ContentTargetingActionType.CHANGE_EMAIL_TEMPLATE , then the new email template will be returned. |
Copyright © 2020. All rights reserved.