public class AbstractCMSComponentModel extends CMSItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_ELEMENTSFORSLOT
Generated relation code constant for relation
ElementsForSlot defining source attribute slots in extension cms2. |
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
ACTIONS
Generated constant - Attribute key of
AbstractCMSComponent.actions attribute defined at extension acceleratorcms. |
static java.lang.String |
CONTAINER
Generated constant - Attribute key of
AbstractCMSComponent.container attribute defined at extension cms2. |
static java.lang.String |
ONLYONERESTRICTIONMUSTAPPLY
Generated constant - Attribute key of
AbstractCMSComponent.onlyOneRestrictionMustApply attribute defined at extension cms2. |
static java.lang.String |
RESTRICTED
Generated constant - Attribute key of
AbstractCMSComponent.restricted attribute defined at extension cms2. |
static java.lang.String |
RESTRICTIONS
Generated constant - Attribute key of
AbstractCMSComponent.restrictions attribute defined at extension cms2. |
static java.lang.String |
SLOTS
Generated constant - Attribute key of
AbstractCMSComponent.slots attribute defined at extension cms2. |
static java.lang.String |
TYPE
Generated constant - Attribute key of
AbstractCMSComponent.type attribute defined at extension cms2. |
static java.lang.String |
TYPECODE
Generated constant - Attribute key of
AbstractCMSComponent.typeCode attribute defined at extension cms2. |
static java.lang.String |
VISIBLE
Generated constant - Attribute key of
AbstractCMSComponent.visible attribute defined at extension cms2. |
CATALOGVERSION, NAME, UID_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
AbstractCMSComponentModel()
Generated constructor - Default constructor for generic creation.
|
AbstractCMSComponentModel(CatalogVersionModel _catalogVersion,
ItemModel _owner,
java.lang.String _uid)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
AbstractCMSComponentModel(CatalogVersionModel _catalogVersion,
java.lang.String _uid)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
AbstractCMSComponentModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<AbstractCMSActionModel> |
getActions()
Generated method - Getter of the
AbstractCMSComponent.actions attribute defined at extension acceleratorcms. |
java.util.List<AbstractRestrictionModel> |
getRestrictions()
Generated method - Getter of the
AbstractCMSComponent.restrictions attribute defined at extension cms2. |
java.util.Collection<ContentSlotModel> |
getSlots()
Generated method - Getter of the
AbstractCMSComponent.slots attribute defined at extension cms2. |
java.lang.String |
getType()
Deprecated.
since 4.3
|
java.lang.String |
getType(java.util.Locale loc)
Deprecated.
|
java.lang.String |
getTypeCode()
Deprecated.
since 4.3
|
java.lang.Boolean |
getVisible()
Generated method - Getter of the
AbstractCMSComponent.visible attribute defined at extension cms2. |
boolean |
isContainer()
Deprecated.
since 4.3
|
boolean |
isOnlyOneRestrictionMustApply()
Generated method - Getter of the
AbstractCMSComponent.onlyOneRestrictionMustApply attribute defined at extension cms2. |
boolean |
isRestricted()
Deprecated.
since 4.3
|
void |
setActions(java.util.List<AbstractCMSActionModel> value)
Generated method - Setter of
AbstractCMSComponent.actions attribute defined at extension acceleratorcms. |
void |
setOnlyOneRestrictionMustApply(boolean value)
Generated method - Setter of
AbstractCMSComponent.onlyOneRestrictionMustApply attribute defined at extension cms2. |
void |
setRestrictions(java.util.List<AbstractRestrictionModel> value)
Generated method - Setter of
AbstractCMSComponent.restrictions attribute defined at extension cms2. |
void |
setSlots(java.util.Collection<ContentSlotModel> value)
Generated method - Setter of
AbstractCMSComponent.slots attribute defined at extension cms2. |
void |
setVisible(java.lang.Boolean value)
Generated method - Setter of
AbstractCMSComponent.visible attribute defined at extension cms2. |
getCatalogVersion, 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 _ELEMENTSFORSLOT
ElementsForSlot defining source attribute slots in extension cms2.public static final java.lang.String VISIBLE
AbstractCMSComponent.visible attribute defined at extension cms2.public static final java.lang.String ONLYONERESTRICTIONMUSTAPPLY
AbstractCMSComponent.onlyOneRestrictionMustApply attribute defined at extension cms2.public static final java.lang.String TYPE
AbstractCMSComponent.type attribute defined at extension cms2.public static final java.lang.String TYPECODE
AbstractCMSComponent.typeCode attribute defined at extension cms2.public static final java.lang.String CONTAINER
AbstractCMSComponent.container attribute defined at extension cms2.public static final java.lang.String RESTRICTED
AbstractCMSComponent.restricted attribute defined at extension cms2.public static final java.lang.String SLOTS
AbstractCMSComponent.slots attribute defined at extension cms2.public static final java.lang.String RESTRICTIONS
AbstractCMSComponent.restrictions attribute defined at extension cms2.public static final java.lang.String ACTIONS
AbstractCMSComponent.actions attribute defined at extension acceleratorcms.public AbstractCMSComponentModel()
public AbstractCMSComponentModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public AbstractCMSComponentModel(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 AbstractCMSComponentModel(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="actions", type=GETTER) public java.util.List<AbstractCMSActionModel> getActions()
AbstractCMSComponent.actions attribute defined at extension acceleratorcms.
Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.@Accessor(qualifier="restrictions", type=GETTER) public java.util.List<AbstractRestrictionModel> getRestrictions()
AbstractCMSComponent.restrictions attribute defined at extension cms2.
Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.@Accessor(qualifier="slots", type=GETTER) public java.util.Collection<ContentSlotModel> getSlots()
AbstractCMSComponent.slots attribute defined at extension cms2.
Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.@Deprecated @Accessor(qualifier="type", type=GETTER) public java.lang.String getType()
AbstractCMSComponent.type attribute defined at extension cms2.@Deprecated @Accessor(qualifier="type", type=GETTER) public java.lang.String getType(java.util.Locale loc)
AbstractCMSComponent.type attribute defined at extension cms2.loc - the value localization keyjava.lang.IllegalArgumentException - if localization key cannot be mapped to data language@Deprecated @Accessor(qualifier="typeCode", type=GETTER) public java.lang.String getTypeCode()
AbstractCMSComponent.typeCode attribute defined at extension cms2.@Accessor(qualifier="visible", type=GETTER) public java.lang.Boolean getVisible()
AbstractCMSComponent.visible attribute defined at extension cms2.@Deprecated @Accessor(qualifier="container", type=GETTER) public boolean isContainer()
AbstractCMSComponent.container attribute defined at extension cms2.@Accessor(qualifier="onlyOneRestrictionMustApply", type=GETTER) public boolean isOnlyOneRestrictionMustApply()
AbstractCMSComponent.onlyOneRestrictionMustApply attribute defined at extension cms2.@Deprecated @Accessor(qualifier="restricted", type=GETTER) public boolean isRestricted()
AbstractCMSComponent.restricted attribute defined at extension cms2.@Accessor(qualifier="actions", type=SETTER) public void setActions(java.util.List<AbstractCMSActionModel> value)
AbstractCMSComponent.actions attribute defined at extension acceleratorcms.value - the actions@Accessor(qualifier="onlyOneRestrictionMustApply", type=SETTER) public void setOnlyOneRestrictionMustApply(boolean value)
AbstractCMSComponent.onlyOneRestrictionMustApply attribute defined at extension cms2.value - the onlyOneRestrictionMustApply@Accessor(qualifier="restrictions", type=SETTER) public void setRestrictions(java.util.List<AbstractRestrictionModel> value)
AbstractCMSComponent.restrictions attribute defined at extension cms2.value - the restrictions@Accessor(qualifier="slots", type=SETTER) public void setSlots(java.util.Collection<ContentSlotModel> value)
AbstractCMSComponent.slots attribute defined at extension cms2.value - the slotsCopyright © 2018 SAP SE. All Rights Reserved.