public class CxCmsComponentContainerModel extends AbstractCMSComponentContainerModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
DEFAULTCMSCOMPONENT
Generated constant - Attribute key of
CxCmsComponentContainer.defaultCmsComponent attribute defined at extension personalizationcms. |
static java.lang.String |
SOURCEID
Generated constant - Attribute key of
CxCmsComponentContainer.sourceId attribute defined at extension personalizationcms. |
CURRENTCMSCOMPONENTS, SIMPLECMSCOMPONENTS_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 |
|---|
CxCmsComponentContainerModel()
Generated constructor - Default constructor for generic creation.
|
CxCmsComponentContainerModel(CatalogVersionModel _catalogVersion,
ItemModel _owner,
java.lang.String _uid)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
CxCmsComponentContainerModel(CatalogVersionModel _catalogVersion,
java.lang.String _uid)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
CxCmsComponentContainerModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
| Modifier and Type | Method and Description |
|---|---|
SimpleCMSComponentModel |
getDefaultCmsComponent()
Generated method - Getter of the
CxCmsComponentContainer.defaultCmsComponent attribute defined at extension personalizationcms. |
java.lang.String |
getSourceId()
Generated method - Getter of the
CxCmsComponentContainer.sourceId attribute defined at extension personalizationcms. |
void |
setDefaultCmsComponent(SimpleCMSComponentModel value)
Generated method - Setter of
CxCmsComponentContainer.defaultCmsComponent attribute defined at extension personalizationcms. |
void |
setSourceId(java.lang.String value)
Generated method - Setter of
CxCmsComponentContainer.sourceId attribute defined at extension personalizationcms. |
getCurrentCMSComponents, getSimpleCMSComponents, setSimpleCMSComponentsgetActions, 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 DEFAULTCMSCOMPONENT
CxCmsComponentContainer.defaultCmsComponent attribute defined at extension personalizationcms.public static final java.lang.String SOURCEID
CxCmsComponentContainer.sourceId attribute defined at extension personalizationcms.public CxCmsComponentContainerModel()
public CxCmsComponentContainerModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public CxCmsComponentContainerModel(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 CxCmsComponentContainerModel(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="defaultCmsComponent", type=GETTER) public SimpleCMSComponentModel getDefaultCmsComponent()
CxCmsComponentContainer.defaultCmsComponent attribute defined at extension personalizationcms.@Accessor(qualifier="sourceId", type=GETTER) public java.lang.String getSourceId()
CxCmsComponentContainer.sourceId attribute defined at extension personalizationcms.@Accessor(qualifier="defaultCmsComponent", type=SETTER) public void setDefaultCmsComponent(SimpleCMSComponentModel value)
CxCmsComponentContainer.defaultCmsComponent attribute defined at extension personalizationcms.value - the defaultCmsComponent - Default component displayed if no custom variation is changing the container@Accessor(qualifier="sourceId", type=SETTER) public void setSourceId(java.lang.String value)
CxCmsComponentContainer.sourceId attribute defined at extension personalizationcms.value - the sourceId - Id of container used by cms actions. Does not need to be unique.Copyright © 2018 SAP SE. All Rights Reserved.