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