Class EmailInfo
java.lang.Object
org.broadleafcommerce.common.email.service.info.EmailInfo
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
NullEmailInfo
- Author:
- jfischer
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
void
setAttachments
(List<Attachment> attachments) void
setEmailTemplate
(String emailTemplate) void
setEmailType
(String emailType) void
setEncoding
(String encoding) void
setFromAddress
(String fromAddress) void
setHeaders
(Map<String, String> headers) void
setMessageBody
(String messageBody) void
setSendAsyncPriority
(String sendAsyncPriority) void
setSendEmailReliableAsync
(String sendEmailReliableAsync) void
setSubject
(String subject)
-
Constructor Details
-
EmailInfo
public EmailInfo()
-
-
Method Details
-
getEmailType
- Returns:
- the emailType
-
setEmailType
- Parameters:
emailType
- the emailType to set
-
getEmailTemplate
- Returns:
- the emailTemplate
-
setEmailTemplate
- Parameters:
emailTemplate
- the emailTemplate to set
-
getSubject
- Returns:
- the subject
-
setSubject
- Parameters:
subject
- the subject to set
-
getFromAddress
- Returns:
- the fromAddress
-
setFromAddress
- Parameters:
fromAddress
- the fromAddress to set
-
getSendEmailReliableAsync
- Returns:
- the sendEmailReliableAsync
-
setSendEmailReliableAsync
- Parameters:
sendEmailReliableAsync
- the sendEmailReliableAsync to set
-
getSendAsyncPriority
- Returns:
- the sendAsyncPriority
-
setSendAsyncPriority
- Parameters:
sendAsyncPriority
- the sendAsyncPriority to set
-
getMessageBody
-
setMessageBody
-
getAttachments
-
setAttachments
-
getHeaders
-
setHeaders
-
addHeader
-
getEncoding
-
setEncoding
-
clone
-