Uses of Class
de.hybris.platform.cms2.model.contents.contentslot.ContentSlotModel
Packages that use ContentSlotModel
Package
Description
Contains generated models for each type of de.hybris.platform.cms2.jalo.contents.components package.
Contains generated models for each type of de.hybris.platform.cms2.jalo.contents.contentslot package.
Contains generated models for each type of de.hybris.platform.cms2.jalo.relations package.
-
Uses of ContentSlotModel in de.hybris.platform.cms2.model.contents.components
Methods in de.hybris.platform.cms2.model.contents.components that return types with arguments of type ContentSlotModelModifier and TypeMethodDescriptionAbstractCMSComponentModel.getSlots()Generated method - Getter of theAbstractCMSComponent.slotsattribute defined at extensioncms2.Method parameters in de.hybris.platform.cms2.model.contents.components with type arguments of type ContentSlotModelModifier and TypeMethodDescriptionvoidAbstractCMSComponentModel.setSlots(Collection<ContentSlotModel> value) Generated method - Setter ofAbstractCMSComponent.slotsattribute defined at extensioncms2. -
Uses of ContentSlotModel in de.hybris.platform.cms2.model.contents.contentslot
Methods in de.hybris.platform.cms2.model.contents.contentslot that return ContentSlotModelModifier and TypeMethodDescriptionContentSlotModel.getOriginalSlot()Generated method - Getter of theContentSlot.originalSlotattribute defined at extensioncms2.Methods in de.hybris.platform.cms2.model.contents.contentslot with parameters of type ContentSlotModelModifier and TypeMethodDescriptionvoidContentSlotModel.setOriginalSlot(ContentSlotModel value) Generated method - Setter ofContentSlot.originalSlotattribute defined at extensioncms2. -
Uses of ContentSlotModel in de.hybris.platform.cms2.model.relations
Methods in de.hybris.platform.cms2.model.relations that return ContentSlotModelModifier and TypeMethodDescriptionContentSlotForPageModel.getContentSlot()Generated method - Getter of theContentSlotForPage.contentSlotattribute defined at extensioncms2.ContentSlotForTemplateModel.getContentSlot()Generated method - Getter of theContentSlotForTemplate.contentSlotattribute defined at extensioncms2.Methods in de.hybris.platform.cms2.model.relations with parameters of type ContentSlotModelModifier and TypeMethodDescriptionvoidContentSlotForPageModel.setContentSlot(ContentSlotModel value) Generated method - Setter ofContentSlotForPage.contentSlotattribute defined at extensioncms2.voidContentSlotForTemplateModel.setContentSlot(ContentSlotModel value) Generated method - Setter ofContentSlotForTemplate.contentSlotattribute defined at extensioncms2.Constructors in de.hybris.platform.cms2.model.relations with parameters of type ContentSlotModelModifierConstructorDescriptionContentSlotForPageModel(CatalogVersionModel _catalogVersion, ContentSlotModel _contentSlot, AbstractPageModel _page, String _position, String _uid) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersContentSlotForPageModel(CatalogVersionModel _catalogVersion, ContentSlotModel _contentSlot, ItemModel _owner, AbstractPageModel _page, String _position, String _uid) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersContentSlotForTemplateModel(CatalogVersionModel _catalogVersion, ContentSlotModel _contentSlot, PageTemplateModel _pageTemplate, String _position, String _uid) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersContentSlotForTemplateModel(CatalogVersionModel _catalogVersion, ContentSlotModel _contentSlot, ItemModel _owner, PageTemplateModel _pageTemplate, String _position, String _uid) 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 -
Uses of ContentSlotModel in de.hybris.platform.cmsfacades.dto
Methods in de.hybris.platform.cmsfacades.dto that return ContentSlotModelModifier and TypeMethodDescriptionComponentAndContentSlotValidationDto.getContentSlot()ComponentTypeAndContentSlotValidationDto.getContentSlot()Methods in de.hybris.platform.cmsfacades.dto with parameters of type ContentSlotModelModifier and TypeMethodDescriptionvoidComponentAndContentSlotValidationDto.setContentSlot(ContentSlotModel contentSlot) voidComponentTypeAndContentSlotValidationDto.setContentSlot(ContentSlotModel contentSlot)