Package de.hybris.platform.cms2.model
Class CMSComponentTypeModel
- java.lang.Object
-
- de.hybris.platform.servicelayer.model.AbstractItemModel
-
- de.hybris.platform.core.model.ItemModel
-
- de.hybris.platform.core.model.type.TypeManagerManagedModel
-
- de.hybris.platform.core.model.type.TypeModel
-
- de.hybris.platform.core.model.type.ComposedTypeModel
-
- de.hybris.platform.cms2.model.CMSComponentTypeModel
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
CMSActionTypeModel
public class CMSComponentTypeModel extends ComposedTypeModel
Generated model class for type CMSComponentType first defined at extension cms2.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
AbstractItemModel.NewModelContextFactory
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String_APPLICABLECMSACTIONSTYPEFORCMSCOMPONENTGenerated relation code constant for relationApplicableCmsActionsTypeForCmsComponentdefining source attributeactionTypesin extensionacceleratorcms.static java.lang.String_COMPONENTTYPEGROUPS2COMPONENTTYPEGenerated relation code constant for relationComponentTypeGroups2ComponentTypedefining source attributecomponentTypeGroupsin extensioncms2.static java.lang.String_TYPECODEGenerated model type code constant.static java.lang.String_VALIDCOMPONENTTYPESFORCONTENTSLOTSGenerated relation code constant for relationValidComponentTypesForContentSlotsdefining source attributecontentSlotNamesin extensioncms2.static java.lang.String_VALIDCOMPONENTTYPESFORSITEGenerated relation code constant for relationValidComponentTypesForSitedefining source attributecmsSitesin extensioncms2.static java.lang.StringACTIONTYPESGenerated constant - Attribute key ofCMSComponentType.actionTypesattribute defined at extensionacceleratorcms.static java.lang.StringCMSSITESGenerated constant - Attribute key ofCMSComponentType.cmsSitesattribute defined at extensioncms2.static java.lang.StringCOMPONENTTYPEGROUPSGenerated constant - Attribute key ofCMSComponentType.componentTypeGroupsattribute defined at extensioncms2.static java.lang.StringCONTENTSLOTNAMESGenerated constant - Attribute key ofCMSComponentType.contentSlotNamesattribute defined at extensioncms2.-
Fields inherited from class de.hybris.platform.core.model.type.ComposedTypeModel
_COCKPITITEMTEMPLATE2COMPOSEDTYPERELATION, _CONSTRAINTCOMPOSITETYPERELATION, _FORMAT2COMTYPREL, _STREAMCONFIGURATIONEXCLUDEDSUBTYPES, _SYNCJOB2TYPEREL, ABSTRACT, ALLSUBTYPES, ALLSUPERTYPES, ATTRIBUTEDESCRIPTORS, CATALOGITEMTYPE, CATALOGVERSIONATTRIBUTE, CATALOGVERSIONATTRIBUTEQUALIFIER, COCKPITITEMTEMPLATES, CONSTRAINTS, DECLAREDATTRIBUTEDESCRIPTORS, DUMPPROPERTYTABLE, DYNAMIC, FORMATS, INHERITANCEPATHSTRING, INHERITEDATTRIBUTEDESCRIPTORS, JALOCLASS, JALOONLY, JNDINAME, LEGACYPERSISTENCE, SINGLETON, STREAMCONFIGURATIONS, SUBTYPES, SUPERTYPE, SYNCJOBS, SYSTEMTYPE, TABLE, UNIQUEKEYATTRIBUTEQUALIFIER, UNIQUEKEYATTRIBUTES
-
Fields inherited from class de.hybris.platform.core.model.type.TypeModel
CODE, DEFAULTVALUE, DESCRIPTION, XMLDEFINITION
-
Fields inherited from class de.hybris.platform.core.model.type.TypeManagerManagedModel
AUTOCREATE, DEPRECATED, EXTENSIONNAME, GENERATE, NAME
-
Fields inherited from class de.hybris.platform.core.model.ItemModel
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALED
-
Fields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY
-
-
Constructor Summary
Constructors Constructor Description CMSComponentTypeModel()Generated constructor - Default constructor for generic creation.CMSComponentTypeModel(ItemModelContext ctx)Generated constructor - Default constructor for creation with existing contextCMSComponentTypeModel(java.lang.Boolean _catalogItemType, java.lang.String _code, java.lang.Boolean _generate, ItemModel _owner, java.lang.Boolean _singleton, ComposedTypeModel _superType)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCMSComponentTypeModel(java.lang.Boolean _catalogItemType, java.lang.String _code, java.lang.Boolean _generate, java.lang.Boolean _singleton, ComposedTypeModel _superType)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Collection<CMSActionTypeModel>getActionTypes()Generated method - Getter of theCMSComponentType.actionTypesattribute defined at extensionacceleratorcms.java.util.Set<CMSSiteModel>getCmsSites()Generated method - Getter of theCMSComponentType.cmsSitesattribute defined at extensioncms2.java.util.Set<ComponentTypeGroupModel>getComponentTypeGroups()Generated method - Getter of theCMSComponentType.componentTypeGroupsattribute defined at extensioncms2.java.util.Set<ContentSlotNameModel>getContentSlotNames()Generated method - Getter of theCMSComponentType.contentSlotNamesattribute defined at extensioncms2.voidsetActionTypes(java.util.Collection<CMSActionTypeModel> value)Generated method - Setter ofCMSComponentType.actionTypesattribute defined at extensionacceleratorcms.voidsetCmsSites(java.util.Set<CMSSiteModel> value)Generated method - Setter ofCMSComponentType.cmsSitesattribute defined at extensioncms2.voidsetComponentTypeGroups(java.util.Set<ComponentTypeGroupModel> value)Generated method - Setter ofCMSComponentType.componentTypeGroupsattribute defined at extensioncms2.voidsetContentSlotNames(java.util.Set<ContentSlotNameModel> value)Generated method - Setter ofCMSComponentType.contentSlotNamesattribute defined at extensioncms2.-
Methods inherited from class de.hybris.platform.core.model.type.ComposedTypeModel
getAbstract, getAllSubTypes, getAllSuperTypes, getCatalogItemType, getCatalogVersionAttribute, getCockpitItemTemplates, getConstraints, getDeclaredattributedescriptors, getDumpPropertyTable, getDynamic, getFormats, getInheritedattributedescriptors, getJaloclass, getJaloonly, getJndiName, getLegacyPersistence, getSingleton, getStreamConfigurations, getSubtypes, getSuperType, getSystemType, getTable, getUniqueKeyAttributes, setCatalogItemType, setCatalogVersionAttribute, setCockpitItemTemplates, setConstraints, setDeclaredattributedescriptors, setFormats, setJaloclass, setJaloonly, setLegacyPersistence, setSingleton, setStreamConfigurations, setSuperType, setSystemType, setUniqueKeyAttributes
-
Methods inherited from class de.hybris.platform.core.model.type.TypeModel
getCode, getDefaultValue, getDescription, getDescription, getXmldefinition, setCode, setDefaultValue, setDescription, setDescription
-
Methods inherited from class de.hybris.platform.core.model.type.TypeManagerManagedModel
getAutocreate, getDeprecated, getExtensionName, getGenerate, getName, getName, setAutocreate, setExtensionName, setGenerate, setName, setName
-
Methods inherited from class de.hybris.platform.core.model.ItemModel
getComments, getCreationtime, getModifiedtime, getOwner, isSealed, setComments, setCreationtime, setModifiedtime, setOwner
-
Methods inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
equals, 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, writeReplace
-
-
-
-
Field Detail
-
_TYPECODE
public static final java.lang.String _TYPECODE
Generated model type code constant.- See Also:
- Constant Field Values
-
_VALIDCOMPONENTTYPESFORSITE
public static final java.lang.String _VALIDCOMPONENTTYPESFORSITE
Generated relation code constant for relationValidComponentTypesForSitedefining source attributecmsSitesin extensioncms2.- See Also:
- Constant Field Values
-
_VALIDCOMPONENTTYPESFORCONTENTSLOTS
public static final java.lang.String _VALIDCOMPONENTTYPESFORCONTENTSLOTS
Generated relation code constant for relationValidComponentTypesForContentSlotsdefining source attributecontentSlotNamesin extensioncms2.- See Also:
- Constant Field Values
-
_COMPONENTTYPEGROUPS2COMPONENTTYPE
public static final java.lang.String _COMPONENTTYPEGROUPS2COMPONENTTYPE
Generated relation code constant for relationComponentTypeGroups2ComponentTypedefining source attributecomponentTypeGroupsin extensioncms2.- See Also:
- Constant Field Values
-
_APPLICABLECMSACTIONSTYPEFORCMSCOMPONENT
public static final java.lang.String _APPLICABLECMSACTIONSTYPEFORCMSCOMPONENT
Generated relation code constant for relationApplicableCmsActionsTypeForCmsComponentdefining source attributeactionTypesin extensionacceleratorcms.- See Also:
- Constant Field Values
-
CMSSITES
public static final java.lang.String CMSSITES
Generated constant - Attribute key ofCMSComponentType.cmsSitesattribute defined at extensioncms2.- See Also:
- Constant Field Values
-
CONTENTSLOTNAMES
public static final java.lang.String CONTENTSLOTNAMES
Generated constant - Attribute key ofCMSComponentType.contentSlotNamesattribute defined at extensioncms2.- See Also:
- Constant Field Values
-
COMPONENTTYPEGROUPS
public static final java.lang.String COMPONENTTYPEGROUPS
Generated constant - Attribute key ofCMSComponentType.componentTypeGroupsattribute defined at extensioncms2.- See Also:
- Constant Field Values
-
ACTIONTYPES
public static final java.lang.String ACTIONTYPES
Generated constant - Attribute key ofCMSComponentType.actionTypesattribute defined at extensionacceleratorcms.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
CMSComponentTypeModel
public CMSComponentTypeModel()
Generated constructor - Default constructor for generic creation.
-
CMSComponentTypeModel
public CMSComponentTypeModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context- Parameters:
ctx- the model context to be injected, must not be null
-
CMSComponentTypeModel
@Deprecated(since="4.1.1", forRemoval=true) public CMSComponentTypeModel(java.lang.Boolean _catalogItemType, java.lang.String _code, java.lang.Boolean _generate, java.lang.Boolean _singleton, ComposedTypeModel _superType)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersGenerated constructor - Constructor with all mandatory attributes.- Parameters:
_catalogItemType- initial attribute declared by typeComposedTypeat extensioncatalog_code- initial attribute declared by typeTypeat extensioncore_generate- initial attribute declared by typeTypeManagerManagedat extensioncore_singleton- initial attribute declared by typeComposedTypeat extensioncore_superType- initial attribute declared by typeComposedTypeat extensioncore
-
CMSComponentTypeModel
@Deprecated(since="4.1.1", forRemoval=true) public CMSComponentTypeModel(java.lang.Boolean _catalogItemType, java.lang.String _code, java.lang.Boolean _generate, ItemModel _owner, java.lang.Boolean _singleton, ComposedTypeModel _superType)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersGenerated constructor - for all mandatory and initial attributes.- Parameters:
_catalogItemType- initial attribute declared by typeComposedTypeat extensioncatalog_code- initial attribute declared by typeTypeat extensioncore_generate- initial attribute declared by typeTypeManagerManagedat extensioncore_owner- initial attribute declared by typeItemat extensioncore_singleton- initial attribute declared by typeComposedTypeat extensioncore_superType- initial attribute declared by typeComposedTypeat extensioncore
-
-
Method Detail
-
getActionTypes
@Accessor(qualifier="actionTypes", type=GETTER) public java.util.Collection<CMSActionTypeModel> getActionTypes()
Generated method - Getter of theCMSComponentType.actionTypesattribute defined at extensionacceleratorcms. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.- Returns:
- the actionTypes
-
getCmsSites
@Accessor(qualifier="cmsSites", type=GETTER) public java.util.Set<CMSSiteModel> getCmsSites()
Generated method - Getter of theCMSComponentType.cmsSitesattribute defined at extensioncms2. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.- Returns:
- the cmsSites
-
getComponentTypeGroups
@Accessor(qualifier="componentTypeGroups", type=GETTER) public java.util.Set<ComponentTypeGroupModel> getComponentTypeGroups()
Generated method - Getter of theCMSComponentType.componentTypeGroupsattribute defined at extensioncms2. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.- Returns:
- the componentTypeGroups
-
getContentSlotNames
@Accessor(qualifier="contentSlotNames", type=GETTER) public java.util.Set<ContentSlotNameModel> getContentSlotNames()
Generated method - Getter of theCMSComponentType.contentSlotNamesattribute defined at extensioncms2. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.- Returns:
- the contentSlotNames
-
setActionTypes
@Accessor(qualifier="actionTypes", type=SETTER) public void setActionTypes(java.util.Collection<CMSActionTypeModel> value)
Generated method - Setter ofCMSComponentType.actionTypesattribute defined at extensionacceleratorcms.- Parameters:
value- the actionTypes
-
setCmsSites
@Accessor(qualifier="cmsSites", type=SETTER) public void setCmsSites(java.util.Set<CMSSiteModel> value)
Generated method - Setter ofCMSComponentType.cmsSitesattribute defined at extensioncms2.- Parameters:
value- the cmsSites
-
setComponentTypeGroups
@Accessor(qualifier="componentTypeGroups", type=SETTER) public void setComponentTypeGroups(java.util.Set<ComponentTypeGroupModel> value)
Generated method - Setter ofCMSComponentType.componentTypeGroupsattribute defined at extensioncms2.- Parameters:
value- the componentTypeGroups
-
setContentSlotNames
@Accessor(qualifier="contentSlotNames", type=SETTER) public void setContentSlotNames(java.util.Set<ContentSlotNameModel> value)
Generated method - Setter ofCMSComponentType.contentSlotNamesattribute defined at extensioncms2.- Parameters:
value- the contentSlotNames
-
-