Uses of Class
com.broadleafcommerce.catalog.domain.product.characteristic.ProductCharacteristic
Packages that use ProductCharacteristic
Package
Description
-
Uses of ProductCharacteristic in com.broadleafcommerce.catalog.dataexport.converter
Method parameters in com.broadleafcommerce.catalog.dataexport.converter with type arguments of type ProductCharacteristicModifier and TypeMethodDescriptionprotected String
ProductExportRowConverter.getMultiValRepresentationOfCharacteristics
(Map<String, ProductCharacteristic> characteristics) -
Uses of ProductCharacteristic in com.broadleafcommerce.catalog.dataimport.converter
Methods in com.broadleafcommerce.catalog.dataimport.converter that return types with arguments of type ProductCharacteristicModifier and TypeMethodDescriptionprotected org.springframework.data.util.Pair<String,
ProductCharacteristic> ProductRowConverter.toKeyProductCharacteristicPair
(String[] keyValueArray, BusinessType businessType) -
Uses of ProductCharacteristic in com.broadleafcommerce.catalog.domain.product
Methods in com.broadleafcommerce.catalog.domain.product that return types with arguments of type ProductCharacteristicModifier and TypeMethodDescriptionConsolidatedProduct.getCharacteristics()
Product.getCharacteristics()
Fields and associated Characteristics that define a specific product.ConsolidatedProduct.getCharacteristicsValues()
Product.getCharacteristicsValues()
Method parameters in com.broadleafcommerce.catalog.domain.product with type arguments of type ProductCharacteristicModifier and TypeMethodDescriptionvoid
ConsolidatedProduct.setCharacteristics
(Map<String, ProductCharacteristic> characteristics) void
Product.setCharacteristics
(Map<String, ProductCharacteristic> characteristics) Fields and associated Characteristics that define a specific product.void
ConsolidatedProduct.setCharacteristicsFromList
(List<ProductCharacteristic> characteristics) void
Product.setCharacteristicsFromList
(List<ProductCharacteristic> characteristics) -
Uses of ProductCharacteristic in com.broadleafcommerce.catalog.domain.product.commerce
Methods in com.broadleafcommerce.catalog.domain.product.commerce that return types with arguments of type ProductCharacteristicModifier and TypeMethodDescriptionProductDetails.getCharacteristics()
ProductSummary.getCharacteristics()
ProductDetails.getCharacteristicsValues()
ProductSummary.getCharacteristicsValues()
Method parameters in com.broadleafcommerce.catalog.domain.product.commerce with type arguments of type ProductCharacteristicModifier and TypeMethodDescriptionvoid
ProductDetails.setCharacteristics
(Map<String, ProductCharacteristic> characteristics) void
ProductSummary.setCharacteristics
(Map<String, ProductCharacteristic> characteristics) void
ProductDetails.setCharacteristicsFromList
(List<ProductCharacteristic> characteristics) void
ProductSummary.setCharacteristicsFromList
(List<ProductCharacteristic> characteristics) -
Uses of ProductCharacteristic in com.broadleafcommerce.catalog.service.product.hydration
Methods in com.broadleafcommerce.catalog.service.product.hydration with parameters of type ProductCharacteristicModifier and TypeMethodDescriptionprotected void
DefaultProductHydrationService.applyHydration
(ProductCharacteristic productCharacteristic, ResolvedProductReferences foundItems)