Class ProductTermTypeAttributeMapper
java.lang.Object
de.hybris.platform.subscribedproducttmfwebservices.v1.mappers.SpiAttributeMapper<SpiProductTermModel,ProductTerm>
de.hybris.platform.subscribedproducttmfwebservices.v1.mappers.productterm.ProductTermTypeAttributeMapper
@Deprecated(since="2208")
public class ProductTermTypeAttributeMapper
extends SpiAttributeMapper<SpiProductTermModel,ProductTerm>
Deprecated.
2208
This attribute Mapper class maps data for atType attribute between
SpiProductTermModel and ProductTerm- Since:
- 2105
-
Constructor Summary
ConstructorsConstructorDescriptionProductTermTypeAttributeMapper(String sourceAttributeName, String targetAttributeName) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulateTargetAttributeFromSource(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, populateSourceAttributeFromTarget
-
Constructor Details
-
ProductTermTypeAttributeMapper
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
-