public class PrivacyOverlayComponentModel extends CMSParagraphComponentModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
ACCEPTTEXT
Generated constant - Attribute key of
PrivacyOverlayComponent.acceptText attribute defined at extension privacyoverlayeraddon. |
static java.lang.String |
DECLINEBUTTON
Generated constant - Attribute key of
PrivacyOverlayComponent.declineButton attribute defined at extension privacyoverlayeraddon. |
static java.lang.String |
DECLINETEXT
Generated constant - Attribute key of
PrivacyOverlayComponent.declineText attribute defined at extension privacyoverlayeraddon. |
CONTENT_ELEMENTSFORCONTAINER, CONTAINERS_ELEMENTSFORSLOT, ACTIONS, CONTAINER, ONLYONERESTRICTIONMUSTAPPLY, RESTRICTED, RESTRICTIONS, SLOTS, TYPE, TYPECODE, VISIBLECATALOGVERSION, NAME, UID_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
PrivacyOverlayComponentModel()
Generated constructor - Default constructor for generic creation.
|
PrivacyOverlayComponentModel(CatalogVersionModel _catalogVersion,
ItemModel _owner,
java.lang.String _uid)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
PrivacyOverlayComponentModel(CatalogVersionModel _catalogVersion,
java.lang.String _uid)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
PrivacyOverlayComponentModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAcceptText()
Generated method - Getter of the
PrivacyOverlayComponent.acceptText attribute defined at extension privacyoverlayeraddon. |
java.lang.String |
getAcceptText(java.util.Locale loc)
Generated method - Getter of the
PrivacyOverlayComponent.acceptText attribute defined at extension privacyoverlayeraddon. |
java.lang.Boolean |
getDeclineButton()
Generated method - Getter of the
PrivacyOverlayComponent.declineButton attribute defined at extension privacyoverlayeraddon. |
java.lang.String |
getDeclineText()
Generated method - Getter of the
PrivacyOverlayComponent.declineText attribute defined at extension privacyoverlayeraddon. |
java.lang.String |
getDeclineText(java.util.Locale loc)
Generated method - Getter of the
PrivacyOverlayComponent.declineText attribute defined at extension privacyoverlayeraddon. |
void |
setAcceptText(java.lang.String value)
Generated method - Setter of
PrivacyOverlayComponent.acceptText attribute defined at extension privacyoverlayeraddon. |
void |
setAcceptText(java.lang.String value,
java.util.Locale loc)
Generated method - Setter of
PrivacyOverlayComponent.acceptText attribute defined at extension privacyoverlayeraddon. |
void |
setDeclineButton(java.lang.Boolean value)
Generated method - Setter of
PrivacyOverlayComponent.declineButton attribute defined at extension privacyoverlayeraddon. |
void |
setDeclineText(java.lang.String value)
Generated method - Setter of
PrivacyOverlayComponent.declineText attribute defined at extension privacyoverlayeraddon. |
void |
setDeclineText(java.lang.String value,
java.util.Locale loc)
Generated method - Setter of
PrivacyOverlayComponent.declineText attribute defined at extension privacyoverlayeraddon. |
getContent, getContent, setContent, setContentgetContainers, setContainersgetActions, getRestrictions, getSlots, getType, getType, getTypeCode, getVisible, isContainer, isOnlyOneRestrictionMustApply, isRestricted, setActions, setOnlyOneRestrictionMustApply, setRestrictions, setSlots, setVisiblegetCatalogVersion, 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 ACCEPTTEXT
PrivacyOverlayComponent.acceptText attribute defined at extension privacyoverlayeraddon.public static final java.lang.String DECLINEBUTTON
PrivacyOverlayComponent.declineButton attribute defined at extension privacyoverlayeraddon.public static final java.lang.String DECLINETEXT
PrivacyOverlayComponent.declineText attribute defined at extension privacyoverlayeraddon.public PrivacyOverlayComponentModel()
public PrivacyOverlayComponentModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public PrivacyOverlayComponentModel(CatalogVersionModel _catalogVersion, java.lang.String _uid)
_catalogVersion - initial attribute declared by type CMSItem at extension cms2_uid - initial attribute declared by type CMSItem at extension cms2@Deprecated public PrivacyOverlayComponentModel(CatalogVersionModel _catalogVersion, ItemModel _owner, java.lang.String _uid)
_catalogVersion - initial attribute declared by type CMSItem 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="acceptText", type=GETTER) public java.lang.String getAcceptText()
PrivacyOverlayComponent.acceptText attribute defined at extension privacyoverlayeraddon.@Accessor(qualifier="acceptText", type=GETTER) public java.lang.String getAcceptText(java.util.Locale loc)
PrivacyOverlayComponent.acceptText attribute defined at extension privacyoverlayeraddon.loc - the value localization keyjava.lang.IllegalArgumentException - if localization key cannot be mapped to data language@Accessor(qualifier="declineButton", type=GETTER) public java.lang.Boolean getDeclineButton()
PrivacyOverlayComponent.declineButton attribute defined at extension privacyoverlayeraddon.@Accessor(qualifier="declineText", type=GETTER) public java.lang.String getDeclineText()
PrivacyOverlayComponent.declineText attribute defined at extension privacyoverlayeraddon.@Accessor(qualifier="declineText", type=GETTER) public java.lang.String getDeclineText(java.util.Locale loc)
PrivacyOverlayComponent.declineText attribute defined at extension privacyoverlayeraddon.loc - the value localization keyjava.lang.IllegalArgumentException - if localization key cannot be mapped to data language@Accessor(qualifier="acceptText", type=SETTER) public void setAcceptText(java.lang.String value)
PrivacyOverlayComponent.acceptText attribute defined at extension privacyoverlayeraddon.value - the acceptText@Accessor(qualifier="acceptText", type=SETTER) public void setAcceptText(java.lang.String value, java.util.Locale loc)
PrivacyOverlayComponent.acceptText attribute defined at extension privacyoverlayeraddon.value - the acceptTextloc - the value localization keyjava.lang.IllegalArgumentException - if localization key cannot be mapped to data language@Accessor(qualifier="declineButton", type=SETTER) public void setDeclineButton(java.lang.Boolean value)
PrivacyOverlayComponent.declineButton attribute defined at extension privacyoverlayeraddon.value - the declineButton@Accessor(qualifier="declineText", type=SETTER) public void setDeclineText(java.lang.String value)
PrivacyOverlayComponent.declineText attribute defined at extension privacyoverlayeraddon.value - the declineText@Accessor(qualifier="declineText", type=SETTER) public void setDeclineText(java.lang.String value, java.util.Locale loc)
PrivacyOverlayComponent.declineText attribute defined at extension privacyoverlayeraddon.value - the declineTextloc - the value localization keyjava.lang.IllegalArgumentException - if localization key cannot be mapped to data languageCopyright © 2018 SAP SE. All Rights Reserved.