Uses of Class
de.hybris.platform.tuawebservicesresources.v2.dto.AgreementSpecCharacteristicValue
Packages that use AgreementSpecCharacteristicValue
Package
Description
-
Uses of AgreementSpecCharacteristicValue in de.hybris.platform.tuawebservicesresources.mappers.agreementspeccharacteristicvalue
Methods in de.hybris.platform.tuawebservicesresources.mappers.agreementspeccharacteristicvalue with parameters of type AgreementSpecCharacteristicValueModifier and TypeMethodDescriptionvoidAgreementSpecCharacteristicValueValidForAttributeMapper.populateSourceAttributeFromTarget(AgreementSpecCharacteristicValue target, TuaAgreementSpecCharacteristicValueModel source, ma.glasnost.orika.MappingContext context) voidAgreementSpecCharacteristicValueValueTypeAttributeMapper.populateSourceAttributeFromTarget(AgreementSpecCharacteristicValue target, TuaAgreementSpecCharacteristicValueModel source, ma.glasnost.orika.MappingContext context) voidAgreementSpecCharacteristicValueSchemaLocationAttributeMapper.populateTargetAttributeFromSource(TuaAgreementSpecCharacteristicValueModel source, AgreementSpecCharacteristicValue target, ma.glasnost.orika.MappingContext context) voidAgreementSpecCharacteristicValueTypeAttributeMapper.populateTargetAttributeFromSource(TuaAgreementSpecCharacteristicValueModel source, AgreementSpecCharacteristicValue target, ma.glasnost.orika.MappingContext context) voidAgreementSpecCharacteristicValueValidForAttributeMapper.populateTargetAttributeFromSource(TuaAgreementSpecCharacteristicValueModel source, AgreementSpecCharacteristicValue target, ma.glasnost.orika.MappingContext context) voidAgreementSpecCharacteristicValueValueTypeAttributeMapper.populateTargetAttributeFromSource(TuaAgreementSpecCharacteristicValueModel source, AgreementSpecCharacteristicValue target, ma.glasnost.orika.MappingContext context) -
Uses of AgreementSpecCharacteristicValue in de.hybris.platform.tuawebservicesresources.v2.dto
Methods in de.hybris.platform.tuawebservicesresources.v2.dto that return AgreementSpecCharacteristicValueModifier and TypeMethodDescriptionAgreementSpecCharacteristicValue.atBaseType(String atBaseType) AgreementSpecCharacteristicValue.atSchemaLocation(String atSchemaLocation) @NotNull @Valid AgreementSpecCharacteristicValueAgreementCharacteristic.getValue()Get valueAgreementSpecCharacteristicValue.unitOfMeasure(String unitOfMeasure) AgreementSpecCharacteristicValue.validFor(TimePeriod validFor) Methods in de.hybris.platform.tuawebservicesresources.v2.dto that return types with arguments of type AgreementSpecCharacteristicValueModifier and TypeMethodDescription@Valid List<AgreementSpecCharacteristicValue>AgreementSpecCharacteristic.getSpecCharacteristicValue()Get specCharacteristicValueMethods in de.hybris.platform.tuawebservicesresources.v2.dto with parameters of type AgreementSpecCharacteristicValueModifier and TypeMethodDescriptionAgreementSpecCharacteristic.addSpecCharacteristicValueItem(AgreementSpecCharacteristicValue specCharacteristicValueItem) voidAgreementCharacteristic.setValue(AgreementSpecCharacteristicValue value) AgreementCharacteristic.value(AgreementSpecCharacteristicValue value) Method parameters in de.hybris.platform.tuawebservicesresources.v2.dto with type arguments of type AgreementSpecCharacteristicValueModifier and TypeMethodDescriptionvoidAgreementSpecCharacteristic.setSpecCharacteristicValue(List<AgreementSpecCharacteristicValue> specCharacteristicValue) AgreementSpecCharacteristic.specCharacteristicValue(List<AgreementSpecCharacteristicValue> specCharacteristicValue)