Uses of Class
de.hybris.platform.partytmfwebservices.v1.dto.TaxDefinition
Packages that use TaxDefinition
Package
Description
-
Uses of TaxDefinition in de.hybris.platform.partytmfwebservices.v1.dto
Methods in de.hybris.platform.partytmfwebservices.v1.dto that return TaxDefinitionModifier and TypeMethodDescriptionTaxDefinition.atBaseType(String atBaseType) Deprecated.TaxDefinition.atReferredType(String atReferredType) Deprecated.TaxDefinition.atSchemaLocation(String atSchemaLocation) Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Methods in de.hybris.platform.partytmfwebservices.v1.dto that return types with arguments of type TaxDefinitionModifier and TypeMethodDescription@Valid List<TaxDefinition>TaxExemptionCertificate.getTaxDefinition()Deprecated.Get taxDefinitionMethods in de.hybris.platform.partytmfwebservices.v1.dto with parameters of type TaxDefinitionModifier and TypeMethodDescriptionTaxExemptionCertificate.addTaxDefinitionItem(TaxDefinition taxDefinitionItem) Deprecated.Method parameters in de.hybris.platform.partytmfwebservices.v1.dto with type arguments of type TaxDefinitionModifier and TypeMethodDescriptionvoidTaxExemptionCertificate.setTaxDefinition(List<TaxDefinition> taxDefinition) Deprecated.TaxExemptionCertificate.taxDefinition(List<TaxDefinition> taxDefinition) Deprecated. -
Uses of TaxDefinition in de.hybris.platform.partytmfwebservices.v1.mappers.taxdefinition
Methods in de.hybris.platform.partytmfwebservices.v1.mappers.taxdefinition with parameters of type TaxDefinitionModifier and TypeMethodDescriptionvoidTaxDefinitionAtSchemaLocationAttributeMapper.populateTargetAttributeFromSource(PmTaxDefinitionModel source, TaxDefinition target, ma.glasnost.orika.MappingContext context) Deprecated.voidTaxDefinitionAtTypeAttributeMapper.populateTargetAttributeFromSource(PmTaxDefinitionModel source, TaxDefinition target, ma.glasnost.orika.MappingContext context) Deprecated. -
Uses of TaxDefinition in de.hybris.platform.partytmfwebservices.v1.mappers.taxexemptioncertificate
Methods in de.hybris.platform.partytmfwebservices.v1.mappers.taxexemptioncertificate that return types with arguments of type TaxDefinitionModifier and TypeMethodDescriptionTaxExemptionCertificateTaxDefinitionAttributeMapper.getPmTaxDefinitionEntityResourceNormalizer()Deprecated.Constructor parameters in de.hybris.platform.partytmfwebservices.v1.mappers.taxexemptioncertificate with type arguments of type TaxDefinitionModifierConstructorDescriptionTaxExemptionCertificateTaxDefinitionAttributeMapper(String sourceAttributeName, String targetAttributeName, ma.glasnost.orika.MapperFacade mapperFacade, PmEntityResourceNormalizer<TaxDefinition, PmTaxDefinitionModel> pmTaxDefinitionEntityResourceNormalizer) Deprecated.