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) Deprecated.AgreementSpecCharacteristic.atBaseType(String atBaseType) Deprecated.AgreementSpecCharacteristic.atSchemaLocation(String atSchemaLocation) Deprecated.Deprecated.AgreementSpecCharacteristic.configurable(Boolean configurable) Deprecated.AgreementSpecCharacteristic.description(String description) Deprecated.Deprecated.AgreementSpecCharacteristic.specCharacteristicValue(List<AgreementSpecCharacteristicValue> specCharacteristicValue) Deprecated.AgreementSpecCharacteristic.validFor(TimePeriod validFor) Deprecated.Deprecated.Methods in de.hybris.platform.agreementtmfwebservices.v1.dto that return types with arguments of type AgreementSpecCharacteristicModifier and TypeMethodDescription@Valid List<AgreementSpecCharacteristic>AgreementSpecification.getSpecificationCharacteristic()Deprecated.Get specificationCharacteristic@Valid List<AgreementSpecCharacteristic>AgreementSpecificationUnderscoreCreate.getSpecificationCharacteristic()Deprecated.Get specificationCharacteristic@Valid List<AgreementSpecCharacteristic>AgreementSpecificationUnderscoreUpdate.getSpecificationCharacteristic()Deprecated.Get specificationCharacteristicMethods in de.hybris.platform.agreementtmfwebservices.v1.dto with parameters of type AgreementSpecCharacteristicModifier and TypeMethodDescriptionAgreementSpecification.addSpecificationCharacteristicItem(AgreementSpecCharacteristic specificationCharacteristicItem) Deprecated.AgreementSpecificationUnderscoreCreate.addSpecificationCharacteristicItem(AgreementSpecCharacteristic specificationCharacteristicItem) Deprecated.AgreementSpecificationUnderscoreUpdate.addSpecificationCharacteristicItem(AgreementSpecCharacteristic specificationCharacteristicItem) Deprecated.Method parameters in de.hybris.platform.agreementtmfwebservices.v1.dto with type arguments of type AgreementSpecCharacteristicModifier and TypeMethodDescriptionvoidAgreementSpecification.setSpecificationCharacteristic(List<AgreementSpecCharacteristic> specificationCharacteristic) Deprecated.voidAgreementSpecificationUnderscoreCreate.setSpecificationCharacteristic(List<AgreementSpecCharacteristic> specificationCharacteristic) Deprecated.voidAgreementSpecificationUnderscoreUpdate.setSpecificationCharacteristic(List<AgreementSpecCharacteristic> specificationCharacteristic) Deprecated.AgreementSpecification.specificationCharacteristic(List<AgreementSpecCharacteristic> specificationCharacteristic) Deprecated.AgreementSpecificationUnderscoreCreate.specificationCharacteristic(List<AgreementSpecCharacteristic> specificationCharacteristic) Deprecated.AgreementSpecificationUnderscoreUpdate.specificationCharacteristic(List<AgreementSpecCharacteristic> specificationCharacteristic) Deprecated. -
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.