public class ContentSlotModel extends CMSItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
ACTIVE
Generated constant - Attribute key of
ContentSlot.active attribute defined at extension cms2. |
static java.lang.String |
ACTIVEFROM
Generated constant - Attribute key of
ContentSlot.activeFrom attribute defined at extension cms2. |
static java.lang.String |
ACTIVEUNTIL
Generated constant - Attribute key of
ContentSlot.activeUntil attribute defined at extension cms2. |
static java.lang.String |
CMSCOMPONENTS
Generated constant - Attribute key of
ContentSlot.cmsComponents attribute defined at extension cms2. |
static java.lang.String |
CURRENTPOSITION
Generated constant - Attribute key of
ContentSlot.currentPosition attribute defined at extension cms2. |
static java.lang.String |
ORIGINALSLOT
Generated constant - Attribute key of
ContentSlot.originalSlot 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 |
|---|
ContentSlotModel()
Generated constructor - Default constructor for generic creation.
|
ContentSlotModel(CatalogVersionModel _catalogVersion,
ItemModel _owner,
java.lang.String _uid)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
ContentSlotModel(CatalogVersionModel _catalogVersion,
java.lang.String _uid)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
ContentSlotModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Boolean |
getActive()
Generated method - Getter of the
ContentSlot.active attribute defined at extension cms2. |
java.util.Date |
getActiveFrom()
Generated method - Getter of the
ContentSlot.activeFrom attribute defined at extension cms2. |
java.util.Date |
getActiveUntil()
Generated method - Getter of the
ContentSlot.activeUntil attribute defined at extension cms2. |
java.util.List<AbstractCMSComponentModel> |
getCmsComponents()
Generated method - Getter of the
ContentSlot.cmsComponents attribute defined at extension cms2. |
java.lang.String |
getCurrentPosition()
Deprecated.
since 4.3
|
ContentSlotModel |
getOriginalSlot()
Generated method - Getter of the
ContentSlot.originalSlot attribute defined at extension cms2. |
void |
setActive(java.lang.Boolean value)
Generated method - Setter of
ContentSlot.active attribute defined at extension cms2. |
void |
setActiveFrom(java.util.Date value)
Generated method - Setter of
ContentSlot.activeFrom attribute defined at extension cms2. |
void |
setActiveUntil(java.util.Date value)
Generated method - Setter of
ContentSlot.activeUntil attribute defined at extension cms2. |
void |
setCmsComponents(java.util.List<AbstractCMSComponentModel> value)
Generated method - Setter of
ContentSlot.cmsComponents attribute defined at extension cms2. |
void |
setCurrentPosition(java.lang.String value)
Deprecated.
since 4.3
|
void |
setOriginalSlot(ContentSlotModel value)
Generated method - Setter of
ContentSlot.originalSlot 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 ACTIVE
ContentSlot.active attribute defined at extension cms2.public static final java.lang.String ACTIVEFROM
ContentSlot.activeFrom attribute defined at extension cms2.public static final java.lang.String ACTIVEUNTIL
ContentSlot.activeUntil attribute defined at extension cms2.public static final java.lang.String CURRENTPOSITION
ContentSlot.currentPosition attribute defined at extension cms2.public static final java.lang.String ORIGINALSLOT
ContentSlot.originalSlot attribute defined at extension cms2.public static final java.lang.String CMSCOMPONENTS
ContentSlot.cmsComponents attribute defined at extension cms2.public ContentSlotModel()
public ContentSlotModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public ContentSlotModel(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 ContentSlotModel(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="active", type=GETTER) public java.lang.Boolean getActive()
ContentSlot.active attribute defined at extension cms2.@Accessor(qualifier="activeFrom", type=GETTER) public java.util.Date getActiveFrom()
ContentSlot.activeFrom attribute defined at extension cms2.@Accessor(qualifier="activeUntil", type=GETTER) public java.util.Date getActiveUntil()
ContentSlot.activeUntil attribute defined at extension cms2.@Accessor(qualifier="cmsComponents", type=GETTER) public java.util.List<AbstractCMSComponentModel> getCmsComponents()
ContentSlot.cmsComponents attribute defined at extension cms2.
Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.@Deprecated @Accessor(qualifier="currentPosition", type=GETTER) public java.lang.String getCurrentPosition()
ContentSlot.currentPosition attribute defined at extension cms2.@Accessor(qualifier="originalSlot", type=GETTER) public ContentSlotModel getOriginalSlot()
ContentSlot.originalSlot attribute defined at extension cms2.@Accessor(qualifier="active", type=SETTER) public void setActive(java.lang.Boolean value)
ContentSlot.active attribute defined at extension cms2.value - the active@Accessor(qualifier="activeFrom", type=SETTER) public void setActiveFrom(java.util.Date value)
ContentSlot.activeFrom attribute defined at extension cms2.value - the activeFrom@Accessor(qualifier="activeUntil", type=SETTER) public void setActiveUntil(java.util.Date value)
ContentSlot.activeUntil attribute defined at extension cms2.value - the activeUntil@Accessor(qualifier="cmsComponents", type=SETTER) public void setCmsComponents(java.util.List<AbstractCMSComponentModel> value)
ContentSlot.cmsComponents attribute defined at extension cms2.value - the cmsComponents@Deprecated @Accessor(qualifier="currentPosition", type=SETTER) public void setCurrentPosition(java.lang.String value)
ContentSlot.currentPosition attribute defined at extension cms2.value - the currentPosition@Accessor(qualifier="originalSlot", type=SETTER) public void setOriginalSlot(ContentSlotModel value)
ContentSlot.originalSlot attribute defined at extension cms2.value - the originalSlot - The slot to override.Copyright © 2018 SAP SE. All Rights Reserved.