Class TmaProductSpecCharacteristicValueReversePopulator
java.lang.Object
de.hybris.platform.b2ctelcofacades.product.converters.populator.TmaProductSpecCharacteristicValueReversePopulator
- All Implemented Interfaces:
de.hybris.platform.converters.Populator<TmaProductSpecCharacteristicValueData,TmaProductSpecCharacteristicValueModel>
public class TmaProductSpecCharacteristicValueReversePopulator
extends Object
implements de.hybris.platform.converters.Populator<TmaProductSpecCharacteristicValueData,TmaProductSpecCharacteristicValueModel>
Populates
TmaProductSpecCharacteristicValueModel from a TmaProductSpecCharacteristicValueData entity.- Since:
- 2202
-
Constructor Summary
ConstructorsConstructorDescriptionTmaProductSpecCharacteristicValueReversePopulator(TmaGenericItemService tmaGenericItemService, TmaEntityResourceNormalizer<UsageUnitData, UsageUnitModel> tmaUsageUnitEntityResourceNormalizer, de.hybris.platform.catalog.CatalogVersionService catalogVersionService) -
Method Summary
Modifier and TypeMethodDescriptionprotected de.hybris.platform.catalog.CatalogVersionServiceprotected TmaGenericItemServiceDeprecated.since 2205voidpopulate(TmaProductSpecCharacteristicValueData source, TmaProductSpecCharacteristicValueModel target)
-
Constructor Details
-
TmaProductSpecCharacteristicValueReversePopulator
public TmaProductSpecCharacteristicValueReversePopulator(TmaGenericItemService tmaGenericItemService, TmaEntityResourceNormalizer<UsageUnitData, UsageUnitModel> tmaUsageUnitEntityResourceNormalizer, de.hybris.platform.catalog.CatalogVersionService catalogVersionService)
-
-
Method Details
-
populate
public void populate(TmaProductSpecCharacteristicValueData source, TmaProductSpecCharacteristicValueModel target) - Specified by:
populatein interfacede.hybris.platform.converters.Populator<TmaProductSpecCharacteristicValueData,TmaProductSpecCharacteristicValueModel>
-
getCatalogVersionService
protected de.hybris.platform.catalog.CatalogVersionService getCatalogVersionService() -
getTmaUsageUnitEntityResourceNormalizer
protected TmaEntityResourceNormalizer<UsageUnitData,UsageUnitModel> getTmaUsageUnitEntityResourceNormalizer() -
getTmaGenericItemService
Deprecated.since 2205
-