Uses of Class
de.hybris.platform.b2ctelcotmfwebservices.v2.dto.ProductCharacteristic
Packages that use ProductCharacteristic
Package
Description
-
Uses of ProductCharacteristic in de.hybris.platform.b2ctelcotmfwebservices.v2.dto
Methods in de.hybris.platform.b2ctelcotmfwebservices.v2.dto that return ProductCharacteristicModifier and TypeMethodDescriptionProductCharacteristic.atSchemaLocation(String atSchemaLocation) Methods in de.hybris.platform.b2ctelcotmfwebservices.v2.dto that return types with arguments of type ProductCharacteristicModifier and TypeMethodDescription@Valid List<ProductCharacteristic>BaseProductRefOrValue.getCharacteristic()Get characteristic@Valid List<ProductCharacteristic>Product.getCharacteristic()Get characteristicMethods in de.hybris.platform.b2ctelcotmfwebservices.v2.dto with parameters of type ProductCharacteristicModifier and TypeMethodDescriptionBaseProductRefOrValue.addCharacteristicItem(ProductCharacteristic characteristicItem) Product.addCharacteristicItem(ProductCharacteristic characteristicItem) Method parameters in de.hybris.platform.b2ctelcotmfwebservices.v2.dto with type arguments of type ProductCharacteristicModifier and TypeMethodDescriptionBaseProductRefOrValue.characteristic(List<ProductCharacteristic> characteristic) Product.characteristic(List<ProductCharacteristic> characteristic) voidBaseProductRefOrValue.setCharacteristic(List<ProductCharacteristic> characteristic) voidProduct.setCharacteristic(List<ProductCharacteristic> characteristic) -
Uses of ProductCharacteristic in de.hybris.platform.b2ctelcotmfwebservices.v3.dto
Methods in de.hybris.platform.b2ctelcotmfwebservices.v3.dto that return types with arguments of type ProductCharacteristicModifier and TypeMethodDescription@Valid List<ProductCharacteristic>Product.getProductCharacteristic()Get productCharacteristicMethods in de.hybris.platform.b2ctelcotmfwebservices.v3.dto with parameters of type ProductCharacteristicModifier and TypeMethodDescriptionProduct.addProductCharacteristicItem(ProductCharacteristic productCharacteristicItem) Method parameters in de.hybris.platform.b2ctelcotmfwebservices.v3.dto with type arguments of type ProductCharacteristicModifier and TypeMethodDescriptionProduct.productCharacteristic(List<ProductCharacteristic> productCharacteristic) voidProduct.setProductCharacteristic(List<ProductCharacteristic> productCharacteristic)