Class SpiAttributeMapper<SOURCE,TARGET>
java.lang.Object
de.hybris.platform.subscribedproducttmfwebservices.v1.mappers.SpiAttributeMapper<SOURCE,TARGET>
- Direct Known Subclasses:
AgreementItemRefHrefAttributeMapper,AgreementItemRefSchemaLocationAttributeMapper,AgreementItemRefTypeAttributeMapper,BillingAccountRefHrefAttributeMapper,BillingAccountRefSchemaLocationAttributeMapper,BillingAccountRefTypeAttributeMapper,CharacteristicSchemaLocationAttributeMapper,CharacteristicTypeAttributeMapper,PriceAlterationBaseTypeAttributeMapper,PriceAlterationPriceAttributeMapper,PriceAlterationProductOfferingPriceAttributeMapper,PriceAlterationSchemaLocationAttributeMapper,PriceAlterationTypeAttributeMapper,PriceDutyFreeAmountAttributeMapper,PricePercentageAttributeMapper,PriceSchemaLocationAttributeMapper,PriceTaxIncludedAmountAttributeMapper,PriceTaxRateAttributeMapper,PriceTypeAttributeMapper,ProductAgreementAttributeMapper,ProductBillingAccountAttributeMapper,ProductCharacteristicAttributeMapper,ProductChildrenAttributeMapper,ProductHrefAttributeMapper,ProductIsBundleAttributeMapper,ProductOfferingAttributeMapper,ProductOfferingPriceRefHrefAttributeMapper,ProductOfferingPriceRefReferredTypeAttributeMapper,ProductOfferingPriceRefSchemaLocationAttributeMapper,ProductOfferingRefHrefAttributeMapper,ProductOfferingRefReferredTypeAttributeMapper,ProductOfferingRefSchemaLocationAttributeMapper,ProductOrderItemAttributeMapper,ProductPlaceAttributeMapper,ProductPriceAttributeMapper,ProductPriceBillingAccountAttributeMapper,ProductPricePriceAttributeMapper,ProductPricePriceTypeAttributeMapper,ProductPriceProductOfferingPriceAttributeMapper,ProductPriceSchemaLocationAttributeMapper,ProductPriceTypeAttributeMapper,ProductRealizingResourceAttributeMapper,ProductRealizingServiceAttributeMapper,ProductRelatedPartyAttributeMapper,ProductRelationshipAttributeMapper,ProductRelationshipProductAttributeMapper,ProductRelationshipSchemaLocationAttributeMapper,ProductRelationshipTypeAttributeMapper,ProductSchemaLocationAttributeMapper,ProductSpecificationAttributeMapper,ProductSpecificationRefHrefAttributeMapper,ProductSpecificationRefRefferedTypeAttributeMapper,ProductSpecificationRefSchemaLocationAttributeMapper,ProductStatusAttributeMapper,ProductTermAttributeMapper,ProductTermDurationAttributeMapper,ProductTermSchemaLocationAttributeMapper,ProductTermTypeAttributeMapper,ProductTermUnitsAttributeMapper,ProductTermValidForAttributeMapper,ProductTypeAttributeMapper,RelatedPartyHrefAttributeMapper,RelatedPartySchemaLocationAttributeMapper,RelatedPartyTypeAttributeMapper,RelatedPlaceRefOrValueHrefAttributeMapper,RelatedPlaceRefOrValueReferredTypeAttributeMapper,RelatedPlaceRefOrValueSchemaLocationAttributeMapper,RelatedProductOrderItemActionAttributeMapper,RelatedProductOrderItemHrefAttributeMapper,RelatedProductOrderItemSchemaLocationAttributeMapper,RelatedProductOrderItemTypeAttributeMapper,RelationshipTypeAttributeMapper,ResourceRefHrefAttributeMapper,ResourceRefReferredTypeAttributeMapper,ResourceRefSchemaLocationAttributeMapper,ServiceRefHrefAttributeMapper,ServiceRefReferredTypeAttributeMapper,ServiceRefSchemaLocationAttributeMapper,SpiProductTermAmountAttributeMapper
Deprecated.
2208
This attribute mapper class populates the value of a
SpiAttributeMapper attribute by processing a SpiAttributeMapper
object- Since:
- 2105
-
Constructor Summary
ConstructorsConstructorDescriptionSpiAttributeMapper(String sourceAttributeName, String targetAttributeName) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Deprecated.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
-
SpiAttributeMapper
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.
-