Uses of Class
com.broadleafcommerce.catalog.domain.product.characteristic.ProductCharacteristicValue
Packages that use ProductCharacteristicValue
Package
Description
-
Uses of ProductCharacteristicValue in com.broadleafcommerce.catalog.dataimport.converter
Methods in com.broadleafcommerce.catalog.dataimport.converter that return types with arguments of type ProductCharacteristicValueModifier and TypeMethodDescriptionprotected List<ProductCharacteristicValue>ProductRowConverter.parseProductCharacteristicValues(String rawValuesString) Parses the raw string values into a list ofProductCharacteristicValue.protected List<ProductCharacteristicValue>ProductRowConverter.processProductCharacteristicValues(List<ProductCharacteristicValue> parsedValues, Characteristic characteristicFromBusinessType) Processes the parsed values against the characteristic definition from the business type.Methods in com.broadleafcommerce.catalog.dataimport.converter with parameters of type ProductCharacteristicValueModifier and TypeMethodDescriptionprotected voidProductRowConverter.mergeCharacteristicValueDefaults(ProductCharacteristicValue target, CharacteristicValue source) Merges the properties from aCharacteristicValue(from aBusinessType) into aProductCharacteristicValue(from an import row), if they are not already present on the target.Method parameters in com.broadleafcommerce.catalog.dataimport.converter with type arguments of type ProductCharacteristicValueModifier and TypeMethodDescriptionprotected List<ProductCharacteristicValue>ProductRowConverter.processProductCharacteristicValues(List<ProductCharacteristicValue> parsedValues, Characteristic characteristicFromBusinessType) Processes the parsed values against the characteristic definition from the business type. -
Uses of ProductCharacteristicValue in com.broadleafcommerce.catalog.domain.product.characteristic
Methods in com.broadleafcommerce.catalog.domain.product.characteristic that return types with arguments of type ProductCharacteristicValueModifier and TypeMethodDescriptionProductCharacteristic.getValue()The list of values associated with this field.Method parameters in com.broadleafcommerce.catalog.domain.product.characteristic with type arguments of type ProductCharacteristicValueModifier and TypeMethodDescriptionvoidProductCharacteristic.setValue(List<ProductCharacteristicValue> value) The list of values associated with this field. -
Uses of ProductCharacteristicValue in com.broadleafcommerce.catalog.service.product.hydration
Methods in com.broadleafcommerce.catalog.service.product.hydration that return ProductCharacteristicValueModifier and TypeMethodDescriptionprotected ProductCharacteristicValueDefaultProductHydrationService.getProductCharacteristicValue(CharacteristicValue characteristicValue) Methods in com.broadleafcommerce.catalog.service.product.hydration that return types with arguments of type ProductCharacteristicValueModifier and TypeMethodDescriptionprotected Optional<ProductCharacteristicValue>DefaultCharacteristicHydrationService.getMatchingValue(ProductCharacteristicValue pcValue, List<ProductCharacteristicValue> activeValues) Gets the matching product characteristic value from the list of active values.Methods in com.broadleafcommerce.catalog.service.product.hydration with parameters of type ProductCharacteristicValueModifier and TypeMethodDescriptionprotected Optional<ProductCharacteristicValue>DefaultCharacteristicHydrationService.getMatchingValue(ProductCharacteristicValue pcValue, List<ProductCharacteristicValue> activeValues) Gets the matching product characteristic value from the list of active values.Method parameters in com.broadleafcommerce.catalog.service.product.hydration with type arguments of type ProductCharacteristicValueModifier and TypeMethodDescriptionprotected Optional<ProductCharacteristicValue>DefaultCharacteristicHydrationService.getMatchingValue(ProductCharacteristicValue pcValue, List<ProductCharacteristicValue> activeValues) Gets the matching product characteristic value from the list of active values. -
Uses of ProductCharacteristicValue in com.broadleafcommerce.catalog.service.validation
Method parameters in com.broadleafcommerce.catalog.service.validation with type arguments of type ProductCharacteristicValueModifier and TypeMethodDescriptionprotected static voidProductValidator.validateCharacteristicRegex(org.springframework.validation.Errors errors, String key, Characteristic characteristic, List<ProductCharacteristicValue> values)