Class PricePercentageAttributeMapper
java.lang.Object
de.hybris.platform.subscribedproducttmfwebservices.v1.mappers.SpiAttributeMapper<SpiPriceAlterationModel,Price>
de.hybris.platform.subscribedproducttmfwebservices.v1.mappers.price.PricePercentageAttributeMapper
@Deprecated(since="2208")
public class PricePercentageAttributeMapper
extends SpiAttributeMapper<SpiPriceAlterationModel,Price>
Deprecated.
2208
This attribute Mapper class maps data for percentage attribute between
SpiComponentProdPriceModel and Price- Since:
- 2105
-
Constructor Summary
ConstructorsConstructorDescriptionPricePercentageAttributeMapper(String sourceAttributeName, String targetAttributeName) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulateSourceAttributeFromTarget(Price target, SpiPriceAlterationModel source, ma.glasnost.orika.MappingContext context) Deprecated.Populates the source attribute value obtained by processing the target object.voidpopulateTargetAttributeFromSource(SpiPriceAlterationModel source, Price 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
-
PricePercentageAttributeMapper
Deprecated.
-
-
Method Details
-
populateTargetAttributeFromSource
public void populateTargetAttributeFromSource(SpiPriceAlterationModel source, Price 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<SpiPriceAlterationModel,Price> - Parameters:
source- source objecttarget- target object
-
populateSourceAttributeFromTarget
public void populateSourceAttributeFromTarget(Price target, SpiPriceAlterationModel 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<SpiPriceAlterationModel,Price> - Parameters:
target- target objectsource- source object
-