Uses of Class
de.hybris.platform.cms2.model.contents.ContentSlotNameModel
Packages that use ContentSlotNameModel
Package
Description
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.pages package.
-
Uses of ContentSlotNameModel in de.hybris.platform.cms2.model
Methods in de.hybris.platform.cms2.model that return types with arguments of type ContentSlotNameModelModifier and TypeMethodDescriptionCMSComponentTypeModel.getContentSlotNames()Generated method - Getter of theCMSComponentType.contentSlotNamesattribute defined at extensioncms2.Method parameters in de.hybris.platform.cms2.model with type arguments of type ContentSlotNameModelModifier and TypeMethodDescriptionvoidCMSComponentTypeModel.setContentSlotNames(Set<ContentSlotNameModel> value) Generated method - Setter ofCMSComponentType.contentSlotNamesattribute defined at extensioncms2. -
Uses of ContentSlotNameModel in de.hybris.platform.cms2.model.pages
Methods in de.hybris.platform.cms2.model.pages that return types with arguments of type ContentSlotNameModelModifier and TypeMethodDescriptionPageTemplateModel.getAvailableContentSlots()Generated method - Getter of thePageTemplate.availableContentSlotsattribute defined at extensioncms2.Method parameters in de.hybris.platform.cms2.model.pages with type arguments of type ContentSlotNameModelModifier and TypeMethodDescriptionvoidPageTemplateModel.setAvailableContentSlots(List<ContentSlotNameModel> value) Generated method - Setter ofPageTemplate.availableContentSlotsattribute defined at extensioncms2. -
Uses of ContentSlotNameModel in de.hybris.platform.cms2.servicelayer.services.admin.impl
Methods in de.hybris.platform.cms2.servicelayer.services.admin.impl with parameters of type ContentSlotNameModelModifier 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".Method parameters in de.hybris.platform.cms2.servicelayer.services.admin.impl with type arguments of type ContentSlotNameModelModifier and TypeMethodDescriptionprotected Set<CMSComponentTypeModel>DefaultCMSAdminTypeRestrictionsService.getMergedTypeRestrictionForContentSlot(List<ContentSlotNameModel> availableContentSlots, String contentSlotForNamePosition) Merge the restrictions for a content slots fromgetValidComponentTypes()andComponentTypeGroupModel.getCmsComponentTypes() -
Uses of ContentSlotNameModel in de.hybris.platform.cms2.services.meta.impl
Methods in de.hybris.platform.cms2.services.meta.impl with parameters of type ContentSlotNameModelModifier and TypeMethodDescriptionprotected booleanObjectTemplates4ContentSlotFilter.isValidForComponentTypeGroup(ContentSlotNameModel contentSlotName, TypeModel typeModel) protected booleanObjectTemplates4ContentSlotFilter.isValidForValidComponentTypes(ContentSlotNameModel contentSlotName, TypeModel typeModel) Deprecated, for removal: This API element is subject to removal in a future version.booleanObjectTemplates4ContentSlotFilter.isValidType(ObjectTemplate template, ContentSlotNameModel contentSlotName) -
Uses of ContentSlotNameModel in de.hybris.platform.cmscockpit.session.impl
Methods in de.hybris.platform.cmscockpit.session.impl that return types with arguments of type ContentSlotNameModelModifier and TypeMethodDescriptionCmsPageBrowserModel.getAvailableSlotsForCurrentPage()CmsPageBrowserModel.getMissingSlotsForCurrentPage()Methods in de.hybris.platform.cmscockpit.session.impl with parameters of type ContentSlotNameModelModifier and TypeMethodDescriptionCmsPageBrowserModel.contentSlotDefined(ContentSlotNameModel potentateContetSlot) Deprecated, for removal: This API element is subject to removal in a future version.since ages -
Uses of ContentSlotNameModel in de.hybris.platform.cmscockpit.wizard.page
Methods in de.hybris.platform.cmscockpit.wizard.page that return ContentSlotNameModelModifier and TypeMethodDescriptionprotected ContentSlotNameModelTypeSelectorPage.getContentSlotName(PageTemplateModel pageTemplate, String position) Method parameters in de.hybris.platform.cmscockpit.wizard.page with type arguments of type ContentSlotNameModelModifier and TypeMethodDescriptionvoidTypeSelectorPage.setContentSlotObjectTypesFilter(ObjectTypeFilter<ObjectTemplate, ContentSlotNameModel> contentSlotObjectTypesFilter) -
Uses of ContentSlotNameModel in de.hybris.platform.cmsfacades.util.builder
Methods in de.hybris.platform.cmsfacades.util.builder that return ContentSlotNameModelModifier and TypeMethodDescriptionContentSlotNameModelBuilder.build()protected ContentSlotNameModelContentSlotNameModelBuilder.getModel()Methods in de.hybris.platform.cmsfacades.util.builder with parameters of type ContentSlotNameModelModifier and TypeMethodDescriptionstatic ContentSlotNameModelBuilderContentSlotNameModelBuilder.fromModel(ContentSlotNameModel model) CMSComponentTypeModelBuilder.withContentSlotNames(ContentSlotNameModel... contentSlotNames) PageTemplateModelBuilder.withContentSlots(ContentSlotNameModel... slots) -
Uses of ContentSlotNameModel in de.hybris.platform.cmsfacades.util.dao
Methods in de.hybris.platform.cmsfacades.util.dao that return ContentSlotNameModel -
Uses of ContentSlotNameModel in de.hybris.platform.cmsfacades.util.dao.impl
Methods in de.hybris.platform.cmsfacades.util.dao.impl that return ContentSlotNameModelModifier and TypeMethodDescriptionDefaultContentSlotNameDao.getContentSlotNameByName(String name) -
Uses of ContentSlotNameModel in de.hybris.platform.cmsfacades.util.models
Methods in de.hybris.platform.cmsfacades.util.models that return ContentSlotNameModelModifier and TypeMethodDescriptionContentSlotNameModelMother.Footer(PageTemplateModel pageTemplate) ContentSlotNameModelMother.Header(PageTemplateModel pageTemplate) ContentSlotNameModelMother.Header_without_restriction(PageTemplateModel pageTemplate) ContentSlotNameModelMother.Link(PageTemplateModel pageTemplate) ContentSlotNameModelMother.TextOnly(PageTemplateModel pageTemplate)
getValidComponentTypes()will be removed.