public class ContentSlotModel extends CMSItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_TYPECODE
Generated model type code constant.
|
static String |
ACTIVE
Generated constant - Attribute key of
ContentSlot.active attribute defined at extension cms2. |
static String |
ACTIVEFROM
Generated constant - Attribute key of
ContentSlot.activeFrom attribute defined at extension cms2. |
static String |
ACTIVEUNTIL
Generated constant - Attribute key of
ContentSlot.activeUntil attribute defined at extension cms2. |
static String |
CMSCOMPONENTS
Generated constant - Attribute key of
ContentSlot.cmsComponents attribute defined at extension cms2. |
static String |
CURRENTPOSITION
Generated constant - Attribute key of
ContentSlot.currentPosition attribute defined at extension cms2. |
static String |
LOCKED
Generated constant - Attribute key of
ContentSlot.locked attribute defined at extension liveeditaddon. |
CATALOGVERSION, NAME, UID_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
ContentSlotModel()
Generated constructor - Default constructor for generic creation.
|
ContentSlotModel(CatalogVersionModel _catalogVersion,
ItemModel _owner,
String _uid)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
ContentSlotModel(CatalogVersionModel _catalogVersion,
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 |
|---|---|
Boolean |
getActive()
Generated method - Getter of the
ContentSlot.active attribute defined at extension cms2. |
Date |
getActiveFrom()
Generated method - Getter of the
ContentSlot.activeFrom attribute defined at extension cms2. |
Date |
getActiveUntil()
Generated method - Getter of the
ContentSlot.activeUntil attribute defined at extension cms2. |
List<AbstractCMSComponentModel> |
getCmsComponents()
Generated method - Getter of the
ContentSlot.cmsComponents attribute defined at extension cms2. |
String |
getCurrentPosition()
Deprecated.
|
Boolean |
getLocked()
Generated method - Getter of the
ContentSlot.locked attribute defined at extension liveeditaddon. |
void |
setActive(Boolean value)
Generated method - Setter of
ContentSlot.active attribute defined at extension cms2. |
void |
setActiveFrom(Date value)
Generated method - Setter of
ContentSlot.activeFrom attribute defined at extension cms2. |
void |
setActiveUntil(Date value)
Generated method - Setter of
ContentSlot.activeUntil attribute defined at extension cms2. |
void |
setCmsComponents(List<AbstractCMSComponentModel> value)
Generated method - Setter of
ContentSlot.cmsComponents attribute defined at extension cms2. |
void |
setCurrentPosition(String value)
Deprecated.
|
void |
setLocked(Boolean value)
Generated method - Setter of
ContentSlot.locked attribute defined at extension liveeditaddon. |
getCatalogVersion, getName, getUid, setCatalogVersion, setName, setUidgetComments, getCreationtime, getModifiedtime, getOwner, 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 String _TYPECODE
public static final String ACTIVE
ContentSlot.active attribute defined at extension cms2.public static final String ACTIVEFROM
ContentSlot.activeFrom attribute defined at extension cms2.public static final String ACTIVEUNTIL
ContentSlot.activeUntil attribute defined at extension cms2.public static final String CURRENTPOSITION
ContentSlot.currentPosition attribute defined at extension cms2.public static final String CMSCOMPONENTS
ContentSlot.cmsComponents attribute defined at extension cms2.public static final String LOCKED
ContentSlot.locked attribute defined at extension liveeditaddon.public ContentSlotModel()
public ContentSlotModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public ContentSlotModel(CatalogVersionModel _catalogVersion, 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, 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 Boolean getActive()
ContentSlot.active attribute defined at extension cms2.@Accessor(qualifier="activeFrom", type=GETTER) public Date getActiveFrom()
ContentSlot.activeFrom attribute defined at extension cms2.@Accessor(qualifier="activeUntil", type=GETTER) public Date getActiveUntil()
ContentSlot.activeUntil attribute defined at extension cms2.@Accessor(qualifier="cmsComponents", type=GETTER) public 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 String getCurrentPosition()
ContentSlot.currentPosition attribute defined at extension cms2.@Accessor(qualifier="locked", type=GETTER) public Boolean getLocked()
ContentSlot.locked attribute defined at extension liveeditaddon.@Accessor(qualifier="active", type=SETTER) public void setActive(Boolean value)
ContentSlot.active attribute defined at extension cms2.value - the active@Accessor(qualifier="activeFrom", type=SETTER) public void setActiveFrom(Date value)
ContentSlot.activeFrom attribute defined at extension cms2.value - the activeFrom@Accessor(qualifier="activeUntil", type=SETTER) public void setActiveUntil(Date value)
ContentSlot.activeUntil attribute defined at extension cms2.value - the activeUntil@Accessor(qualifier="cmsComponents", type=SETTER) public void setCmsComponents(List<AbstractCMSComponentModel> value)
ContentSlot.cmsComponents attribute defined at extension cms2.value - the cmsComponents@Deprecated @Accessor(qualifier="currentPosition", type=SETTER) public void setCurrentPosition(String value)
ContentSlot.currentPosition attribute defined at extension cms2.value - the currentPositionCopyright © 2017 SAP SE. All Rights Reserved.