public interface MailTemplate
extends net.anotheria.asg.data.DataObject, net.anotheria.util.sorter.IComparable
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
PROP_ID
Constant property name for "id" for internal storage and queries.
|
static java.lang.String |
PROP_LOCALIZATIONS
Constant property name for "localizations" for internal storage and queries.
|
static java.lang.String |
PROP_MESSAGE_EN
Constant property name for "message" and domain "EN" for internal storage and queries.
|
static java.lang.String |
PROP_MJML_EN
Constant property name for "mjml" and domain "EN" for internal storage and queries.
|
static java.lang.String |
PROP_NAME
Constant property name for "name" for internal storage and queries.
|
static java.lang.String |
PROP_PLAIN_MESSAGE_EN
Constant property name for "plainMessage" and domain "EN" for internal storage and queries.
|
static java.lang.String |
PROP_SENDER_EN
Constant property name for "sender" and domain "EN" for internal storage and queries.
|
static java.lang.String |
PROP_SENDER_NAME_EN
Constant property name for "senderName" and domain "EN" for internal storage and queries.
|
static java.lang.String |
PROP_SUBJECT_EN
Constant property name for "subject" and domain "EN" for internal storage and queries.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addLocalizationsElement(java.lang.String guard)
Adds a new element to the list.
|
void |
copyLANG2LANG(java.lang.String sourceLanguge,
java.lang.String destLanguage)
Copies all multilingual properties from source language to destination language
|
java.util.List<java.lang.String> |
getLocalizations()
Returns the value of the localizations attribute.
|
java.lang.String |
getLocalizationsElement(int index)
Returns the element at the position index in the list.
|
int |
getLocalizationsSize()
Returns the number of elements in the "localizations" container
|
java.lang.String |
getMessage()
Returns the current value of the message attribute.
|
java.lang.String |
getMessageEN()
Returns the value of the message attribute in the "EN" domain.
|
java.lang.String |
getMjml()
Returns the current value of the mjml attribute.
|
java.lang.String |
getMjmlEN()
Returns the value of the mjml attribute in the "EN" domain.
|
java.lang.String |
getName()
Returns the value of the name attribute.
|
java.lang.String |
getPlainMessage()
Returns the current value of the plainMessage attribute.
|
java.lang.String |
getPlainMessageEN()
Returns the value of the plainMessage attribute in the "EN" domain.
|
java.lang.String |
getSender()
Returns the current value of the sender attribute.
|
java.lang.String |
getSenderEN()
Returns the value of the sender attribute in the "EN" domain.
|
java.lang.String |
getSenderName()
Returns the current value of the senderName attribute.
|
java.lang.String |
getSenderNameEN()
Returns the value of the senderName attribute in the "EN" domain.
|
java.lang.String |
getSubject()
Returns the current value of the subject attribute.
|
java.lang.String |
getSubjectEN()
Returns the value of the subject attribute in the "EN" domain.
|
void |
removeLocalizationsElement(int index)
Removes the element at position index from the list.
|
void |
setLocalizations(java.util.List<java.lang.String> value)
Sets the value of the localizations attribute.
|
void |
setMessage(java.lang.String value)
Sets the value of the message attribute in the current domain.
|
void |
setMessageEN(java.lang.String value)
Sets the value of the message attribute in the domain "EN"
|
void |
setMjml(java.lang.String value)
Sets the value of the mjml attribute in the current domain.
|
void |
setMjmlEN(java.lang.String value)
Sets the value of the mjml attribute in the domain "EN"
|
void |
setName(java.lang.String value)
Sets the value of the name attribute.
|
void |
setPlainMessage(java.lang.String value)
Sets the value of the plainMessage attribute in the current domain.
|
void |
setPlainMessageEN(java.lang.String value)
Sets the value of the plainMessage attribute in the domain "EN"
|
void |
setSender(java.lang.String value)
Sets the value of the sender attribute in the current domain.
|
void |
setSenderEN(java.lang.String value)
Sets the value of the sender attribute in the domain "EN"
|
void |
setSenderName(java.lang.String value)
Sets the value of the senderName attribute in the current domain.
|
void |
setSenderNameEN(java.lang.String value)
Sets the value of the senderName attribute in the domain "EN"
|
void |
setSubject(java.lang.String value)
Sets the value of the subject attribute in the current domain.
|
void |
setSubjectEN(java.lang.String value)
Sets the value of the subject attribute in the domain "EN"
|
void |
swapLocalizationsElement(int index1,
int index2)
Swaps elements at positions index1 and index2 in the list.
|
static final java.lang.String PROP_ID
static final java.lang.String PROP_NAME
static final java.lang.String PROP_SENDER_EN
static final java.lang.String PROP_SENDER_NAME_EN
static final java.lang.String PROP_SUBJECT_EN
static final java.lang.String PROP_MESSAGE_EN
static final java.lang.String PROP_MJML_EN
static final java.lang.String PROP_PLAIN_MESSAGE_EN
static final java.lang.String PROP_LOCALIZATIONS
java.lang.String getName()
void setName(java.lang.String value)
java.lang.String getSenderEN()
java.lang.String getSender()
void setSenderEN(java.lang.String value)
void setSender(java.lang.String value)
java.lang.String getSenderNameEN()
java.lang.String getSenderName()
void setSenderNameEN(java.lang.String value)
void setSenderName(java.lang.String value)
java.lang.String getSubjectEN()
java.lang.String getSubject()
void setSubjectEN(java.lang.String value)
void setSubject(java.lang.String value)
java.lang.String getMessageEN()
java.lang.String getMessage()
void setMessageEN(java.lang.String value)
void setMessage(java.lang.String value)
java.lang.String getMjmlEN()
java.lang.String getMjml()
void setMjmlEN(java.lang.String value)
void setMjml(java.lang.String value)
java.lang.String getPlainMessageEN()
java.lang.String getPlainMessage()
void setPlainMessageEN(java.lang.String value)
void setPlainMessage(java.lang.String value)
java.util.List<java.lang.String> getLocalizations()
void setLocalizations(java.util.List<java.lang.String> value)
int getLocalizationsSize()
void addLocalizationsElement(java.lang.String guard)
void removeLocalizationsElement(int index)
void swapLocalizationsElement(int index1,
int index2)
java.lang.String getLocalizationsElement(int index)
void copyLANG2LANG(java.lang.String sourceLanguge,
java.lang.String destLanguage)
Copyright © 2012-2023 anotheria.net. All Rights Reserved.