Uses of Class
de.hybris.platform.cms2.model.CMSComponentTypeModel
Packages that use CMSComponentTypeModel
Package
Description
Contains generated models for each type of de.hybris.platform.acceleratorcms.jalo package.
Contains generated models for each type of de.hybris.platform.cms2.jalo package.
Contains generated models for each type of de.hybris.platform.cms2.jalo.contents package.
Contains generated models for each type of de.hybris.platform.cms2.jalo.site package.
-
Uses of CMSComponentTypeModel in de.hybris.platform.acceleratorcms.model
Subclasses of CMSComponentTypeModel in de.hybris.platform.acceleratorcms.modelModifier and TypeClassDescriptionclassGenerated model class for type CMSActionType first defined at extension acceleratorcms.Methods in de.hybris.platform.acceleratorcms.model that return types with arguments of type CMSComponentTypeModelModifier and TypeMethodDescriptionCMSActionTypeModel.getComponentTypes()Generated method - Getter of theCMSActionType.componentTypesattribute defined at extensionacceleratorcms.Method parameters in de.hybris.platform.acceleratorcms.model with type arguments of type CMSComponentTypeModelModifier and TypeMethodDescriptionvoidCMSActionTypeModel.setComponentTypes(Collection<CMSComponentTypeModel> value) Generated method - Setter ofCMSActionType.componentTypesattribute defined at extensionacceleratorcms. -
Uses of CMSComponentTypeModel in de.hybris.platform.cms2.model
Methods in de.hybris.platform.cms2.model that return types with arguments of type CMSComponentTypeModelModifier and TypeMethodDescriptionComponentTypeGroupModel.getCmsComponentTypes()Generated method - Getter of theComponentTypeGroup.cmsComponentTypesattribute defined at extensioncms2.Method parameters in de.hybris.platform.cms2.model with type arguments of type CMSComponentTypeModelModifier and TypeMethodDescriptionvoidComponentTypeGroupModel.setCmsComponentTypes(Set<CMSComponentTypeModel> value) Generated method - Setter ofComponentTypeGroup.cmsComponentTypesattribute defined at extensioncms2. -
Uses of CMSComponentTypeModel in de.hybris.platform.cms2.model.contents
Methods in de.hybris.platform.cms2.model.contents that return types with arguments of type CMSComponentTypeModelModifier and TypeMethodDescriptionContentSlotNameModel.getValidComponentTypes()Deprecated, for removal: This API element is subject to removal in a future version.since 5.0Method parameters in de.hybris.platform.cms2.model.contents with type arguments of type CMSComponentTypeModelModifier and TypeMethodDescriptionvoidContentSlotNameModel.setValidComponentTypes(Set<CMSComponentTypeModel> value) Deprecated, for removal: This API element is subject to removal in a future version.since 5.0 -
Uses of CMSComponentTypeModel in de.hybris.platform.cms2.model.site
Methods in de.hybris.platform.cms2.model.site that return types with arguments of type CMSComponentTypeModelModifier and TypeMethodDescriptionCMSSiteModel.getValidComponentTypes()Generated method - Getter of theCMSSite.validComponentTypesattribute defined at extensioncms2.Method parameters in de.hybris.platform.cms2.model.site with type arguments of type CMSComponentTypeModelModifier and TypeMethodDescriptionvoidCMSSiteModel.setValidComponentTypes(Set<CMSComponentTypeModel> value) Generated method - Setter ofCMSSite.validComponentTypesattribute defined at extensioncms2. -
Uses of CMSComponentTypeModel in de.hybris.platform.cms2.servicelayer.daos
Methods in de.hybris.platform.cms2.servicelayer.daos that return types with arguments of type CMSComponentTypeModelModifier and TypeMethodDescriptionCMSTypeRestrictionDao.getTypeRestrictionsForPageTemplate(PageTemplateModel pageTemplate) This method finds all valid component types (type restrictions) for the given page template. -
Uses of CMSComponentTypeModel in de.hybris.platform.cms2.servicelayer.daos.impl
Methods in de.hybris.platform.cms2.servicelayer.daos.impl that return types with arguments of type CMSComponentTypeModelModifier and TypeMethodDescriptionDefaultCMSTypeRestrictionDao.getTypeRestrictionsForPageTemplate(PageTemplateModel pageTemplate) -
Uses of CMSComponentTypeModel in de.hybris.platform.cms2.servicelayer.services.admin
Methods in de.hybris.platform.cms2.servicelayer.services.admin that return types with arguments of type CMSComponentTypeModelModifier and TypeMethodDescriptionCMSAdminTypeRestrictionsService.getTypeRestrictionsContentSlotForPage(AbstractPageModel page, ContentSlotModel contentSlot) Get all component type restrictions for a given page and content slot.CMSAdminTypeRestrictionsService.getTypeRestrictionsContentSlotForTemplate(PageTemplateModel pageTemplate, ContentSlotModel contentSlot) Get all component type restrictions for a given template and content slot.CMSAdminTypeRestrictionsService.getTypeRestrictionsForContentSlot(AbstractPageModel page, ContentSlotModel contentSlot) Get all component type restrictions for a given content slot from two sources of the given page and its master template.default Set<CMSComponentTypeModel>CMSAdminTypeRestrictionsService.getTypeRestrictionsForPage(AbstractPageModel page) Get all type restrictions (component types) that are allowed for a given page. -
Uses of CMSComponentTypeModel in de.hybris.platform.cms2.servicelayer.services.admin.impl
Methods in de.hybris.platform.cms2.servicelayer.services.admin.impl that return types with arguments of type CMSComponentTypeModelModifier and TypeMethodDescriptionprotected Set<CMSComponentTypeModel>DefaultCMSAdminTypeRestrictionsService.getCmsComponentTypesFromContentSlotNameComponentTypeGroup(ContentSlotNameModel contentSlotName) Get all component types from the content slot name's component type group.protected Set<CMSComponentTypeModel>DefaultCMSAdminTypeRestrictionsService.getCmsComponentTypesFromContentSlotNameValidComponentTypes(ContentSlotNameModel contentSlotName) Get all component types from the content slot "valid component types".protected Set<CMSComponentTypeModel>DefaultCMSAdminTypeRestrictionsService.getMergedTypeRestrictionForContentSlot(List<ContentSlotNameModel> availableContentSlots, String contentSlotForNamePosition) Merge the restrictions for a content slots fromContentSlotNameModel.getValidComponentTypes()andComponentTypeGroupModel.getCmsComponentTypes()DefaultCMSAdminTypeRestrictionsService.getTypeRestrictionsContentSlotForPage(AbstractPageModel page, ContentSlotModel contentSlot) DefaultCMSAdminTypeRestrictionsService.getTypeRestrictionsContentSlotForTemplate(PageTemplateModel pageTemplate, ContentSlotModel contentSlot) DefaultCMSAdminTypeRestrictionsService.getTypeRestrictionsForContentSlot(AbstractPageModel page, ContentSlotModel contentSlot) DefaultCMSAdminTypeRestrictionsService.getTypeRestrictionsForPage(AbstractPageModel page) -
Uses of CMSComponentTypeModel in de.hybris.platform.cms2.services.meta.impl
Methods in de.hybris.platform.cms2.services.meta.impl that return CMSComponentTypeModelModifier and TypeMethodDescriptionprotected CMSComponentTypeModelObjectTemplates4ContentSlotFilterTest.mockTypeModel(String code, ObjectType type) -
Uses of CMSComponentTypeModel in de.hybris.platform.cmsfacades.util.builder
Methods in de.hybris.platform.cmsfacades.util.builder that return CMSComponentTypeModelModifier and TypeMethodDescriptionCMSComponentTypeModelBuilder.build()protected CMSComponentTypeModelCMSComponentTypeModelBuilder.getModel()Methods in de.hybris.platform.cmsfacades.util.builder with parameters of type CMSComponentTypeModelModifier and TypeMethodDescriptionstatic CMSComponentTypeModelBuilderCMSComponentTypeModelBuilder.fromModel(CMSComponentTypeModel model) ComponentTypeGroupModelBuilder.withCmsComponentTypes(CMSComponentTypeModel... cmsComponentTypes) -
Uses of CMSComponentTypeModel in de.hybris.platform.cmsfacades.util.dao
Methods in de.hybris.platform.cmsfacades.util.dao that return CMSComponentTypeModel -
Uses of CMSComponentTypeModel in de.hybris.platform.cmsfacades.util.dao.impl
Methods in de.hybris.platform.cmsfacades.util.dao.impl that return CMSComponentTypeModelModifier and TypeMethodDescriptionDefaultCMSComponentTypeDao.getCMSComponentTypeByCode(String code) -
Uses of CMSComponentTypeModel in de.hybris.platform.cmsfacades.util.models
Methods in de.hybris.platform.cmsfacades.util.models that return CMSComponentTypeModelModifier and TypeMethodDescriptionCMSComponentTypeModelMother.BannerComponent()CMSComponentTypeModelMother.CMSParagraphComponent()CMSComponentTypeModelMother.LinkComponent()