Uses of Class
de.hybris.platform.agreementtmfwebservices.v1.dto.AgreementSpecCharacteristic
Packages that use AgreementSpecCharacteristic
Package
Description
-
Uses of AgreementSpecCharacteristic in de.hybris.platform.agreementtmfwebservices.v1.dto
Methods in de.hybris.platform.agreementtmfwebservices.v1.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.agreementtmfwebservices.v1.dto that return types with arguments of type AgreementSpecCharacteristicModifier and TypeMethodDescription@Valid List<AgreementSpecCharacteristic>AgreementSpecification.getSpecificationCharacteristic()Get specificationCharacteristic@Valid List<AgreementSpecCharacteristic>AgreementSpecificationUnderscoreCreate.getSpecificationCharacteristic()Get specificationCharacteristic@Valid List<AgreementSpecCharacteristic>AgreementSpecificationUnderscoreUpdate.getSpecificationCharacteristic()Get specificationCharacteristicMethods in de.hybris.platform.agreementtmfwebservices.v1.dto with parameters of type AgreementSpecCharacteristicModifier and TypeMethodDescriptionAgreementSpecification.addSpecificationCharacteristicItem(AgreementSpecCharacteristic specificationCharacteristicItem) AgreementSpecificationUnderscoreCreate.addSpecificationCharacteristicItem(AgreementSpecCharacteristic specificationCharacteristicItem) AgreementSpecificationUnderscoreUpdate.addSpecificationCharacteristicItem(AgreementSpecCharacteristic specificationCharacteristicItem) Method parameters in de.hybris.platform.agreementtmfwebservices.v1.dto with type arguments of type AgreementSpecCharacteristicModifier and TypeMethodDescriptionvoidAgreementSpecification.setSpecificationCharacteristic(List<AgreementSpecCharacteristic> specificationCharacteristic) voidAgreementSpecificationUnderscoreCreate.setSpecificationCharacteristic(List<AgreementSpecCharacteristic> specificationCharacteristic) voidAgreementSpecificationUnderscoreUpdate.setSpecificationCharacteristic(List<AgreementSpecCharacteristic> specificationCharacteristic) AgreementSpecification.specificationCharacteristic(List<AgreementSpecCharacteristic> specificationCharacteristic) AgreementSpecificationUnderscoreCreate.specificationCharacteristic(List<AgreementSpecCharacteristic> specificationCharacteristic) AgreementSpecificationUnderscoreUpdate.specificationCharacteristic(List<AgreementSpecCharacteristic> specificationCharacteristic) -
Uses of AgreementSpecCharacteristic in de.hybris.platform.agreementtmfwebservices.v1.mappers.agreementspeccharacteristic
Methods in de.hybris.platform.agreementtmfwebservices.v1.mappers.agreementspeccharacteristic with parameters of type AgreementSpecCharacteristicModifier and TypeMethodDescriptionvoidAgreementSpecCharacteristicValidForAttributeMapper.populateSourceAttributeFromTarget(AgreementSpecCharacteristic target, AgrAgreementSpecCharacteristicModel source, ma.glasnost.orika.MappingContext context) Deprecated.voidAgreementSpecCharacteristicValueAttributeMapper.populateSourceAttributeFromTarget(AgreementSpecCharacteristic target, AgrAgreementSpecCharacteristicModel source, ma.glasnost.orika.MappingContext context) Deprecated.voidAgreementSpecCharacteristicSchemaLocationAttributeMapper.populateTargetAttributeFromSource(AgrAgreementSpecCharacteristicModel source, AgreementSpecCharacteristic target, ma.glasnost.orika.MappingContext context) Deprecated.voidAgreementSpecCharacteristicTypeAttributeMapper.populateTargetAttributeFromSource(AgrAgreementSpecCharacteristicModel source, AgreementSpecCharacteristic target, ma.glasnost.orika.MappingContext context) Deprecated.voidAgreementSpecCharacteristicValidForAttributeMapper.populateTargetAttributeFromSource(AgrAgreementSpecCharacteristicModel source, AgreementSpecCharacteristic target, ma.glasnost.orika.MappingContext context) Deprecated.voidAgreementSpecCharacteristicValueAttributeMapper.populateTargetAttributeFromSource(AgrAgreementSpecCharacteristicModel source, AgreementSpecCharacteristic target, ma.glasnost.orika.MappingContext context) Deprecated.