Uses of Class
de.hybris.platform.subscribedproducttmfwebservices.v1.dto.Characteristic
Packages that use Characteristic
Package
Description
-
Uses of Characteristic in de.hybris.platform.subscribedproducttmfwebservices.v1.dto
Methods in de.hybris.platform.subscribedproducttmfwebservices.v1.dto that return CharacteristicModifier and TypeMethodDescriptionCharacteristic.atBaseType(String atBaseType) Deprecated.Characteristic.atSchemaLocation(String atSchemaLocation) Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Methods in de.hybris.platform.subscribedproducttmfwebservices.v1.dto that return types with arguments of type CharacteristicModifier and TypeMethodDescription@Valid List<Characteristic>Product.getProductCharacteristic()Deprecated.Get productCharacteristic@Valid List<Characteristic>ProductRefOrValue.getProductCharacteristic()Deprecated.Get productCharacteristic@Valid List<Characteristic>ProductUnderscoreCreate.getProductCharacteristic()Deprecated.Get productCharacteristic@Valid List<Characteristic>ProductUnderscoreUpdate.getProductCharacteristic()Deprecated.Get productCharacteristicMethods in de.hybris.platform.subscribedproducttmfwebservices.v1.dto with parameters of type CharacteristicModifier and TypeMethodDescriptionProduct.addProductCharacteristicItem(Characteristic productCharacteristicItem) Deprecated.ProductRefOrValue.addProductCharacteristicItem(Characteristic productCharacteristicItem) Deprecated.ProductUnderscoreCreate.addProductCharacteristicItem(Characteristic productCharacteristicItem) Deprecated.ProductUnderscoreUpdate.addProductCharacteristicItem(Characteristic productCharacteristicItem) Deprecated.Method parameters in de.hybris.platform.subscribedproducttmfwebservices.v1.dto with type arguments of type CharacteristicModifier and TypeMethodDescriptionProduct.productCharacteristic(List<Characteristic> productCharacteristic) Deprecated.ProductRefOrValue.productCharacteristic(List<Characteristic> productCharacteristic) Deprecated.ProductUnderscoreCreate.productCharacteristic(List<Characteristic> productCharacteristic) Deprecated.ProductUnderscoreUpdate.productCharacteristic(List<Characteristic> productCharacteristic) Deprecated.voidProduct.setProductCharacteristic(List<Characteristic> productCharacteristic) Deprecated.voidProductRefOrValue.setProductCharacteristic(List<Characteristic> productCharacteristic) Deprecated.voidProductUnderscoreCreate.setProductCharacteristic(List<Characteristic> productCharacteristic) Deprecated.voidProductUnderscoreUpdate.setProductCharacteristic(List<Characteristic> productCharacteristic) Deprecated. -
Uses of Characteristic in de.hybris.platform.subscribedproducttmfwebservices.v1.mappers.characteristic
Methods in de.hybris.platform.subscribedproducttmfwebservices.v1.mappers.characteristic with parameters of type CharacteristicModifier and TypeMethodDescriptionvoidCharacteristicSchemaLocationAttributeMapper.populateTargetAttributeFromSource(SpiCharacteristicModel source, Characteristic target, ma.glasnost.orika.MappingContext context) Deprecated.voidCharacteristicTypeAttributeMapper.populateTargetAttributeFromSource(SpiCharacteristicModel source, Characteristic target, ma.glasnost.orika.MappingContext context) Deprecated.