Uses of Class
de.hybris.platform.tuawebservicesresources.v2.dto.AgreementSpecCharacteristic
Packages that use AgreementSpecCharacteristic
Package
Description
-
Uses of AgreementSpecCharacteristic in de.hybris.platform.tuawebservicesresources.mappers.agreementspeccharacteristic
Methods in de.hybris.platform.tuawebservicesresources.mappers.agreementspeccharacteristic with parameters of type AgreementSpecCharacteristicModifier and TypeMethodDescriptionvoidAgreementSpecCharacteristicValidForAttributeMapper.populateSourceAttributeFromTarget(AgreementSpecCharacteristic target, TuaAgreementSpecCharacteristicModel source, ma.glasnost.orika.MappingContext context) voidAgreementSpecCharacteristicValueAttributeMapper.populateSourceAttributeFromTarget(AgreementSpecCharacteristic target, TuaAgreementSpecCharacteristicModel source, ma.glasnost.orika.MappingContext context) voidAgreementSpecCharacteristicSchemaLocationAttributeMapper.populateTargetAttributeFromSource(TuaAgreementSpecCharacteristicModel source, AgreementSpecCharacteristic target, ma.glasnost.orika.MappingContext context) voidAgreementSpecCharacteristicTypeAttributeMapper.populateTargetAttributeFromSource(TuaAgreementSpecCharacteristicModel source, AgreementSpecCharacteristic target, ma.glasnost.orika.MappingContext context) voidAgreementSpecCharacteristicValidForAttributeMapper.populateTargetAttributeFromSource(TuaAgreementSpecCharacteristicModel source, AgreementSpecCharacteristic target, ma.glasnost.orika.MappingContext context) voidAgreementSpecCharacteristicValueAttributeMapper.populateTargetAttributeFromSource(TuaAgreementSpecCharacteristicModel source, AgreementSpecCharacteristic target, ma.glasnost.orika.MappingContext context) -
Uses of AgreementSpecCharacteristic in de.hybris.platform.tuawebservicesresources.v2.dto
Methods in de.hybris.platform.tuawebservicesresources.v2.dto that return AgreementSpecCharacteristicModifier and TypeMethodDescriptionAgreementSpecCharacteristic.addSpecCharacteristicValueItem(AgreementSpecCharacteristicValue specCharacteristicValueItem) AgreementSpecCharacteristic.atBaseType(String atBaseType) AgreementSpecCharacteristic.atSchemaLocation(String atSchemaLocation) AgreementSpecCharacteristic.configurable(Boolean configurable) AgreementSpecCharacteristic.description(String description) AgreementSpecCharacteristic.specCharacteristicValue(List<AgreementSpecCharacteristicValue> specCharacteristicValue) AgreementSpecCharacteristic.validFor(TimePeriod validFor) Methods in de.hybris.platform.tuawebservicesresources.v2.dto that return types with arguments of type AgreementSpecCharacteristicModifier and TypeMethodDescription@Valid List<AgreementSpecCharacteristic>AgreementSpecification.getSpecificationCharacteristic()Get specificationCharacteristicMethods in de.hybris.platform.tuawebservicesresources.v2.dto with parameters of type AgreementSpecCharacteristicModifier and TypeMethodDescriptionAgreementSpecification.addSpecificationCharacteristicItem(AgreementSpecCharacteristic specificationCharacteristicItem) Method parameters in de.hybris.platform.tuawebservicesresources.v2.dto with type arguments of type AgreementSpecCharacteristicModifier and TypeMethodDescriptionvoidAgreementSpecification.setSpecificationCharacteristic(List<AgreementSpecCharacteristic> specificationCharacteristic) AgreementSpecification.specificationCharacteristic(List<AgreementSpecCharacteristic> specificationCharacteristic)