public class ContentSlotNameModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_AVAILABLESLOTSFORTEMPLATE
Generated relation code constant for relation
AvailableSlotsForTemplate defining source attribute template in extension cms2. |
static String |
_TYPECODE
Generated model type code constant.
|
static String |
COMPTYPEGROUP
Generated constant - Attribute key of
ContentSlotName.compTypeGroup attribute defined at extension cms2. |
static String |
NAME
Generated constant - Attribute key of
ContentSlotName.name attribute defined at extension cms2. |
static String |
TEMPLATE
Generated constant - Attribute key of
ContentSlotName.template attribute defined at extension cms2. |
static String |
TEMPLATEPOS
Generated constant - Attribute key of
ContentSlotName.templatePOS attribute defined at extension cms2. |
static String |
VALIDCOMPONENTTYPES
Generated constant - Attribute key of
ContentSlotName.validComponentTypes attribute defined at extension cms2. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
ContentSlotNameModel()
Generated constructor - Default constructor for generic creation.
|
ContentSlotNameModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
ContentSlotNameModel(String _name,
ItemModel _owner,
PageTemplateModel _template)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
ContentSlotNameModel(String _name,
PageTemplateModel _template)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
ComponentTypeGroupModel |
getCompTypeGroup()
Generated method - Getter of the
ContentSlotName.compTypeGroup attribute defined at extension cms2. |
String |
getName()
Generated method - Getter of the
ContentSlotName.name attribute defined at extension cms2. |
PageTemplateModel |
getTemplate()
Generated method - Getter of the
ContentSlotName.template attribute defined at extension cms2. |
Set<CMSComponentTypeModel> |
getValidComponentTypes()
Deprecated.
|
void |
setCompTypeGroup(ComponentTypeGroupModel value)
Generated method - Setter of
ContentSlotName.compTypeGroup attribute defined at extension cms2. |
void |
setName(String value)
Generated method - Setter of
ContentSlotName.name attribute defined at extension cms2. |
void |
setTemplate(PageTemplateModel value)
Generated method - Initial setter of
ContentSlotName.template attribute defined at extension cms2. |
void |
setValidComponentTypes(Set<CMSComponentTypeModel> value)
Deprecated.
|
getComments, 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 _AVAILABLESLOTSFORTEMPLATE
AvailableSlotsForTemplate defining source attribute template in extension cms2.public static final String NAME
ContentSlotName.name attribute defined at extension cms2.public static final String COMPTYPEGROUP
ContentSlotName.compTypeGroup attribute defined at extension cms2.public static final String TEMPLATEPOS
ContentSlotName.templatePOS attribute defined at extension cms2.public static final String TEMPLATE
ContentSlotName.template attribute defined at extension cms2.public static final String VALIDCOMPONENTTYPES
ContentSlotName.validComponentTypes attribute defined at extension cms2.public ContentSlotNameModel()
public ContentSlotNameModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public ContentSlotNameModel(String _name, PageTemplateModel _template)
_name - initial attribute declared by type ContentSlotName at extension cms2_template - initial attribute declared by type ContentSlotName at extension cms2@Deprecated public ContentSlotNameModel(String _name, ItemModel _owner, PageTemplateModel _template)
_name - initial attribute declared by type ContentSlotName at extension cms2_owner - initial attribute declared by type Item at extension core_template - initial attribute declared by type ContentSlotName at extension cms2@Accessor(qualifier="compTypeGroup", type=GETTER) public ComponentTypeGroupModel getCompTypeGroup()
ContentSlotName.compTypeGroup attribute defined at extension cms2.@Accessor(qualifier="name", type=GETTER) public String getName()
ContentSlotName.name attribute defined at extension cms2.@Accessor(qualifier="template", type=GETTER) public PageTemplateModel getTemplate()
ContentSlotName.template attribute defined at extension cms2.@Deprecated @Accessor(qualifier="validComponentTypes", type=GETTER) public Set<CMSComponentTypeModel> getValidComponentTypes()
ContentSlotName.validComponentTypes attribute defined at extension cms2.
Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.@Accessor(qualifier="compTypeGroup", type=SETTER) public void setCompTypeGroup(ComponentTypeGroupModel value)
ContentSlotName.compTypeGroup attribute defined at extension cms2.value - the compTypeGroup@Accessor(qualifier="name", type=SETTER) public void setName(String value)
ContentSlotName.name attribute defined at extension cms2.value - the name@Accessor(qualifier="template", type=SETTER) public void setTemplate(PageTemplateModel value)
ContentSlotName.template attribute defined at extension cms2. Can only be used at creation of model - before first save.value - the template@Deprecated @Accessor(qualifier="validComponentTypes", type=SETTER) public void setValidComponentTypes(Set<CMSComponentTypeModel> value)
ContentSlotName.validComponentTypes attribute defined at extension cms2.value - the validComponentTypesCopyright © 2017 SAP SE. All Rights Reserved.