Class TmaProductSpecProductSpecTypesReversePopulator
java.lang.Object
de.hybris.platform.b2ctelcofacades.product.converters.populator.TmaProductSpecProductSpecTypesReversePopulator
- All Implemented Interfaces:
de.hybris.platform.converters.Populator<TmaProductSpecificationData,TmaProductSpecificationModel>
public class TmaProductSpecProductSpecTypesReversePopulator
extends Object
implements de.hybris.platform.converters.Populator<TmaProductSpecificationData,TmaProductSpecificationModel>
Populates product spec types information from
TmaProductSpecificationData to TmaProductSpecificationModel.- Since:
- 2202
-
Constructor Summary
ConstructorsConstructorDescriptionTmaProductSpecProductSpecTypesReversePopulator(de.hybris.platform.servicelayer.dto.converter.Converter<TmaProductSpecTypeData, TmaProductSpecTypeModel> tmaProductSpecTypeReverseConverter, TmaGenericItemService tmaGenericItemService, TmaEntityResourceNormalizer<TmaProductSpecTypeData, TmaProductSpecTypeModel> tmaProdSpecTypeEntityResourceNormalizer) -
Method Summary
Modifier and TypeMethodDescriptionprotected TmaGenericItemServiceDeprecated.since 2205protected de.hybris.platform.servicelayer.dto.converter.Converter<TmaProductSpecTypeData,TmaProductSpecTypeModel> Deprecated.since 2205voidpopulate(TmaProductSpecificationData source, TmaProductSpecificationModel target)
-
Constructor Details
-
TmaProductSpecProductSpecTypesReversePopulator
public TmaProductSpecProductSpecTypesReversePopulator(de.hybris.platform.servicelayer.dto.converter.Converter<TmaProductSpecTypeData, TmaProductSpecTypeModel> tmaProductSpecTypeReverseConverter, TmaGenericItemService tmaGenericItemService, TmaEntityResourceNormalizer<TmaProductSpecTypeData, TmaProductSpecTypeModel> tmaProdSpecTypeEntityResourceNormalizer)
-
-
Method Details
-
populate
- Specified by:
populatein interfacede.hybris.platform.converters.Populator<TmaProductSpecificationData,TmaProductSpecificationModel>
-
getTmaProdSpecTypeEntityResourceNormalizer
protected TmaEntityResourceNormalizer<TmaProductSpecTypeData,TmaProductSpecTypeModel> getTmaProdSpecTypeEntityResourceNormalizer() -
getTmaProductSpecTypeReverseConverter
@Deprecated(since="2205") protected de.hybris.platform.servicelayer.dto.converter.Converter<TmaProductSpecTypeData,TmaProductSpecTypeModel> getTmaProductSpecTypeReverseConverter()Deprecated.since 2205 -
getTmaGenericItemService
Deprecated.since 2205
-