Class TmaPopProdSpecCharValueUseReversePopulator
java.lang.Object
de.hybris.platform.b2ctelcofacades.productofferingprice.converters.populators.TmaPopProdSpecCharValueUseReversePopulator
- All Implemented Interfaces:
de.hybris.platform.converters.Populator<TmaProductOfferingPriceData,TmaProductOfferingPriceModel>
public class TmaPopProdSpecCharValueUseReversePopulator
extends Object
implements de.hybris.platform.converters.Populator<TmaProductOfferingPriceData,TmaProductOfferingPriceModel>
Populates product spec characteristic value uses information from
TmaProductOfferingPriceData to
TmaProductOfferingPriceModel.- Since:
- 2202
-
Constructor Summary
ConstructorsConstructorDescriptionTmaPopProdSpecCharValueUseReversePopulator(de.hybris.platform.servicelayer.dto.converter.Converter<TmaProductSpecCharacteristicValueUseData, TmaProductSpecCharValueUseModel> tmaProductSpecCharValueUseReverseConverter, TmaGenericItemService tmaGenericItemService, TmaEntityResourceNormalizer<TmaProductSpecCharacteristicValueUseData, TmaProductSpecCharValueUseModel> tmaPscvUseEntityResourceNormalizer) -
Method Summary
Modifier and TypeMethodDescriptionprotected TmaGenericItemServiceDeprecated.since 2205protected de.hybris.platform.servicelayer.dto.converter.Converter<TmaProductSpecCharacteristicValueUseData,TmaProductSpecCharValueUseModel> Deprecated.since 2205protected TmaEntityResourceNormalizer<TmaProductSpecCharacteristicValueUseData,TmaProductSpecCharValueUseModel> voidpopulate(TmaProductOfferingPriceData source, TmaProductOfferingPriceModel target)
-
Constructor Details
-
TmaPopProdSpecCharValueUseReversePopulator
public TmaPopProdSpecCharValueUseReversePopulator(de.hybris.platform.servicelayer.dto.converter.Converter<TmaProductSpecCharacteristicValueUseData, TmaProductSpecCharValueUseModel> tmaProductSpecCharValueUseReverseConverter, TmaGenericItemService tmaGenericItemService, TmaEntityResourceNormalizer<TmaProductSpecCharacteristicValueUseData, TmaProductSpecCharValueUseModel> tmaPscvUseEntityResourceNormalizer)
-
-
Method Details
-
populate
- Specified by:
populatein interfacede.hybris.platform.converters.Populator<TmaProductOfferingPriceData,TmaProductOfferingPriceModel>
-
getTmaPscvUseEntityResourceNormalizer
protected TmaEntityResourceNormalizer<TmaProductSpecCharacteristicValueUseData,TmaProductSpecCharValueUseModel> getTmaPscvUseEntityResourceNormalizer() -
getTmaProductSpecCharValueUseReverseConverter
@Deprecated(since="2205") protected de.hybris.platform.servicelayer.dto.converter.Converter<TmaProductSpecCharacteristicValueUseData,TmaProductSpecCharValueUseModel> getTmaProductSpecCharValueUseReverseConverter()Deprecated.since 2205 -
getTmaGenericItemService
Deprecated.since 2205
-