Class PartyTaxExemptionCertificateAttributeMapper
java.lang.Object
de.hybris.platform.tuawebservicesresources.mappers.TuaAttributeMapper<TuaPartyModel,Party>
de.hybris.platform.tuawebservicesresources.mappers.party.PartyTaxExemptionCertificateAttributeMapper
public class PartyTaxExemptionCertificateAttributeMapper
extends TuaAttributeMapper<TuaPartyModel,Party>
This attribute Mapper class maps data for tax exemption certificate attribute between
TuaPartyModel and Party- Since:
- 2208
-
Constructor Summary
ConstructorsConstructorDescriptionPartyTaxExemptionCertificateAttributeMapper(String sourceAttributeName, String targetAttributeName, ma.glasnost.orika.MapperFacade mapperFacade, TuaEntityResourceNormalizer<TaxExemptionCertificate, TuaTaxExemptionCertificateModel> tuaTaxExemptionCertificateEntityResourceNormalizer) -
Method Summary
Modifier and TypeMethodDescriptionprotected ma.glasnost.orika.MapperFacadevoidpopulateSourceAttributeFromTarget(Party source, TuaPartyModel target, ma.glasnost.orika.MappingContext context) Populates the source attribute value obtained by processing the target object.voidpopulateTargetAttributeFromSource(TuaPartyModel source, Party target, ma.glasnost.orika.MappingContext context) Populates the target attribute value obtained by processing the source object.Methods inherited from class de.hybris.platform.tuawebservicesresources.mappers.TuaAttributeMapper
getSourceAttributeName, getTargetAttributeName
-
Constructor Details
-
PartyTaxExemptionCertificateAttributeMapper
public PartyTaxExemptionCertificateAttributeMapper(String sourceAttributeName, String targetAttributeName, ma.glasnost.orika.MapperFacade mapperFacade, TuaEntityResourceNormalizer<TaxExemptionCertificate, TuaTaxExemptionCertificateModel> tuaTaxExemptionCertificateEntityResourceNormalizer)
-
-
Method Details
-
populateTargetAttributeFromSource
public void populateTargetAttributeFromSource(TuaPartyModel source, Party target, ma.glasnost.orika.MappingContext context) Description copied from class:TuaAttributeMapperPopulates the target attribute value obtained by processing the source object.- Specified by:
populateTargetAttributeFromSourcein classTuaAttributeMapper<TuaPartyModel,Party> - Parameters:
source- source objecttarget- target object
-
populateSourceAttributeFromTarget
public void populateSourceAttributeFromTarget(Party source, TuaPartyModel target, ma.glasnost.orika.MappingContext context) Description copied from class:TuaAttributeMapperPopulates the source attribute value obtained by processing the target object.- Overrides:
populateSourceAttributeFromTargetin classTuaAttributeMapper<TuaPartyModel,Party> - Parameters:
source- target objecttarget- source object
-
getMapperFacade
protected ma.glasnost.orika.MapperFacade getMapperFacade() -
getTuaTaxExemptionCertificateEntityResourceNormalizer
protected TuaEntityResourceNormalizer<TaxExemptionCertificate,TuaTaxExemptionCertificateModel> getTuaTaxExemptionCertificateEntityResourceNormalizer()
-