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