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 StringProductExportRowConverter.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 TypeMethodDescriptionvoidConsolidatedProduct.setCharacteristics(Map<String, ProductCharacteristic> characteristics) voidProduct.setCharacteristics(Map<String, ProductCharacteristic> characteristics) Fields and associated Characteristics that define a specific product.voidConsolidatedProduct.setCharacteristicsFromList(List<ProductCharacteristic> characteristics) voidProduct.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 TypeMethodDescriptionvoidProductDetails.setCharacteristics(Map<String, ProductCharacteristic> characteristics) voidProductSummary.setCharacteristics(Map<String, ProductCharacteristic> characteristics) voidProductDetails.setCharacteristicsFromList(List<ProductCharacteristic> characteristics) voidProductSummary.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 voidDefaultProductHydrationService.applyHydration(ProductCharacteristic productCharacteristic, ResolvedProductReferences foundItems)