Class AgrAttributeMapper<SOURCE,TARGET>

java.lang.Object
de.hybris.platform.agreementtmfwebservices.v1.mappers.AgrAttributeMapper<SOURCE,TARGET>
Direct Known Subclasses:
AgreementAgrAuthorizationAttributeMapper, AgreementAgrItemAttributeMapper, AgreementAgrPeriodAttributeMapper, AgreementAgrSpecificationAttributeMapper, AgreementAssociatedAgrAttributeMapper, AgreementAtTypeAttributeMapper, AgreementAuthorizationAtTypeAttributeMapper, AgreementAuthorizationSchemaLocationAttributeMapper, AgreementCharacteristicAttributeMapper, AgreementCompletionDateAttributeMapper, AgreementEngagedPartyAttributeMapper, AgreementHrefAttributeMapper, AgreementItemAtTypeAttributeMapper, AgreementItemProductAttributeMapper, AgreementItemProductOfferingAttributeMapper, AgreementItemSchemaLocationAttributeMapper, AgreementItemTermOrConditionAttributeMapper, AgreementRefHrefAttributeMapper, AgreementRefReferredTypeAttributeMapper, AgreementRefSchemaLocationAttributeMapper, AgreementSchemaLocationAttributeMapper, AgreementSpecCharacteristicSchemaLocationAttributeMapper, AgreementSpecCharacteristicTypeAttributeMapper, AgreementSpecCharacteristicValidForAttributeMapper, AgreementSpecCharacteristicValueAttributeMapper, AgreementSpecCharacteristicValueSchemaLocationAttributeMapper, AgreementSpecCharacteristicValueTypeAttributeMapper, AgreementSpecCharacteristicValueValidForAttributeMapper, AgreementSpecCharacteristicValueValueTypeAttributeMapper, AgreementSpecificationAttachmentAttributeMapper, AgreementSpecificationAtTypeAttributeMapper, AgreementSpecificationHrefAttributeMapper, AgreementSpecificationLastModifiedAttributeMapper, AgreementSpecificationLifecycleStatusAttributeMapper, AgreementSpecificationRefHrefAttributeMapper, AgreementSpecificationRefReferredTypeAttributeMapper, AgreementSpecificationRelatedPartyAttributeMapper, AgreementSpecificationRelationshipAttributeMapper, AgreementSpecificationSchemaLocationAttributeMapper, AgreementSpecificationSchemaLocationHrefAttributeMapper, AgreementSpecificationServiceCategoryAttributeMapper, AgreementSpecificationSpecCharacteristicsAttributeMapper, AgreementSpecificationValidForAttributeMapper, AgreementSpecRelationHrefAttributeMapper, AgreementSpecRelationIdAttributeMapper, AgreementSpecRelationNameAttributeMapper, AgreementSpecRelationSchemaLocationAttributeMapper, AgreementSpecRelationTypeAttributeMapper, AgreementSpecRelationValidForAttributeMapper, AgreementStatusAttributeMapper, AgreementTypeAttributeMapper, AgrTermOrConditionAtTypeAttributeMapper, AgrTermOrConditionSchemaLocationAttributeMapper, AgrTermOrConditionValidForAttributeMapper, AttachmentHrefAttributeMapper, AttachmentIdAttributeMapper, AttachmentMimeTypeAttributeMapper, AttachmentNameAttributeMapper, AttachmentReferredTypeAttributeMapper, AttachmentSchemaLocationAttributeMapper, AttachmentSizeAttributeMapper, AttachmentTypeAttributeMapper, CategoryRefHrefAttributeMapper, CategoryRefReferredTypeAttributeMapper, CategoryRefSchemaLocationAttributeMapper, CharacteristicAtTypeAttributeMapper, CharacteristicSchemaLocationAttributeMapper, CharacteristicValueAttributeMapper, ProductOfferingRefHrefAttributeMapper, ProductOfferingRefReferredTypeAttributeMapper, ProductOfferingRefSchemaLocationAttributeMapper, ProductRefHrefAttributeMapper, ProductRefReferredTypeAttributeMapper, ProductRefSchemaLocationAttributeMapper, RelatedPartyHrefAttributeMapper, RelatedPartyReferredTypeAttributeMapper, RelatedPartySchemaLocationAttributeMapper

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

    • AgrAttributeMapper

      public AgrAttributeMapper(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.