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.
2208
This attribute mapper class populates the value of a
BaAttributeMapper attribute by processing a BaAttributeMapper
object- Since:
- 2105
-
Constructor Summary
ConstructorsConstructorDescriptionBaAttributeMapper(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
-
BaAttributeMapper
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.
-