Class TmaProductOfferingProductSpecificationReversePopulator
java.lang.Object
de.hybris.platform.b2ctelcofacades.converters.populator.TmaProductOfferingProductSpecificationReversePopulator
- All Implemented Interfaces:
de.hybris.platform.converters.Populator<ProductData,TmaProductOfferingModel>
public class TmaProductOfferingProductSpecificationReversePopulator
extends Object
implements de.hybris.platform.converters.Populator<ProductData,TmaProductOfferingModel>
Populates the product specification from
ProductData to TmaProductOfferingModel entity.- Since:
- 2202
-
Constructor Summary
ConstructorsConstructorDescriptionTmaProductOfferingProductSpecificationReversePopulator(TmaGenericItemService tmaGenericItemService, Map<String, TmaEntityResourceNormalizer<TmaProductSpecificationData, TmaProductSpecificationModel>> productSpecificationNormalizerMap) -
Method Summary
Modifier and TypeMethodDescriptionprotected Map<String,TmaEntityResourceNormalizer<TmaProductSpecificationData, TmaProductSpecificationModel>> protected TmaGenericItemServiceDeprecated.since 2205.voidpopulate(ProductData source, TmaProductOfferingModel target)
-
Constructor Details
-
TmaProductOfferingProductSpecificationReversePopulator
public TmaProductOfferingProductSpecificationReversePopulator(TmaGenericItemService tmaGenericItemService, Map<String, TmaEntityResourceNormalizer<TmaProductSpecificationData, TmaProductSpecificationModel>> productSpecificationNormalizerMap)
-
-
Method Details
-
populate
- Specified by:
populatein interfacede.hybris.platform.converters.Populator<ProductData,TmaProductOfferingModel>
-
getProductSpecificationNormalizerMap
protected Map<String,TmaEntityResourceNormalizer<TmaProductSpecificationData, getProductSpecificationNormalizerMap()TmaProductSpecificationModel>> -
getTmaGenericItemService
Deprecated.since 2205.- Returns:
- the generic item service
-