Class TmaProductSpecCharValueUseReversePopulator
java.lang.Object
de.hybris.platform.b2ctelcofacades.converters.populator.TmaProductSpecCharValueUseReversePopulator
- All Implemented Interfaces:
de.hybris.platform.converters.Populator<TmaProductSpecCharacteristicValueUseData,TmaProductSpecCharValueUseModel>
public class TmaProductSpecCharValueUseReversePopulator
extends Object
implements de.hybris.platform.converters.Populator<TmaProductSpecCharacteristicValueUseData,TmaProductSpecCharValueUseModel>
Populates
TmaProductSpecCharValueUseModel from a TmaProductSpecCharacteristicValueUseData entity.- Since:
- 2202
-
Constructor Summary
ConstructorsConstructorDescriptionTmaProductSpecCharValueUseReversePopulator(de.hybris.platform.servicelayer.dto.converter.Converter<TmaProductSpecCharacteristicValueData, TmaProductSpecCharacteristicValueModel> productSpecCharacteristicValueModelReverseConverter, TmaGenericItemService tmaGenericItemService, TmaEntityResourceNormalizer<TmaProductSpecCharacteristicValueData, TmaProductSpecCharacteristicValueModel> productSpecCharacteristicValueEntityResourceNormalizer, de.hybris.platform.catalog.CatalogVersionService catalogVersionService) -
Method Summary
Modifier and TypeMethodDescriptionprotected de.hybris.platform.catalog.CatalogVersionServiceprotected TmaEntityResourceNormalizer<TmaProductSpecCharacteristicValueData,TmaProductSpecCharacteristicValueModel> protected de.hybris.platform.servicelayer.dto.converter.Converter<TmaProductSpecCharacteristicValueData,TmaProductSpecCharacteristicValueModel> Deprecated.since 2205.protected TmaGenericItemServiceDeprecated.since 2205.void
-
Constructor Details
-
TmaProductSpecCharValueUseReversePopulator
public TmaProductSpecCharValueUseReversePopulator(de.hybris.platform.servicelayer.dto.converter.Converter<TmaProductSpecCharacteristicValueData, TmaProductSpecCharacteristicValueModel> productSpecCharacteristicValueModelReverseConverter, TmaGenericItemService tmaGenericItemService, TmaEntityResourceNormalizer<TmaProductSpecCharacteristicValueData, TmaProductSpecCharacteristicValueModel> productSpecCharacteristicValueEntityResourceNormalizer, de.hybris.platform.catalog.CatalogVersionService catalogVersionService)
-
-
Method Details
-
populate
public void populate(TmaProductSpecCharacteristicValueUseData source, TmaProductSpecCharValueUseModel target) - Specified by:
populatein interfacede.hybris.platform.converters.Populator<TmaProductSpecCharacteristicValueUseData,TmaProductSpecCharValueUseModel>
-
getCatalogVersionService
protected de.hybris.platform.catalog.CatalogVersionService getCatalogVersionService() -
getProductSpecCharacteristicValueEntityResourceNormalizer
protected TmaEntityResourceNormalizer<TmaProductSpecCharacteristicValueData,TmaProductSpecCharacteristicValueModel> getProductSpecCharacteristicValueEntityResourceNormalizer() -
getProductSpecCharacteristicValueModelReverseConverter
@Deprecated(since="2205") protected de.hybris.platform.servicelayer.dto.converter.Converter<TmaProductSpecCharacteristicValueData,TmaProductSpecCharacteristicValueModel> getProductSpecCharacteristicValueModelReverseConverter()Deprecated.since 2205. -
getTmaGenericItemService
Deprecated.since 2205.- Returns:
- the generic item service
-