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 java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
FROMEMAIL
Generated constant - Attribute key of
EmailPage.fromEmail attribute defined at extension acceleratorservices. |
static java.lang.String |
FROMNAME
Generated constant - Attribute key of
EmailPage.fromName attribute defined at extension acceleratorservices. |
_ABSTRACTPAGE2USERRELATION, _LOCALIZEDPAGERELATION, APPROVALSTATUS, AVAILABLECONTENTSLOTS, CONTENTSLOTS, COPYTOCATALOGSDISABLED, DEFAULTPAGE, LOCALIZEDPAGES, LOCKEDBY, MASTERTEMPLATE, MISSINGCONTENTSLOTS, NAVIGATIONNODELIST, ONLYONERESTRICTIONMUSTAPPLY, ORIGINALPAGE, PAGESTATUS, PREVIEWIMAGE, RESTRICTIONS, TITLE, TYPE, TYPECODE, VIEWCATALOGVERSION, NAME, UID_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_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,
java.lang.String _uid)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
EmailPageModel(CatalogVersionModel _catalogVersion,
PageTemplateModel _masterTemplate,
java.lang.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 |
|---|---|
java.lang.String |
getFromEmail()
Generated method - Getter of the
EmailPage.fromEmail attribute defined at extension acceleratorservices. |
java.lang.String |
getFromEmail(java.util.Locale loc)
Generated method - Getter of the
EmailPage.fromEmail attribute defined at extension acceleratorservices. |
java.lang.String |
getFromName()
Generated method - Getter of the
EmailPage.fromName attribute defined at extension acceleratorservices. |
java.lang.String |
getFromName(java.util.Locale loc)
Generated method - Getter of the
EmailPage.fromName attribute defined at extension acceleratorservices. |
void |
setFromEmail(java.lang.String value)
Generated method - Setter of
EmailPage.fromEmail attribute defined at extension acceleratorservices. |
void |
setFromEmail(java.lang.String value,
java.util.Locale loc)
Generated method - Setter of
EmailPage.fromEmail attribute defined at extension acceleratorservices. |
void |
setFromName(java.lang.String value)
Generated method - Setter of
EmailPage.fromName attribute defined at extension acceleratorservices. |
void |
setFromName(java.lang.String value,
java.util.Locale loc)
Generated method - Setter of
EmailPage.fromName attribute defined at extension acceleratorservices. |
getApprovalStatus, getAvailableContentSlots, getContentSlots, getDefaultPage, getLocalizedPages, getLockedBy, getMasterTemplate, getMissingContentSlots, getNavigationNodeList, getOriginalPage, getPageStatus, getPreviewImage, getRestrictions, getTitle, getTitle, getType, getType, getTypeCode, getView, isCopyToCatalogsDisabled, isOnlyOneRestrictionMustApply, setApprovalStatus, setCopyToCatalogsDisabled, setDefaultPage, setLocalizedPages, setLockedBy, setMasterTemplate, setNavigationNodeList, setOnlyOneRestrictionMustApply, setOriginalPage, setPageStatus, setPreviewImage, setRestrictions, setTitle, setTitlegetCatalogVersion, getName, getUid, setCatalogVersion, setName, setUidgetComments, getCreationtime, getModifiedtime, getOwner, isSealed, 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 java.lang.String _TYPECODE
public static final java.lang.String FROMEMAIL
EmailPage.fromEmail attribute defined at extension acceleratorservices.public static final java.lang.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, java.lang.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, java.lang.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 java.lang.String getFromEmail()
EmailPage.fromEmail attribute defined at extension acceleratorservices.@Accessor(qualifier="fromEmail", type=GETTER) public java.lang.String getFromEmail(java.util.Locale loc)
EmailPage.fromEmail attribute defined at extension acceleratorservices.loc - the value localization keyjava.lang.IllegalArgumentException - if localization key cannot be mapped to data language@Accessor(qualifier="fromName", type=GETTER) public java.lang.String getFromName()
EmailPage.fromName attribute defined at extension acceleratorservices.@Accessor(qualifier="fromName", type=GETTER) public java.lang.String getFromName(java.util.Locale loc)
EmailPage.fromName attribute defined at extension acceleratorservices.loc - the value localization keyjava.lang.IllegalArgumentException - if localization key cannot be mapped to data language@Accessor(qualifier="fromEmail", type=SETTER) public void setFromEmail(java.lang.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(java.lang.String value, java.util.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 keyjava.lang.IllegalArgumentException - if localization key cannot be mapped to data language@Accessor(qualifier="fromName", type=SETTER) public void setFromName(java.lang.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(java.lang.String value, java.util.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 keyjava.lang.IllegalArgumentException - if localization key cannot be mapped to data languageCopyright © 2018 SAP SE. All Rights Reserved.