Class TmaProductOfferingPscvuReversePopulator
java.lang.Object
de.hybris.platform.b2ctelcofacades.converters.populator.TmaProductOfferingPscvuReversePopulator
- All Implemented Interfaces:
de.hybris.platform.converters.Populator<ProductData,TmaProductOfferingModel>
public class TmaProductOfferingPscvuReversePopulator
extends Object
implements de.hybris.platform.converters.Populator<ProductData,TmaProductOfferingModel>
Populates product spec characteristic value uses information from
ProductData to
TmaProductOfferingModel.- Since:
- 2202
-
Constructor Summary
ConstructorsConstructorDescriptionTmaProductOfferingPscvuReversePopulator(TmaGenericItemService tmaGenericItemService, de.hybris.platform.servicelayer.dto.converter.Converter<TmaProductSpecCharacteristicValueUseData, TmaProductSpecCharValueUseModel> tmaProductSpecCharValueUseReverseConverter, TmaEntityResourceNormalizer<TmaProductSpecCharacteristicValueUseData, TmaProductSpecCharValueUseModel> tmaPscvUseEntityResourceNormalizer) -
Method Summary
Modifier and TypeMethodDescriptionprotected TmaGenericItemServiceDeprecated.since 2205.protected de.hybris.platform.servicelayer.dto.converter.Converter<TmaProductSpecCharacteristicValueUseData,TmaProductSpecCharValueUseModel> Deprecated.since 2205protected TmaEntityResourceNormalizer<TmaProductSpecCharacteristicValueUseData,TmaProductSpecCharValueUseModel> voidpopulate(ProductData source, TmaProductOfferingModel target)
-
Constructor Details
-
TmaProductOfferingPscvuReversePopulator
public TmaProductOfferingPscvuReversePopulator(TmaGenericItemService tmaGenericItemService, de.hybris.platform.servicelayer.dto.converter.Converter<TmaProductSpecCharacteristicValueUseData, TmaProductSpecCharValueUseModel> tmaProductSpecCharValueUseReverseConverter, TmaEntityResourceNormalizer<TmaProductSpecCharacteristicValueUseData, TmaProductSpecCharValueUseModel> tmaPscvUseEntityResourceNormalizer)
-
-
Method Details
-
populate
- Specified by:
populatein interfacede.hybris.platform.converters.Populator<ProductData,TmaProductOfferingModel>
-
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.- Returns:
- the generic item service
-