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.
Contains generated models for each type of de.hybris.platform.sap.sappricingproductcarouseladdon.jalo package.
-
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. -
Uses of ProductCarouselComponentModel in de.hybris.platform.sap.sappricingproductcarouseladdon.model
Subclasses of ProductCarouselComponentModel in de.hybris.platform.sap.sappricingproductcarouseladdon.modelModifier and TypeClassDescriptionclassGenerated model class for type SapProductCarouselComponent first defined at extension sappricingproductcarouseladdon. -
Uses of ProductCarouselComponentModel in de.hybris.platform.sap.sapsalesordersimulation.facade
Methods in de.hybris.platform.sap.sapsalesordersimulation.facade with parameters of type ProductCarouselComponentModelModifier and TypeMethodDescriptionprotected List<ProductData>SAPProductCarouselFacade.fetchLivePriceStockForProducts(ProductCarouselComponentModel component) protected List<ProductData>SAPProductCarouselFacade.fetchProductsForNonPreviewMode(ProductCarouselComponentModel component) Fetches list of products for a given product carousel component when not in preview (i.e., no cmsTicketId in present in the session).