Uses of Class
de.hybris.platform.agreementtmfwebservices.v1.dto.Characteristic
Packages that use Characteristic
Package
Description
-
Uses of Characteristic in de.hybris.platform.agreementtmfwebservices.v1.dto
Methods in de.hybris.platform.agreementtmfwebservices.v1.dto that return CharacteristicModifier and TypeMethodDescriptionCharacteristic.atBaseType(String atBaseType) Deprecated.Characteristic.atSchemaLocation(String atSchemaLocation) Deprecated.Deprecated.Deprecated.Characteristic.value(AgreementSpecCharacteristicValue value) Deprecated.Deprecated.Methods in de.hybris.platform.agreementtmfwebservices.v1.dto that return types with arguments of type CharacteristicModifier and TypeMethodDescription@Valid List<Characteristic>Agreement.getCharacteristic()Deprecated.Get characteristic@Valid List<Characteristic>AgreementUnderscoreCreate.getCharacteristic()Deprecated.Get characteristic@Valid List<Characteristic>AgreementUnderscoreUpdate.getCharacteristic()Deprecated.Get characteristicMethods in de.hybris.platform.agreementtmfwebservices.v1.dto with parameters of type CharacteristicModifier and TypeMethodDescriptionAgreement.addCharacteristicItem(Characteristic characteristicItem) Deprecated.AgreementUnderscoreCreate.addCharacteristicItem(Characteristic characteristicItem) Deprecated.AgreementUnderscoreUpdate.addCharacteristicItem(Characteristic characteristicItem) Deprecated.Method parameters in de.hybris.platform.agreementtmfwebservices.v1.dto with type arguments of type CharacteristicModifier and TypeMethodDescriptionAgreement.characteristic(List<Characteristic> characteristic) Deprecated.AgreementUnderscoreCreate.characteristic(List<Characteristic> characteristic) Deprecated.AgreementUnderscoreUpdate.characteristic(List<Characteristic> characteristic) Deprecated.voidAgreement.setCharacteristic(List<Characteristic> characteristic) Deprecated.voidAgreementUnderscoreCreate.setCharacteristic(List<Characteristic> characteristic) Deprecated.voidAgreementUnderscoreUpdate.setCharacteristic(List<Characteristic> characteristic) Deprecated. -
Uses of Characteristic in de.hybris.platform.agreementtmfwebservices.v1.mappers.characteristic
Methods in de.hybris.platform.agreementtmfwebservices.v1.mappers.characteristic with parameters of type CharacteristicModifier and TypeMethodDescriptionvoidCharacteristicValueAttributeMapper.populateSourceAttributeFromTarget(Characteristic target, AgrAgreementSpecCharValueUseModel source, ma.glasnost.orika.MappingContext context) Deprecated.voidCharacteristicAtTypeAttributeMapper.populateTargetAttributeFromSource(AgrAgreementSpecCharValueUseModel source, Characteristic target, ma.glasnost.orika.MappingContext context) Deprecated.voidCharacteristicSchemaLocationAttributeMapper.populateTargetAttributeFromSource(AgrAgreementSpecCharValueUseModel source, Characteristic target, ma.glasnost.orika.MappingContext context) Deprecated.voidCharacteristicValueAttributeMapper.populateTargetAttributeFromSource(AgrAgreementSpecCharValueUseModel source, Characteristic target, ma.glasnost.orika.MappingContext context) Deprecated.