Class TmaCompositeProductSpecificationChildrenReversePopulator
java.lang.Object
de.hybris.platform.b2ctelcofacades.product.converters.populator.TmaCompositeProductSpecificationChildrenReversePopulator
- All Implemented Interfaces:
de.hybris.platform.converters.Populator<TmaCompositeProductSpecificationData,TmaCompositeProductSpecificationModel>
public class TmaCompositeProductSpecificationChildrenReversePopulator
extends Object
implements de.hybris.platform.converters.Populator<TmaCompositeProductSpecificationData,TmaCompositeProductSpecificationModel>
Populates the children information to a
TmaCompositeProductSpecificationModel from a
TmaCompositeProductSpecificationData entity.- Since:
- 2202
-
Constructor Summary
ConstructorsConstructorDescriptionTmaCompositeProductSpecificationChildrenReversePopulator(Map<String, de.hybris.platform.servicelayer.dto.converter.Converter<TmaProductSpecificationData, TmaProductSpecificationModel>> productSpecificationReverseConverterMap, TmaGenericItemService tmaGenericItemService, Map<String, TmaEntityResourceNormalizer<TmaProductSpecificationData, TmaProductSpecificationModel>> productSpecificationNormalizerMap) -
Method Summary
Modifier and TypeMethodDescriptionprotected Map<String,TmaEntityResourceNormalizer<TmaProductSpecificationData, TmaProductSpecificationModel>> protected Map<String,de.hybris.platform.servicelayer.dto.converter.Converter<TmaProductSpecificationData, TmaProductSpecificationModel>> Deprecated.since 2205protected TmaGenericItemServiceDeprecated.since 2205void
-
Constructor Details
-
TmaCompositeProductSpecificationChildrenReversePopulator
public TmaCompositeProductSpecificationChildrenReversePopulator(Map<String, de.hybris.platform.servicelayer.dto.converter.Converter<TmaProductSpecificationData, TmaProductSpecificationModel>> productSpecificationReverseConverterMap, TmaGenericItemService tmaGenericItemService, Map<String, TmaEntityResourceNormalizer<TmaProductSpecificationData, TmaProductSpecificationModel>> productSpecificationNormalizerMap)
-
-
Method Details
-
populate
public void populate(TmaCompositeProductSpecificationData source, TmaCompositeProductSpecificationModel target) - Specified by:
populatein interfacede.hybris.platform.converters.Populator<TmaCompositeProductSpecificationData,TmaCompositeProductSpecificationModel>
-
getProductSpecificationNormalizerMap
protected Map<String,TmaEntityResourceNormalizer<TmaProductSpecificationData, getProductSpecificationNormalizerMap()TmaProductSpecificationModel>> -
getProductSpecificationReverseConverterMap
@Deprecated(since="2205") protected Map<String,de.hybris.platform.servicelayer.dto.converter.Converter<TmaProductSpecificationData, getProductSpecificationReverseConverterMap()TmaProductSpecificationModel>> Deprecated.since 2205 -
getTmaGenericItemService
Deprecated.since 2205
-