Uses of Class
de.hybris.platform.cms2lib.components.ProductDetailComponent
-
Packages that use ProductDetailComponent Package Description de.hybris.platform.cms2lib.jalo -
-
Uses of ProductDetailComponent in de.hybris.platform.cms2lib.jalo
Fields in de.hybris.platform.cms2lib.jalo with type parameters of type ProductDetailComponent Modifier and Type Field Description protected static OneToManyHandler<ProductDetailComponent>GeneratedCms2LibManager. PRODUCTDETAILCOMPONENTSFORPRODUCTPRODUCTDETAILCOMPONENTSHANDLEROneToManyHandlerfor handling 1:n PRODUCTDETAILCOMPONENTS's relation attributes from 'many' side.Methods in de.hybris.platform.cms2lib.jalo that return ProductDetailComponent Modifier and Type Method Description ProductDetailComponentGeneratedCms2LibManager. createProductDetailComponent(SessionContext ctx, java.util.Map attributeValues)ProductDetailComponentGeneratedCms2LibManager. createProductDetailComponent(java.util.Map attributeValues)Methods in de.hybris.platform.cms2lib.jalo that return types with arguments of type ProductDetailComponent Modifier and Type Method Description java.util.List<ProductDetailComponent>GeneratedCms2LibManager. getProductDetailComponents(Product item)Generated method - Getter of theProduct.productDetailComponentsattribute.java.util.List<ProductDetailComponent>GeneratedCms2LibManager. getProductDetailComponents(SessionContext ctx, Product item)Generated method - Getter of theProduct.productDetailComponentsattribute.Methods in de.hybris.platform.cms2lib.jalo with parameters of type ProductDetailComponent Modifier and Type Method Description voidGeneratedCms2LibManager. addToProductDetailComponents(Product item, ProductDetailComponent value)Generated method - Addsvalueto productDetailComponents.voidGeneratedCms2LibManager. addToProductDetailComponents(SessionContext ctx, Product item, ProductDetailComponent value)Generated method - Addsvalueto productDetailComponents.voidGeneratedCms2LibManager. removeFromProductDetailComponents(Product item, ProductDetailComponent value)Generated method - Removesvaluefrom productDetailComponents.voidGeneratedCms2LibManager. removeFromProductDetailComponents(SessionContext ctx, Product item, ProductDetailComponent value)Generated method - Removesvaluefrom productDetailComponents.Method parameters in de.hybris.platform.cms2lib.jalo with type arguments of type ProductDetailComponent Modifier and Type Method Description voidGeneratedCms2LibManager. setProductDetailComponents(Product item, java.util.List<ProductDetailComponent> value)Generated method - Setter of theProduct.productDetailComponentsattribute.voidGeneratedCms2LibManager. setProductDetailComponents(SessionContext ctx, Product item, java.util.List<ProductDetailComponent> value)Generated method - Setter of theProduct.productDetailComponentsattribute.
-