Uses of Class
de.hybris.platform.tuawebservicesresources.v2.dto.TaxExemptionCertificate
Packages that use TaxExemptionCertificate
Package
Description
-
Uses of TaxExemptionCertificate in de.hybris.platform.tuawebservicesresources.mappers.party
Methods in de.hybris.platform.tuawebservicesresources.mappers.party that return types with arguments of type TaxExemptionCertificateModifier and TypeMethodDescriptionPartyTaxExemptionCertificateAttributeMapper.getTuaTaxExemptionCertificateEntityResourceNormalizer()Constructor parameters in de.hybris.platform.tuawebservicesresources.mappers.party with type arguments of type TaxExemptionCertificateModifierConstructorDescriptionPartyTaxExemptionCertificateAttributeMapper(String sourceAttributeName, String targetAttributeName, ma.glasnost.orika.MapperFacade mapperFacade, TuaEntityResourceNormalizer<TaxExemptionCertificate, TuaTaxExemptionCertificateModel> tuaTaxExemptionCertificateEntityResourceNormalizer) -
Uses of TaxExemptionCertificate in de.hybris.platform.tuawebservicesresources.mappers.taxexemptioncertificate
Methods in de.hybris.platform.tuawebservicesresources.mappers.taxexemptioncertificate with parameters of type TaxExemptionCertificateModifier and TypeMethodDescriptionvoidTaxExemptionCertificateAttachmentAttributeMapper.populateSourceAttributeFromTarget(TaxExemptionCertificate target, TuaTaxExemptionCertificateModel source, ma.glasnost.orika.MappingContext context) voidTaxExemptionCertificateTaxDefinitionAttributeMapper.populateSourceAttributeFromTarget(TaxExemptionCertificate source, TuaTaxExemptionCertificateModel target, ma.glasnost.orika.MappingContext context) voidTaxExemptionCertificateValidForAttributeMapper.populateSourceAttributeFromTarget(TaxExemptionCertificate source, TuaTaxExemptionCertificateModel target, ma.glasnost.orika.MappingContext context) voidTaxExemptionCertificateAtSchemaLocationAttributeMapper.populateTargetAttributeFromSource(TuaTaxExemptionCertificateModel source, TaxExemptionCertificate target, ma.glasnost.orika.MappingContext context) voidTaxExemptionCertificateAttachmentAttributeMapper.populateTargetAttributeFromSource(TuaTaxExemptionCertificateModel source, TaxExemptionCertificate target, ma.glasnost.orika.MappingContext context) voidTaxExemptionCertificateAtTypeAttributeMapper.populateTargetAttributeFromSource(TuaTaxExemptionCertificateModel source, TaxExemptionCertificate target, ma.glasnost.orika.MappingContext context) voidTaxExemptionCertificateTaxDefinitionAttributeMapper.populateTargetAttributeFromSource(TuaTaxExemptionCertificateModel source, TaxExemptionCertificate target, ma.glasnost.orika.MappingContext context) voidTaxExemptionCertificateValidForAttributeMapper.populateTargetAttributeFromSource(TuaTaxExemptionCertificateModel source, TaxExemptionCertificate target, ma.glasnost.orika.MappingContext context) -
Uses of TaxExemptionCertificate in de.hybris.platform.tuawebservicesresources.v2.dto
Methods in de.hybris.platform.tuawebservicesresources.v2.dto that return TaxExemptionCertificateModifier and TypeMethodDescriptionTaxExemptionCertificate.addTaxDefinitionItem(TaxDefinition taxDefinitionItem) TaxExemptionCertificate.atBaseType(String atBaseType) TaxExemptionCertificate.atSchemaLocation(String atSchemaLocation) TaxExemptionCertificate.attachment(AttachmentRefOrValue attachment) TaxExemptionCertificate.taxDefinition(List<TaxDefinition> taxDefinition) TaxExemptionCertificate.validFor(TimePeriod validFor) Methods in de.hybris.platform.tuawebservicesresources.v2.dto that return types with arguments of type TaxExemptionCertificateModifier and TypeMethodDescription@Valid List<TaxExemptionCertificate>Party.getTaxExemptionCertificate()Get taxExemptionCertificateMethods in de.hybris.platform.tuawebservicesresources.v2.dto with parameters of type TaxExemptionCertificateModifier and TypeMethodDescriptionParty.addTaxExemptionCertificateItem(TaxExemptionCertificate taxExemptionCertificateItem) Method parameters in de.hybris.platform.tuawebservicesresources.v2.dto with type arguments of type TaxExemptionCertificateModifier and TypeMethodDescriptionvoidParty.setTaxExemptionCertificate(List<TaxExemptionCertificate> taxExemptionCertificate) Party.taxExemptionCertificate(List<TaxExemptionCertificate> taxExemptionCertificate)