Uses of Class
de.hybris.platform.tuawebservicesresources.v2.dto.AgreementCharacteristic
Packages that use AgreementCharacteristic
Package
Description
-
Uses of AgreementCharacteristic in de.hybris.platform.tuawebservicesresources.mappers.agreementcharacteristic
Methods in de.hybris.platform.tuawebservicesresources.mappers.agreementcharacteristic with parameters of type AgreementCharacteristicModifier and TypeMethodDescriptionvoidAgreementCharacteristicValueAttributeMapper.populateSourceAttributeFromTarget(AgreementCharacteristic target, TuaAgreementSpecCharValueUseModel source, ma.glasnost.orika.MappingContext context) voidAgreementCharacteristicAtTypeAttributeMapper.populateTargetAttributeFromSource(TuaAgreementSpecCharValueUseModel source, AgreementCharacteristic target, ma.glasnost.orika.MappingContext context) voidAgreementCharacteristicSchemaLocationAttributeMapper.populateTargetAttributeFromSource(TuaAgreementSpecCharValueUseModel source, AgreementCharacteristic target, ma.glasnost.orika.MappingContext context) voidAgreementCharacteristicValueAttributeMapper.populateTargetAttributeFromSource(TuaAgreementSpecCharValueUseModel source, AgreementCharacteristic target, ma.glasnost.orika.MappingContext context) -
Uses of AgreementCharacteristic in de.hybris.platform.tuawebservicesresources.v2.dto
Methods in de.hybris.platform.tuawebservicesresources.v2.dto that return AgreementCharacteristicModifier and TypeMethodDescriptionAgreementCharacteristic.atBaseType(String atBaseType) AgreementCharacteristic.atSchemaLocation(String atSchemaLocation) AgreementCharacteristic.value(AgreementSpecCharacteristicValue value) Methods in de.hybris.platform.tuawebservicesresources.v2.dto that return types with arguments of type AgreementCharacteristicModifier and TypeMethodDescription@Valid List<AgreementCharacteristic>Agreement.getCharacteristic()Get characteristicMethods in de.hybris.platform.tuawebservicesresources.v2.dto with parameters of type AgreementCharacteristicModifier and TypeMethodDescriptionAgreement.addCharacteristicItem(AgreementCharacteristic characteristicItem) Method parameters in de.hybris.platform.tuawebservicesresources.v2.dto with type arguments of type AgreementCharacteristicModifier and TypeMethodDescriptionAgreement.characteristic(List<AgreementCharacteristic> characteristic) voidAgreement.setCharacteristic(List<AgreementCharacteristic> characteristic) -
Uses of AgreementCharacteristic in de.hybris.platform.tuawebservicesresources.v3.dto
Methods in de.hybris.platform.tuawebservicesresources.v3.dto that return types with arguments of type AgreementCharacteristicModifier and TypeMethodDescription@Valid List<AgreementCharacteristic>Agreement.getCharacteristic()Get characteristicMethods in de.hybris.platform.tuawebservicesresources.v3.dto with parameters of type AgreementCharacteristicModifier and TypeMethodDescriptionAgreement.addCharacteristicItem(AgreementCharacteristic characteristicItem) Method parameters in de.hybris.platform.tuawebservicesresources.v3.dto with type arguments of type AgreementCharacteristicModifier and TypeMethodDescriptionAgreement.characteristic(List<AgreementCharacteristic> characteristic) voidAgreement.setCharacteristic(List<AgreementCharacteristic> characteristic)