Class ProductOfferingPriceRefReferredTypeAttributeMapper
java.lang.Object
de.hybris.platform.subscribedproducttmfwebservices.v1.mappers.SpiAttributeMapper<SpiProductOfferingPriceModel,ProductOfferingPriceRef>
de.hybris.platform.subscribedproducttmfwebservices.v1.mappers.productofferingpriceref.ProductOfferingPriceRefReferredTypeAttributeMapper
@Deprecated(since="2208")
public class ProductOfferingPriceRefReferredTypeAttributeMapper
extends SpiAttributeMapper<SpiProductOfferingPriceModel,ProductOfferingPriceRef>
Deprecated.
2208
This attribute Mapper class maps data for atReferredType attribute between
SpiProductOfferingPriceModel and
ProductOfferingPriceRef- Since:
- 2105
-
Constructor Summary
ConstructorsConstructorDescriptionProductOfferingPriceRefReferredTypeAttributeMapper(String sourceAttributeName, String targetAttributeName) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulateTargetAttributeFromSource(SpiProductOfferingPriceModel source, ProductOfferingPriceRef 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
-
Method Details
-
populateTargetAttributeFromSource
public void populateTargetAttributeFromSource(SpiProductOfferingPriceModel source, ProductOfferingPriceRef 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<SpiProductOfferingPriceModel,ProductOfferingPriceRef> - Parameters:
source- source objecttarget- target object
-