public class EmailPageModel extends DocumentPageModel
Represents generated or created email page. Extends AbstractPage type without adding any new attribute.
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_TYPECODE
Generated model type code constant.
|
static String |
FROMEMAIL
Generated constant - Attribute key of
EmailPage.fromEmail attribute defined at extension acceleratorservices. |
static String |
FROMNAME
Generated constant - Attribute key of
EmailPage.fromName attribute defined at extension acceleratorservices. |
_ABSTRACTPAGE2USERRELATION, APPROVALSTATUS, AVAILABLECONTENTSLOTS, CONTENTSLOTS, DEFAULTPAGE, LOCKEDBY, MASTERTEMPLATE, MISSINGCONTENTSLOTS, NAVIGATIONNODELIST, ONLYONERESTRICTIONMUSTAPPLY, PREVIEWIMAGE, RESTRICTIONS, TITLE, TYPE, TYPECODE, VIEWCATALOGVERSION, NAME, UID_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
EmailPageModel()
Generated constructor - Default constructor for generic creation.
|
EmailPageModel(CatalogVersionModel _catalogVersion,
PageTemplateModel _masterTemplate,
ItemModel _owner,
String _uid)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
EmailPageModel(CatalogVersionModel _catalogVersion,
PageTemplateModel _masterTemplate,
String _uid)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
EmailPageModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
| Modifier and Type | Method and Description |
|---|---|
String |
getFromEmail()
Generated method - Getter of the
EmailPage.fromEmail attribute defined at extension acceleratorservices. |
String |
getFromEmail(Locale loc)
Generated method - Getter of the
EmailPage.fromEmail attribute defined at extension acceleratorservices. |
String |
getFromName()
Generated method - Getter of the
EmailPage.fromName attribute defined at extension acceleratorservices. |
String |
getFromName(Locale loc)
Generated method - Getter of the
EmailPage.fromName attribute defined at extension acceleratorservices. |
void |
setFromEmail(String value)
Generated method - Setter of
EmailPage.fromEmail attribute defined at extension acceleratorservices. |
void |
setFromEmail(String value,
Locale loc)
Generated method - Setter of
EmailPage.fromEmail attribute defined at extension acceleratorservices. |
void |
setFromName(String value)
Generated method - Setter of
EmailPage.fromName attribute defined at extension acceleratorservices. |
void |
setFromName(String value,
Locale loc)
Generated method - Setter of
EmailPage.fromName attribute defined at extension acceleratorservices. |
getApprovalStatus, getAvailableContentSlots, getContentSlots, getDefaultPage, getLockedBy, getMasterTemplate, getMissingContentSlots, getNavigationNodeList, getPreviewImage, getRestrictions, getTitle, getTitle, getType, getType, getTypeCode, getView, isOnlyOneRestrictionMustApply, setApprovalStatus, setDefaultPage, setLockedBy, setMasterTemplate, setNavigationNodeList, setOnlyOneRestrictionMustApply, setPreviewImage, setRestrictions, setTitle, setTitlegetCatalogVersion, getName, getUid, setCatalogVersion, setName, setUidgetComments, getCreationtime, getModifiedtime, getOwner, setComments, setCreationtime, setModifiedtime, setOwnerequals, getItemModelContext, getItemtype, getPersistenceContext, getPk, getProperty, getProperty, getTenantId, hashCode, readResolve, setProperty, setProperty, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toString, writeReplacepublic static final String _TYPECODE
public static final String FROMEMAIL
EmailPage.fromEmail attribute defined at extension acceleratorservices.public static final String FROMNAME
EmailPage.fromName attribute defined at extension acceleratorservices.public EmailPageModel()
public EmailPageModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public EmailPageModel(CatalogVersionModel _catalogVersion, PageTemplateModel _masterTemplate, String _uid)
_catalogVersion - initial attribute declared by type CMSItem at extension cms2_masterTemplate - initial attribute declared by type AbstractPage at extension cms2_uid - initial attribute declared by type CMSItem at extension cms2@Deprecated public EmailPageModel(CatalogVersionModel _catalogVersion, PageTemplateModel _masterTemplate, ItemModel _owner, String _uid)
_catalogVersion - initial attribute declared by type CMSItem at extension cms2_masterTemplate - initial attribute declared by type AbstractPage at extension cms2_owner - initial attribute declared by type Item at extension core_uid - initial attribute declared by type CMSItem at extension cms2@Accessor(qualifier="fromEmail", type=GETTER) public String getFromEmail()
EmailPage.fromEmail attribute defined at extension acceleratorservices.@Accessor(qualifier="fromEmail", type=GETTER) public String getFromEmail(Locale loc)
EmailPage.fromEmail attribute defined at extension acceleratorservices.loc - the value localization keyIllegalArgumentException - if localization key cannot be mapped to data language@Accessor(qualifier="fromName", type=GETTER) public String getFromName()
EmailPage.fromName attribute defined at extension acceleratorservices.@Accessor(qualifier="fromName", type=GETTER) public String getFromName(Locale loc)
EmailPage.fromName attribute defined at extension acceleratorservices.loc - the value localization keyIllegalArgumentException - if localization key cannot be mapped to data language@Accessor(qualifier="fromEmail", type=SETTER) public void setFromEmail(String value)
EmailPage.fromEmail attribute defined at extension acceleratorservices.value - the fromEmail - Holds email From address information for the email page.@Accessor(qualifier="fromEmail", type=SETTER) public void setFromEmail(String value, Locale loc)
EmailPage.fromEmail attribute defined at extension acceleratorservices.value - the fromEmail - Holds email From address information for the email page.loc - the value localization keyIllegalArgumentException - if localization key cannot be mapped to data language@Accessor(qualifier="fromName", type=SETTER) public void setFromName(String value)
EmailPage.fromName attribute defined at extension acceleratorservices.value - the fromName - Holds email address From name information for the email page.@Accessor(qualifier="fromName", type=SETTER) public void setFromName(String value, Locale loc)
EmailPage.fromName attribute defined at extension acceleratorservices.value - the fromName - Holds email address From name information for the email page.loc - the value localization keyIllegalArgumentException - if localization key cannot be mapped to data languageCopyright © 2017 SAP SE. All Rights Reserved.