Uses of Class
de.hybris.platform.cms2lib.model.components.ProductCarouselComponentModel
Packages that use ProductCarouselComponentModel
Package
Description
Contains generated models for each type of de.hybris.platform.category.jalo package.
Contains generated models for each type of de.hybris.platform.jalo.product package.
-
Uses of ProductCarouselComponentModel in de.hybris.platform.b2ctelcoaddon.component.renderer
Classes in de.hybris.platform.b2ctelcoaddon.component.renderer with type parameters of type ProductCarouselComponentModelModifier and TypeClassDescriptionclassRenderer for product carousel componentMethods in de.hybris.platform.b2ctelcoaddon.component.renderer with parameters of type ProductCarouselComponentModelModifier and TypeMethodDescriptionprotected List<ProductData>ProductCarouselComponentRenderer.collectLinkedProducts(ProductCarouselComponentModel component) protected List<ProductData>ProductCarouselComponentRenderer.collectSearchProducts(ProductCarouselComponentModel component) -
Uses of ProductCarouselComponentModel in de.hybris.platform.category.model
Methods in de.hybris.platform.category.model that return types with arguments of type ProductCarouselComponentModelModifier and TypeMethodDescriptionCategoryModel.getProductCarouselComponents()Generated method - Getter of theCategory.productCarouselComponentsattribute defined at extensioncms2lib.Method parameters in de.hybris.platform.category.model with type arguments of type ProductCarouselComponentModelModifier and TypeMethodDescriptionvoidCategoryModel.setProductCarouselComponents(Collection<ProductCarouselComponentModel> value) Generated method - Setter ofCategory.productCarouselComponentsattribute defined at extensioncms2lib. -
Uses of ProductCarouselComponentModel in de.hybris.platform.core.model.product
Methods in de.hybris.platform.core.model.product that return types with arguments of type ProductCarouselComponentModelModifier and TypeMethodDescriptionProductModel.getProductCarouselComponents()Generated method - Getter of theProduct.productCarouselComponentsattribute defined at extensioncms2lib.Method parameters in de.hybris.platform.core.model.product with type arguments of type ProductCarouselComponentModelModifier and TypeMethodDescriptionvoidProductModel.setProductCarouselComponents(Collection<ProductCarouselComponentModel> value) Generated method - Setter ofProduct.productCarouselComponentsattribute defined at extensioncms2lib.