Uses of Class
de.hybris.platform.cms2lib.model.components.ProductListComponentModel
Packages that use ProductListComponentModel
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 ProductListComponentModel in de.hybris.platform.category.model
Methods in de.hybris.platform.category.model that return types with arguments of type ProductListComponentModelModifier and TypeMethodDescriptionCategoryModel.getProductListComponents()Generated method - Getter of theCategory.productListComponentsattribute defined at extensioncms2lib.Method parameters in de.hybris.platform.category.model with type arguments of type ProductListComponentModelModifier and TypeMethodDescriptionvoidCategoryModel.setProductListComponents(List<ProductListComponentModel> value) Generated method - Setter ofCategory.productListComponentsattribute defined at extensioncms2lib. -
Uses of ProductListComponentModel in de.hybris.platform.core.model.product
Methods in de.hybris.platform.core.model.product that return types with arguments of type ProductListComponentModelModifier and TypeMethodDescriptionProductModel.getProductListComponents()Generated method - Getter of theProduct.productListComponentsattribute defined at extensioncms2lib.Method parameters in de.hybris.platform.core.model.product with type arguments of type ProductListComponentModelModifier and TypeMethodDescriptionvoidProductModel.setProductListComponents(Collection<ProductListComponentModel> value) Generated method - Setter ofProduct.productListComponentsattribute defined at extensioncms2lib.