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