Class PmAttributeMapper<SOURCE,TARGET>

java.lang.Object
de.hybris.platform.partytmfwebservices.v1.mappers.PmAttributeMapper<SOURCE,TARGET>
Direct Known Subclasses:
AttachmentRefOrValueAtReferredTypeAttributeMapper, AttachmentRefOrValueAtSchemaLocationAttributeMapper, AttachmentRefOrValueAtTypeAttributeMapper, AttachmentRefOrValueHrefAttributeMapper, AttachmentRefOrValueIdAttributeMapper, AttachmentRefOrValueMimeTypeAttributeMapper, AttachmentRefOrValueNameAttributeMapper, AttachmentRefOrValueSizeAttributeMapper, AttachmentRefOrValueTypeAttributeMapper, AttachmentRefOrValueUrlAttributeMapper, CharacteristicAtSchemaLocationAttributeMapper, CharacteristicAtTypeAttributeMapper, ContactMediumAtSchemaLocationAttributeMapper, ContactMediumAtTypeAttributeMapper, ContactMediumValidForAttributeMapper, DisabilityAtSchemaLocationAttributeMapper, DisabilityAtTypeAttributeMapper, DisabilityValidForAttributeMapper, ExternalReferenceAtSchemaLocationAttributeMapper, ExternalReferenceAtTypeAttributeMapper, IndividualAtTypeAttributeMapper, IndividualDisabilityAttributeMapper, IndividualHrefAttributeMapper, IndividualIdentificationAtSchemaLocationAttributeMapper, IndividualIdentificationAttachmentAttributeMapper, IndividualIdentificationAttributeMapper, IndividualIdentificationAtTypeAttributeMapper, IndividualIdentificationValidForAttributeMapper, IndividualLanguageAbilityAttributeMapper, IndividualOtherNameAttributeMapper, IndividualSkillAttributeMapper, IndividualTitleAttributeMapper, LanguageAbilityAtSchemaLocationAttributeMapper, LanguageAbilityAtTypeAttributeMapper, LanguageAbilityCodeAttributeMapper, LanguageAbilityNameAttributeMapper, LanguageAbilityValidForAttributeMapper, MediumCharacteristicAtSchemaLocationAttributeMapper, MediumCharacteristicAtTypeAttributeMapper, OrganizationAtSchemaLocationAttributeMapper, OrganizationAtTypeAttributeMapper, OrganizationChildRelationshipAtSchemaLocationAttributeMapper, OrganizationChildRelationshipAttributeMapper, OrganizationChildRelationshipAtTypeAttributeMapper, OrganizationChildRelationshipOrganizationAttributeMapper, OrganizationExistsDuringAttributeMapper, OrganizationHrefAttributeMapper, OrganizationIdentificationAtSchemaLocationAttributeMapper, OrganizationIdentificationAttributeMapper, OrganizationIdentificationAtTypeAttributeMapper, OrganizationIdentificationValidForAttributeMapper, OrganizationOtherNameAttributeMapper, OrganizationParentRelationshipAtSchemaLocationAttributeMapper, OrganizationParentRelationshipAttributeMapper, OrganizationParentRelationshipOrganizationAttributeMapper, OrganizationParentRelatipnshipAtTypeAttributeMapper, OrganizationRefAtReferredTypeAttributeMapper, OrganizationRefAtSchemaLocationAttributeMapper, OrganizationRefAtTypeAttributeMapper, OrganizationRefHrefAttributeMapper, OtherNameIndividualAtSchemaLocationAttributeMapper, OtherNameIndividualAtTypeAttributeMapper, OtherNameIndividualTitleAttributeMapper, OtherNameIndividualValidForAttributeMapper, OtherNameOrganizationAtSchemaLocationAttributeMapper, OtherNameOrganizationAtTypeAttributeMapper, OtherNameOrganizationValidForAttributeMapper, PartyAtSchemaLocationAttributeMapper, PartyAtTypeAttributeMapper, PartyCharacteristicAttributeMapper, PartyContactMediumAttributeMapper, PartyCreditProfileAtSchemaLocationAttributeMapper, PartyCreditProfileAtTypeAttributeMapper, PartyCreditProfileValidForAttributeMapper, PartyCreditRatingAttributeMapper, PartyExternalReferenceAttributeMapper, PartyHrefAttributeMapper, PartyRelatedPartyAttributeMapper, PartyTaxExemptionCertificateAttributeMapper, RelatedPartyAtReferredTypeAttributeMapper, RelatedPartyAtReferredTypeAttributeMapper, RelatedPartyAtReferredTypeAttributeMapper, RelatedPartyAtReferredTypeAttributeMapper, RelatedPartyAtReferredTypeAttributeMapper, RelatedPartyAtSchemaLocationAttributeMapper, RelatedPartyAtSchemaLocationAttributeMapper, RelatedPartyAtTypeAttributeMapper, RelatedPartyAtTypeAttributeMapper, RelatedPartyHrefAttributeMapper, RelatedPartyHrefAttributeMapper, RelatedPartyHrefAttributeMapper, RelatedPartyHrefAttributeMapper, RelatedPartyHrefAttributeMapper, RelatedPartyIdAttributeMapper, RelatedPartyIdAttributeMapper, RelatedPartyRoleAttributeMapper, RelatedPartyRoleAttributeMapper, SkillAtSchemaLocationAttributeMapper, SkillAtTypeAttributeMapper, SkillValidForAttributeMapper, TaxDefinitionAtSchemaLocationAttributeMapper, TaxDefinitionAtTypeAttributeMapper, TaxExemptionCertificateAtSchemaLocationAttributeMapper, TaxExemptionCertificateAttachmentAttributeMapper, TaxExemptionCertificateAtTypeAttributeMapper, TaxExemptionCertificateTaxDefinitionAttributeMapper, TaxExemptionCertificateValidForAttributeMapper

@Deprecated(since="2208") public abstract class PmAttributeMapper<SOURCE,TARGET> extends Object
Deprecated.
2208
This attribute mapper class populates the value of a PmAttributeMapper attribute by processing a PmAttributeMapper object
Since:
2108
  • Constructor Details

    • PmAttributeMapper

      public PmAttributeMapper(String sourceAttributeName, String targetAttributeName)
      Deprecated.
  • Method Details

    • populateTargetAttributeFromSource

      public abstract void populateTargetAttributeFromSource(SOURCE source, TARGET target, ma.glasnost.orika.MappingContext context)
      Deprecated.
      Populates the target attribute value obtained by processing the source object.
      Parameters:
      source - source object
      target - target object
    • populateSourceAttributeFromTarget

      public void populateSourceAttributeFromTarget(TARGET target, SOURCE source, ma.glasnost.orika.MappingContext context)
      Deprecated.
      Populates the source attribute value obtained by processing the target object.
      Parameters:
      source - source object
      target - target object
    • getSourceAttributeName

      protected String getSourceAttributeName()
      Deprecated.
    • getTargetAttributeName

      protected String getTargetAttributeName()
      Deprecated.