| Modifier and Type | Method and Description |
|---|---|
List<CartItemMappingProperties.FieldMapping> |
CartItemMappingProperties.getProductMappings()
Configuration for the fields which should be included in mapping a
Product into a
CartItem. |
List<CartItemMappingProperties.FieldMapping> |
CartItemMappingProperties.getVariantMappings()
Configuration for the fields which should be included in mapping a
Variant into a
CartItem. |
| Modifier and Type | Method and Description |
|---|---|
void |
CartItemMappingProperties.setProductMappings(List<CartItemMappingProperties.FieldMapping> productMappings)
Configuration for the fields which should be included in mapping a
Product into a
CartItem. |
void |
CartItemMappingProperties.setVariantMappings(List<CartItemMappingProperties.FieldMapping> variantMappings)
Configuration for the fields which should be included in mapping a
Variant into a
CartItem. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DataDrivenCartItemProductMapper.mapFieldsToCartItemAttributes(com.broadleafcommerce.cart.client.domain.CartItem cartItem,
Object source,
List<CartItemMappingProperties.FieldMapping> fieldMappings) |
protected void |
PropertyDrivenCartItemProductMapper.mapFieldsToCartItemAttributes(com.broadleafcommerce.cart.client.domain.CartItem cartItem,
Object source,
List<CartItemMappingProperties.FieldMapping> fieldMappings) |
| Modifier and Type | Method and Description |
|---|---|
List<CartItemMappingProperties.FieldMapping> |
CatalogProvider.retrieveCartItemProductMappings(com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo)
Retrieve a list of cart item to product mappings
|
| Modifier and Type | Method and Description |
|---|---|
List<CartItemMappingProperties.FieldMapping> |
ExternalCatalogProvider.retrieveCartItemProductMappings(com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) |
Copyright © 2021. All rights reserved.