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.
2208
This attribute mapper class populates the value of a
PmAttributeMapper attribute by processing a PmAttributeMapper object- Since:
- 2108
-
Constructor Summary
ConstructorsConstructorDescriptionPmAttributeMapper(String sourceAttributeName, String targetAttributeName) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionprotected StringDeprecated.protected StringDeprecated.voidpopulateSourceAttributeFromTarget(TARGET target, SOURCE source, ma.glasnost.orika.MappingContext context) Deprecated.Populates the source attribute value obtained by processing the target object.abstract voidpopulateTargetAttributeFromSource(SOURCE source, TARGET target, ma.glasnost.orika.MappingContext context) Deprecated.Populates the target attribute value obtained by processing the source object.
-
Constructor Details
-
PmAttributeMapper
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 objecttarget- 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 objecttarget- target object
-
getSourceAttributeName
Deprecated. -
getTargetAttributeName
Deprecated.
-