Uses of Class
com.broadleafcommerce.cartoperation.domain.Characteristic
Packages that use Characteristic
-
Uses of Characteristic in com.broadleafcommerce.cartoperation.domain
Methods in com.broadleafcommerce.cartoperation.domain that return CharacteristicModifier and TypeMethodDescriptionProductCharacteristic.getCharacteristic()
TheCharacteristic
definition associated with this product.Methods in com.broadleafcommerce.cartoperation.domain that return types with arguments of type CharacteristicModifier and TypeMethodDescriptionProduct.getParentCharacteristics()
Map of theCharacteristics
referenced by theProductCharacteristics
where the key is the characteristic'sfieldName
.Methods in com.broadleafcommerce.cartoperation.domain with parameters of type CharacteristicModifier and TypeMethodDescriptionvoid
ProductCharacteristic.setCharacteristic
(Characteristic characteristic) TheCharacteristic
definition associated with this product.Method parameters in com.broadleafcommerce.cartoperation.domain with type arguments of type CharacteristicModifier and TypeMethodDescriptionvoid
Product.setParentCharacteristics
(Map<String, Characteristic> parentCharacteristics) Map of theCharacteristics
referenced by theProductCharacteristics
where the key is the characteristic'sfieldName
.