Class TmaProductSpecUsageSpecReversePopulator
java.lang.Object
de.hybris.platform.b2ctelcofacades.product.converters.populator.TmaProductSpecUsageSpecReversePopulator
- All Implemented Interfaces:
de.hybris.platform.converters.Populator<TmaProductSpecificationData,TmaProductSpecificationModel>
public class TmaProductSpecUsageSpecReversePopulator
extends Object
implements de.hybris.platform.converters.Populator<TmaProductSpecificationData,TmaProductSpecificationModel>
Populates usage specification information from
TmaProductSpecificationData to TmaProductSpecificationModel.- Since:
- 2202
-
Constructor Summary
ConstructorsConstructorDescriptionTmaProductSpecUsageSpecReversePopulator(de.hybris.platform.servicelayer.dto.converter.Converter<TmaProductUsageSpecificationData, TmaProductUsageSpecificationModel> tmaProductUsageSpecificationReverseConverter, TmaGenericItemService tmaGenericItemService, TmaEntityResourceNormalizer<TmaProductUsageSpecificationData, TmaProductUsageSpecificationModel> tmaProdSpecUsageSpecEntityResourceNormalizer) -
Method Summary
Modifier and TypeMethodDescriptionprotected TmaGenericItemServiceDeprecated.since 2205protected TmaEntityResourceNormalizer<TmaProductUsageSpecificationData,TmaProductUsageSpecificationModel> protected de.hybris.platform.servicelayer.dto.converter.Converter<TmaProductUsageSpecificationData,TmaProductUsageSpecificationModel> Deprecated.since 2205voidpopulate(TmaProductSpecificationData source, TmaProductSpecificationModel target)
-
Constructor Details
-
TmaProductSpecUsageSpecReversePopulator
public TmaProductSpecUsageSpecReversePopulator(de.hybris.platform.servicelayer.dto.converter.Converter<TmaProductUsageSpecificationData, TmaProductUsageSpecificationModel> tmaProductUsageSpecificationReverseConverter, TmaGenericItemService tmaGenericItemService, TmaEntityResourceNormalizer<TmaProductUsageSpecificationData, TmaProductUsageSpecificationModel> tmaProdSpecUsageSpecEntityResourceNormalizer)
-
-
Method Details
-
populate
- Specified by:
populatein interfacede.hybris.platform.converters.Populator<TmaProductSpecificationData,TmaProductSpecificationModel>
-
getTmaProdSpecUsageSpecEntityResourceNormalizer
protected TmaEntityResourceNormalizer<TmaProductUsageSpecificationData,TmaProductUsageSpecificationModel> getTmaProdSpecUsageSpecEntityResourceNormalizer() -
getTmaProductUsageSpecificationReverseConverter
@Deprecated(since="2205") protected de.hybris.platform.servicelayer.dto.converter.Converter<TmaProductUsageSpecificationData,TmaProductUsageSpecificationModel> getTmaProductUsageSpecificationReverseConverter()Deprecated.since 2205 -
getTmaGenericItemService
Deprecated.since 2205
-