Class TmaProductOfferingTypeAttributeMapper
java.lang.Object
de.hybris.platform.b2ctelcofacades.mappers.TmaAttributeMapper<ProductData,ProductWsDTO>
de.hybris.platform.b2ctelcocommercewebservicescommons.mappers.productoffering.TmaProductOfferingTypeAttributeMapper
public class TmaProductOfferingTypeAttributeMapper
extends TmaAttributeMapper<ProductData,ProductWsDTO>
Populates value of type attribute from
ProductData to ProductWsDTO- Since:
- 2105
-
Constructor Summary
ConstructorsConstructorDescriptionTmaProductOfferingTypeAttributeMapper(Map<String, String> productOfferingType) -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulateTargetAttributeFromSource(ProductData source, ProductWsDTO target, ma.glasnost.orika.MappingContext context) Populates the target attribute value by obtained by processing the source object.Methods inherited from class de.hybris.platform.b2ctelcofacades.mappers.TmaAttributeMapper
getSourceAttributeName, getTargetAttributeName, populateSourceAttributeFromTarget, setSourceAttributeName, setTargetAttributeName
-
Constructor Details
-
TmaProductOfferingTypeAttributeMapper
-
-
Method Details
-
populateTargetAttributeFromSource
public void populateTargetAttributeFromSource(ProductData source, ProductWsDTO target, ma.glasnost.orika.MappingContext context) Description copied from class:TmaAttributeMapperPopulates the target attribute value by obtained by processing the source object.- Specified by:
populateTargetAttributeFromSourcein classTmaAttributeMapper<ProductData,ProductWsDTO> - Parameters:
source- source objecttarget- target object
-
getProductOfferingType
-