Uses of Class
de.hybris.platform.cms2lib.components.ProductDetailComponent
Packages that use ProductDetailComponent
-
Uses of ProductDetailComponent in de.hybris.platform.cms2lib.jalo
Fields in de.hybris.platform.cms2lib.jalo with type parameters of type ProductDetailComponentModifier and TypeFieldDescriptionprotected static final OneToManyHandler<ProductDetailComponent>GeneratedCms2LibManager.PRODUCTDETAILCOMPONENTSFORPRODUCTPRODUCTDETAILCOMPONENTSHANDLEROneToManyHandlerfor handling 1:n PRODUCTDETAILCOMPONENTS's relation attributes from 'many' side.Methods in de.hybris.platform.cms2lib.jalo that return ProductDetailComponentModifier and TypeMethodDescriptionGeneratedCms2LibManager.createProductDetailComponent(SessionContext ctx, Map attributeValues) GeneratedCms2LibManager.createProductDetailComponent(Map attributeValues) Methods in de.hybris.platform.cms2lib.jalo that return types with arguments of type ProductDetailComponentModifier and TypeMethodDescriptionGeneratedCms2LibManager.getProductDetailComponents(Product item) Generated method - Getter of theProduct.productDetailComponentsattribute.GeneratedCms2LibManager.getProductDetailComponents(SessionContext ctx, Product item) Generated method - Getter of theProduct.productDetailComponentsattribute.Methods in de.hybris.platform.cms2lib.jalo with parameters of type ProductDetailComponentModifier and TypeMethodDescriptionvoidGeneratedCms2LibManager.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 ProductDetailComponentModifier and TypeMethodDescriptionvoidGeneratedCms2LibManager.setProductDetailComponents(Product item, List<ProductDetailComponent> value) Generated method - Setter of theProduct.productDetailComponentsattribute.voidGeneratedCms2LibManager.setProductDetailComponents(SessionContext ctx, Product item, List<ProductDetailComponent> value) Generated method - Setter of theProduct.productDetailComponentsattribute.