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