Class TmaProductSpecPscReversePopulator
java.lang.Object
de.hybris.platform.b2ctelcofacades.product.converters.populator.TmaProductSpecPscReversePopulator
- All Implemented Interfaces:
de.hybris.platform.converters.Populator<TmaProductSpecificationData,TmaProductSpecificationModel>
public class TmaProductSpecPscReversePopulator
extends Object
implements de.hybris.platform.converters.Populator<TmaProductSpecificationData,TmaProductSpecificationModel>
Populates product spec characteristics information from
TmaProductSpecificationData to
TmaProductSpecificationModel.- Since:
- 2202
-
Constructor Summary
ConstructorsConstructorDescriptionTmaProductSpecPscReversePopulator(de.hybris.platform.servicelayer.dto.converter.Converter<TmaProductSpecCharacteristicData, TmaProductSpecCharacteristicModel> tmaProductSpecCharacteristicReverseConverter, TmaGenericItemService tmaGenericItemService, TmaEntityResourceNormalizer<TmaProductSpecCharacteristicData, TmaProductSpecCharacteristicModel> tmaProdSpecCharacteristicEntityResourceNormalizer) -
Method Summary
Modifier and TypeMethodDescriptionprotected TmaGenericItemServiceDeprecated.since 2205protected TmaEntityResourceNormalizer<TmaProductSpecCharacteristicData,TmaProductSpecCharacteristicModel> protected de.hybris.platform.servicelayer.dto.converter.Converter<TmaProductSpecCharacteristicData,TmaProductSpecCharacteristicModel> Deprecated.since 2205voidpopulate(TmaProductSpecificationData source, TmaProductSpecificationModel target)
-
Constructor Details
-
TmaProductSpecPscReversePopulator
public TmaProductSpecPscReversePopulator(de.hybris.platform.servicelayer.dto.converter.Converter<TmaProductSpecCharacteristicData, TmaProductSpecCharacteristicModel> tmaProductSpecCharacteristicReverseConverter, TmaGenericItemService tmaGenericItemService, TmaEntityResourceNormalizer<TmaProductSpecCharacteristicData, TmaProductSpecCharacteristicModel> tmaProdSpecCharacteristicEntityResourceNormalizer)
-
-
Method Details
-
populate
- Specified by:
populatein interfacede.hybris.platform.converters.Populator<TmaProductSpecificationData,TmaProductSpecificationModel>
-
getTmaProdSpecCharacteristicEntityResourceNormalizer
protected TmaEntityResourceNormalizer<TmaProductSpecCharacteristicData,TmaProductSpecCharacteristicModel> getTmaProdSpecCharacteristicEntityResourceNormalizer() -
getTmaProductSpecCharacteristicReverseConverter
@Deprecated(since="2205") protected de.hybris.platform.servicelayer.dto.converter.Converter<TmaProductSpecCharacteristicData,TmaProductSpecCharacteristicModel> getTmaProductSpecCharacteristicReverseConverter()Deprecated.since 2205 -
getTmaGenericItemService
Deprecated.since 2205
-