Class ProductPricePriceTypeAttributeMapper
java.lang.Object
de.hybris.platform.subscribedproducttmfwebservices.v1.mappers.SpiAttributeMapper<SpiProdPriceChargeModel,ProductPrice>
de.hybris.platform.subscribedproducttmfwebservices.v1.mappers.productprice.ProductPricePriceTypeAttributeMapper
@Deprecated(since="2208")
public class ProductPricePriceTypeAttributeMapper
extends SpiAttributeMapper<SpiProdPriceChargeModel,ProductPrice>
Deprecated.
2208
This attribute Mapper class maps data for priceType attribute between
SpiProductPriceModel and ProductPrice- Since:
- 2111
-
Constructor Summary
ConstructorsConstructorDescriptionProductPricePriceTypeAttributeMapper(String sourceAttributeName, String targetAttributeName) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulateSourceAttributeFromTarget(ProductPrice target, SpiProdPriceChargeModel source, ma.glasnost.orika.MappingContext context) Deprecated.Populates the source attribute value obtained by processing the target object.voidpopulateTargetAttributeFromSource(SpiProdPriceChargeModel source, ProductPrice target, ma.glasnost.orika.MappingContext context) Deprecated.Populates the target attribute value obtained by processing the source object.Methods inherited from class de.hybris.platform.subscribedproducttmfwebservices.v1.mappers.SpiAttributeMapper
getSourceAttributeName, getTargetAttributeName
-
Constructor Details
-
ProductPricePriceTypeAttributeMapper
Deprecated.
-
-
Method Details
-
populateTargetAttributeFromSource
public void populateTargetAttributeFromSource(SpiProdPriceChargeModel source, ProductPrice target, ma.glasnost.orika.MappingContext context) Deprecated.Description copied from class:SpiAttributeMapperPopulates the target attribute value obtained by processing the source object.- Specified by:
populateTargetAttributeFromSourcein classSpiAttributeMapper<SpiProdPriceChargeModel,ProductPrice> - Parameters:
source- source objecttarget- target object
-
populateSourceAttributeFromTarget
public void populateSourceAttributeFromTarget(ProductPrice target, SpiProdPriceChargeModel source, ma.glasnost.orika.MappingContext context) Deprecated.Description copied from class:SpiAttributeMapperPopulates the source attribute value obtained by processing the target object.- Overrides:
populateSourceAttributeFromTargetin classSpiAttributeMapper<SpiProdPriceChargeModel,ProductPrice> - Parameters:
target- target objectsource- source object
-