Class BaAttributeMapper<SOURCE,TARGET>

java.lang.Object
de.hybris.platform.billingaccounttmfwebservices.v1.mappers.BaAttributeMapper<SOURCE,TARGET>
Direct Known Subclasses:
AccBalanceAmountAttributeMapper, AccBalanceTypeAttributeMapper, AccBalanceValidForAttributeMapper, AccountRefHrefAttributeMapper, AccountRefReferredTypeAttributeMapper, AccountRefSchemaLocationAttributeMapper, AccRelationshipAccountAttributeMapper, AccRelationshipSchemaLocationAttributeMapper, AccRelationshipTypeAttributeMapper, AccRelationshipValidForAttributeMapper, AccTaxExemptionAtTypeAttributeMapper, AccTaxExemptionSchemaLocationAttributeMapper, AccTaxExemptionValidForAttributeMapper, BillFormatHrefAttributeMapper, BillFormatReferredTypeAttributeMapper, BillFormatSchemaLocationAttributeMapper, BillingAccountAccBalanceAttributeMapper, BillingAccountAccRelationshipAttributeMapper, BillingAccountAccTypeAttributeMapper, BillingAccountBillStructureAttributeMapper, BillingAccountContactAttributeMapper, BillingAccountCreditLimitAttributeMapper, BillingAccountFinancialAccountAttributeMapper, BillingAccountHrefAttributeMapper, BillingAccountLastModifiedAttibuteMapper, BillingAccountPaymentPlanAttributeMapper, BillingAccountPaymentStatusAttributeMapper, BillingAccountRatingTypeAttributeMapper, BillingAccountRefDefaultPaymentMethodAttributeMapper, BillingAccountRelatedPartyAttributeMapper, BillingAccountSchemaLocationAttributeMapper, BillingAccountStateAttributeMapper, BillingAccountTaxExemptionAttributeMapper, BillingCycleSpecAtTypeAttributeMapper, BillingCycleSpecHrefAttributeMapper, BillingCycleSpecReferredTypeAttributeMapper, BillingCycleSpecSchemaLocationAttributeMapper, BillingCycleSpecValidForAttributeMapper, BillPresentationMediaHrefAttributeMapper, BillPresentationMediaReferredTypeAttributeMapper, BillPresentationMediaSchemaLocationAttributeMapper, BillStructureCycleSpecAttributeMapper, BillStructureFormatAttributeMapper, BillStructurePresentationMediaAttributeMapper, BillStructureSchemaLocationAttributeMapper, BillStructureTypeAttributeMapper, ContactContMediumAttributeMapper, ContactContTypeAttributeMapper, ContactMediumMedCharacContTypeAttributeMapper, ContactMediumMedTypeAttributeMapper, ContactMediumSchemaLocationAttributeMapper, ContactMediumTypeAttributeMapper, ContactMediumValidForAttributeMapper, ContactRelatedPartyAttributeMapper, ContactSchemaLocationAttributeMapper, ContactTypeAttributeMapper, ContactValidForAttributeMapper, FinancialAccountRefHrefAttributeMapper, FinancialAccountRefReferredTypeAttributeMapper, FinancialAccountRefSchemaLocationAttributeMapper, MediumCharacteristicContactTypeAttributeMapper, MediumCharacteristicSchemaLocationAttributeMapper, MediumCharacteristicTypeAttributeMapper, PaymentMethodHrefAttributeMapper, PaymentMethodRefHrefAttributeMapper, PaymentMethodRefIdAttributeMapper, PaymentMethodRefSchemaLocationAttributeMapper, PaymentMethodRefTypeAttributeMapper, PaymentMethodSchemaLocationAttributeMapper, PaymentMethodTypeAttributeMapper, PaymentPlanNumberOfPaymentAttributeMapper, PaymentPlanPaymentFrequencyAttributeMapper, PaymentPlanPaymentMethodAttributeMapper, PaymentPlanPaymentPeriodAttributeMapper, PaymentPlanPlanTypeAttributeMapper, PaymentPlanRefPaymentMethodAttributeMapper, PaymentPlanSchemaLocationAttributeMapper, PaymentPlanTotalAmountAttributeMapper, PaymentPlanTypeAttributeMapper, PaymentPlanValidForAttributeMapper, RelatedPartyHrefAttributeMapper, RelatedPartyIdAttributeMapper, RelatedPartyNameAttributeMapper, RelatedPartyReferredTypeAttributeMapper, RelatedPartySchemaLocationAttributeMapper

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

    • BaAttributeMapper

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