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. -
-
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.
-