| Modifier and Type | Method and Description |
|---|---|
boolean |
EmailService.sendBasicEmail(EmailInfo emailInfo,
EmailTarget emailTarget,
HashMap<String,Object> props) |
boolean |
NullEmailServiceImpl.sendBasicEmail(EmailInfo emailInfo,
EmailTarget emailTarget,
HashMap<String,Object> props) |
boolean |
EmailServiceImpl.sendBasicEmail(EmailInfo emailInfo,
EmailTarget emailTarget,
HashMap<String,Object> props) |
boolean |
EmailService.sendTemplateEmail(EmailTarget emailTarget,
EmailInfo emailInfo,
HashMap<String,Object> props) |
boolean |
NullEmailServiceImpl.sendTemplateEmail(EmailTarget emailTarget,
EmailInfo emailInfo,
HashMap<String,Object> props) |
boolean |
EmailServiceImpl.sendTemplateEmail(EmailTarget emailTarget,
EmailInfo emailInfo,
HashMap<String,Object> props) |
boolean |
EmailService.sendTemplateEmail(String emailAddress,
EmailInfo emailInfo,
HashMap<String,Object> props) |
boolean |
NullEmailServiceImpl.sendTemplateEmail(String emailAddress,
EmailInfo emailInfo,
HashMap<String,Object> props) |
boolean |
EmailServiceImpl.sendTemplateEmail(String emailAddress,
EmailInfo emailInfo,
HashMap<String,Object> props) |
| Modifier and Type | Class and Description |
|---|---|
class |
NullEmailInfo
Implementation of EmailInfo that will not send an Email.
|
| Modifier and Type | Method and Description |
|---|---|
EmailInfo |
EmailInfo.clone() |
| Modifier and Type | Method and Description |
|---|---|
String |
ThymeleafMessageCreator.buildMessageBody(EmailInfo info,
HashMap<String,Object> props) |
abstract String |
MessageCreator.buildMessageBody(EmailInfo info,
HashMap<String,Object> props) |
String |
NullMessageCreator.buildMessageBody(EmailInfo info,
HashMap<String,Object> props) |
String |
VelocityMessageCreator.buildMessageBody(EmailInfo info,
HashMap<String,Object> props) |
| Modifier and Type | Field and Description |
|---|---|
protected EmailInfo |
EmailStatusHandler.emailInfo |
| Modifier and Type | Method and Description |
|---|---|
EmailInfo |
EmailStatusHandler.getEmailInfo() |
| Modifier and Type | Method and Description |
|---|---|
void |
EmailStatusHandler.setEmailInfo(EmailInfo emailInfo) |
Copyright © 2015. All Rights Reserved.