| Package | Description |
|---|---|
| de.hybris.platform.cms2lib.jalo |
| Modifier and Type | Field and Description |
|---|---|
protected static OneToManyHandler<ProductDetailComponent> |
GeneratedCms2LibManager.PRODUCTDETAILCOMPONENTSFORPRODUCTPRODUCTDETAILCOMPONENTSHANDLER
OneToManyHandler for handling 1:n PRODUCTDETAILCOMPONENTS's relation attributes from 'many' side. |
| Modifier and Type | Method and Description |
|---|---|
ProductDetailComponent |
GeneratedCms2LibManager.createProductDetailComponent(java.util.Map attributeValues) |
ProductDetailComponent |
GeneratedCms2LibManager.createProductDetailComponent(SessionContext ctx,
java.util.Map attributeValues) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ProductDetailComponent> |
GeneratedCms2LibManager.getProductDetailComponents(Product item)
Generated method - Getter of the
Product.productDetailComponents attribute. |
java.util.List<ProductDetailComponent> |
GeneratedCms2LibManager.getProductDetailComponents(SessionContext ctx,
Product item)
Generated method - Getter of the
Product.productDetailComponents attribute. |
| Modifier and Type | Method and Description |
|---|---|
void |
GeneratedCms2LibManager.addToProductDetailComponents(Product item,
ProductDetailComponent value)
Generated method - Adds
value to productDetailComponents. |
void |
GeneratedCms2LibManager.addToProductDetailComponents(SessionContext ctx,
Product item,
ProductDetailComponent value)
Generated method - Adds
value to productDetailComponents. |
void |
GeneratedCms2LibManager.removeFromProductDetailComponents(Product item,
ProductDetailComponent value)
Generated method - Removes
value from productDetailComponents. |
void |
GeneratedCms2LibManager.removeFromProductDetailComponents(SessionContext ctx,
Product item,
ProductDetailComponent value)
Generated method - Removes
value from productDetailComponents. |
| Modifier and Type | Method and Description |
|---|---|
void |
GeneratedCms2LibManager.setProductDetailComponents(Product item,
java.util.List<ProductDetailComponent> value)
Generated method - Setter of the
Product.productDetailComponents attribute. |
void |
GeneratedCms2LibManager.setProductDetailComponents(SessionContext ctx,
Product item,
java.util.List<ProductDetailComponent> value)
Generated method - Setter of the
Product.productDetailComponents attribute. |
Copyright © 2018 SAP SE. All Rights Reserved.