Uses of Class
com.broadleafcommerce.catalog.domain.product.characteristic.ProductCharacteristicValue
Packages that use ProductCharacteristicValue
Package
Description
-
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 TypeMethodDescriptionvoid
ProductCharacteristic.setValue
(List<ProductCharacteristicValue> value) The list of values associated with this field. -
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 void
ProductValidator.validateCharacteristicRegex
(org.springframework.validation.Errors errors, String key, Characteristic characteristic, List<ProductCharacteristicValue> values)