|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.broadleafcommerce.profile.email.service.info.EmailInfo
org.broadleafcommerce.profile.email.service.info.NullEmailInfo
public class NullEmailInfo
Implementation of EmailInfo that will not send an Email. The out of box configuration for broadleaf does not send emails but does have hooks to send emails for use cases like registration, forgot password, etc. The email send functionality will not send an email if the passed in EmailInfo is an instance of this class.
| Constructor Summary | |
|---|---|
NullEmailInfo()
|
|
| Method Summary |
|---|
| Methods inherited from class org.broadleafcommerce.profile.email.service.info.EmailInfo |
|---|
clone, getAttachments, getEmailTemplate, getEmailType, getFromAddress, getMessageBody, getSendAsyncPriority, getSendEmailReliableAsync, getSubject, setAttachments, setEmailTemplate, setEmailType, setFromAddress, setMessageBody, setSendAsyncPriority, setSendEmailReliableAsync, setSubject |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NullEmailInfo()
throws java.io.IOException
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||