public interface EmailMessageParser
Modifier and Type | Method and Description |
---|---|
java.lang.String |
parseMessage(DataSource ds,
java.lang.String msg,
DBEmailSend emailSend,
Contact recipient,
DBEmailRecipient[] allRecipientList,
boolean isParseRecipient,
boolean isHtml,
boolean isValidating)
Parsing the message for the corresponding EmailSend object.
|
java.lang.String |
parseMessage(DataSource ds,
java.lang.String msg,
DBEmailSend emailSend,
DBObject target,
Contact recipient,
DBEmailRecipient[] allRecipientList,
boolean isParseRecipient,
boolean isHtml,
boolean isValidating)
parsing the message for the EmailSend object
|
java.lang.String parseMessage(DataSource ds, java.lang.String msg, DBEmailSend emailSend, Contact recipient, DBEmailRecipient[] allRecipientList, boolean isParseRecipient, boolean isHtml, boolean isValidating) throws java.lang.Exception
ds
- the data sourcemsg
- the messageemailSend
- recipient
- allRecipientList
- isParseRecipient
- isHtml
- isValidating
- the email template variable will be skipped if isValidating is true and ignoreValidating flag is checked for this template variablejava.lang.Exception
- Exception A serious problemjava.lang.String parseMessage(DataSource ds, java.lang.String msg, DBEmailSend emailSend, DBObject target, Contact recipient, DBEmailRecipient[] allRecipientList, boolean isParseRecipient, boolean isHtml, boolean isValidating) throws java.lang.Exception
ds
- msg
- emailSend
- target
- target DBObjectrecipient
- allRecipientList
- isParseRecipient
- isHtml
- isValidating
- the email template variable will be skipped if isValidating is true and ignoreValidating flag is checked for this template variablejava.lang.Exception
stSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.