|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@StableMinor(version="6.1", sinceVersion="4.0") public interface IBaseMail
Superinterface with common methods of mails interfaces.
ISingleMail
,
IMultipleMail
,
ISendMailManager
Field Summary | |
---|---|
static int |
MAIL_TYPE_MULTIPLE
Indicates the mail is a multiple mail, i.e. |
static int |
MAIL_TYPE_SINGLE
Indicates the mail is a single mail. |
Fields inherited from interface lumis.portal.sendmail.IMailSendStatus |
---|
STATUS_SEND_PENDING, STATUS_SENDING, STATUS_SENT_ERROR, STATUS_SENT_OK |
Method Summary | |
---|---|
IMailBody |
getBody()
Returns the body of this mail. |
java.lang.String |
getCharset()
Returns the charset of this mail. |
java.lang.String |
getFrom()
Returns the from field of this mail. |
java.lang.String |
getId()
Returns the id of this mail. |
java.lang.String |
getMailLoggingString()
Returns a String used for logging this mail. |
int |
getMailType()
Returns the type of this mail. |
java.lang.String |
getReplyTo()
Returns the reply to field of this mail. |
java.util.Date |
getRequestDateTime()
Returns the date this mail has been requested to be sent. |
java.lang.String |
getSourceComponent()
Returns the string describing the source component for this mail request. |
java.lang.String |
getSourceComponentStringsUrl()
Returns the strings url prefix for translating getSourceComponent() . |
java.lang.String |
getSubject()
Returns the subject of this mail. |
void |
setCharset(java.lang.String charset)
Sets the chartset of this mail. |
void |
setFrom(java.lang.String from)
Sets the from field of this mail. |
void |
setReplyTo(java.lang.String replyTo)
Sets the reply to field of this mail. |
void |
setSourceComponent(java.lang.String sourceComponent)
Sets the string describing the source component for this mail request. |
void |
setSourceComponentStringsUrl(java.lang.String sourceComponentStrings)
Sets the strings url prefix for translating getSourceComponent() . |
void |
setSubject(java.lang.String subject)
Sets the subject of this mail. |
Methods inherited from interface lumis.portal.sendmail.IMailSendStatus |
---|
getErrorMessage, getSentDateTime, getStatus, setErrorMessage, setSentDateTime, setStatus |
Field Detail |
---|
static final int MAIL_TYPE_SINGLE
static final int MAIL_TYPE_MULTIPLE
Method Detail |
---|
java.util.Date getRequestDateTime()
IMailBody getBody()
java.lang.String getCharset()
void setCharset(java.lang.String charset)
charset
- the charset.java.lang.String getFrom()
void setFrom(java.lang.String from)
from
- the from field value.java.lang.String getId()
java.lang.String getReplyTo()
void setReplyTo(java.lang.String replyTo)
replyTo
- the reply to field value.java.lang.String getSubject()
void setSubject(java.lang.String subject)
subject
- the subject value.java.lang.String getSourceComponent()
getSourceComponentStringsUrl()
void setSourceComponent(java.lang.String sourceComponent)
sourceComponent
- the string value.setSourceComponentStringsUrl(String)
java.lang.String getSourceComponentStringsUrl()
getSourceComponent()
.
getSourceComponent()
.void setSourceComponentStringsUrl(java.lang.String sourceComponentStrings)
getSourceComponent()
.
sourceComponentStrings
- the value to set.setSourceComponent(String)
int getMailType()
MAIL_TYPE_SINGLE
,
MAIL_TYPE_MULTIPLE
java.lang.String getMailLoggingString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |