Uses of Class
de.hybris.platform.cms2.model.contents.ContentSlotNameModel
-
Packages that use ContentSlotNameModel Package Description de.hybris.platform.cms2.model Contains generated models for each type of de.hybris.platform.cms2.jalo package.de.hybris.platform.cms2.model.pages Contains generated models for each type of de.hybris.platform.cms2.jalo.pages package.de.hybris.platform.cms2.servicelayer.services.admin.impl de.hybris.platform.cms2.services.meta.impl de.hybris.platform.cmscockpit.session.impl de.hybris.platform.cmscockpit.wizard.page de.hybris.platform.cmsfacades.util.builder de.hybris.platform.cmsfacades.util.dao de.hybris.platform.cmsfacades.util.dao.impl de.hybris.platform.cmsfacades.util.models -
-
Uses of ContentSlotNameModel in de.hybris.platform.cms2.model
Methods in de.hybris.platform.cms2.model that return types with arguments of type ContentSlotNameModel Modifier and Type Method Description java.util.Set<ContentSlotNameModel>CMSComponentTypeModel. getContentSlotNames()Generated method - Getter of theCMSComponentType.contentSlotNamesattribute defined at extensioncms2.Method parameters in de.hybris.platform.cms2.model with type arguments of type ContentSlotNameModel Modifier and Type Method Description voidCMSComponentTypeModel. setContentSlotNames(java.util.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 ContentSlotNameModel Modifier and Type Method Description java.util.List<ContentSlotNameModel>PageTemplateModel. getAvailableContentSlots()Generated method - Getter of thePageTemplate.availableContentSlotsattribute defined at extensioncms2.Method parameters in de.hybris.platform.cms2.model.pages with type arguments of type ContentSlotNameModel Modifier and Type Method Description voidPageTemplateModel. setAvailableContentSlots(java.util.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 ContentSlotNameModel Modifier and Type Method Description protected java.util.Set<CMSComponentTypeModel>DefaultCMSAdminTypeRestrictionsService. getCmsComponentTypesFromContentSlotNameComponentTypeGroup(ContentSlotNameModel contentSlotName)Get all component types from the content slot name's component type group.protected java.util.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 ContentSlotNameModel Modifier and Type Method Description protected java.util.Set<CMSComponentTypeModel>DefaultCMSAdminTypeRestrictionsService. getMergedTypeRestrictionForContentSlot(java.util.List<ContentSlotNameModel> availableContentSlots, java.lang.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 ContentSlotNameModel Modifier and Type Method Description protected 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.since ages - checking valid component types viagetValidComponentTypes()will be removed.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 ContentSlotNameModel Modifier and Type Method Description java.util.List<ContentSlotNameModel>CmsPageBrowserModel. getAvailableSlotsForCurrentPage()java.util.List<ContentSlotNameModel>CmsPageBrowserModel. getMissingSlotsForCurrentPage()Methods in de.hybris.platform.cmscockpit.session.impl with parameters of type ContentSlotNameModel Modifier and Type Method Description TypedObjectCmsPageBrowserModel. 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 ContentSlotNameModel Modifier and Type Method Description protected ContentSlotNameModelTypeSelectorPage. getContentSlotName(PageTemplateModel pageTemplate, java.lang.String position)Method parameters in de.hybris.platform.cmscockpit.wizard.page with type arguments of type ContentSlotNameModel Modifier and Type Method Description voidTypeSelectorPage. 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 ContentSlotNameModel Modifier and Type Method Description ContentSlotNameModelContentSlotNameModelBuilder. build()protected ContentSlotNameModelContentSlotNameModelBuilder. getModel()Methods in de.hybris.platform.cmsfacades.util.builder with parameters of type ContentSlotNameModel Modifier and Type Method Description static ContentSlotNameModelBuilderContentSlotNameModelBuilder. fromModel(ContentSlotNameModel model)CMSComponentTypeModelBuilderCMSComponentTypeModelBuilder. withContentSlotNames(ContentSlotNameModel... contentSlotNames)PageTemplateModelBuilderPageTemplateModelBuilder. withContentSlots(ContentSlotNameModel... slots) -
Uses of ContentSlotNameModel in de.hybris.platform.cmsfacades.util.dao
Methods in de.hybris.platform.cmsfacades.util.dao that return ContentSlotNameModel Modifier and Type Method Description ContentSlotNameModelContentSlotNameDao. getContentSlotNameByName(java.lang.String name) -
Uses of ContentSlotNameModel in de.hybris.platform.cmsfacades.util.dao.impl
Methods in de.hybris.platform.cmsfacades.util.dao.impl that return ContentSlotNameModel Modifier and Type Method Description ContentSlotNameModelDefaultContentSlotNameDao. getContentSlotNameByName(java.lang.String name) -
Uses of ContentSlotNameModel in de.hybris.platform.cmsfacades.util.models
Methods in de.hybris.platform.cmsfacades.util.models that return ContentSlotNameModel Modifier and Type Method Description ContentSlotNameModelContentSlotNameModelMother. Footer(PageTemplateModel pageTemplate)ContentSlotNameModelContentSlotNameModelMother. Header(PageTemplateModel pageTemplate)ContentSlotNameModelContentSlotNameModelMother. Header_without_restriction(PageTemplateModel pageTemplate)ContentSlotNameModelContentSlotNameModelMother. Link(PageTemplateModel pageTemplate)ContentSlotNameModelContentSlotNameModelMother. TextOnly(PageTemplateModel pageTemplate)
-