Class TmaProductSpecExternalIdentifierReversePopulator
java.lang.Object
de.hybris.platform.b2ctelcofacades.product.converters.populator.TmaProductSpecExternalIdentifierReversePopulator
- All Implemented Interfaces:
de.hybris.platform.converters.Populator<TmaProductSpecificationData,TmaProductSpecificationModel>
public class TmaProductSpecExternalIdentifierReversePopulator
extends Object
implements de.hybris.platform.converters.Populator<TmaProductSpecificationData,TmaProductSpecificationModel>
Populates external identifiers information from
TmaProductSpecificationData to
TmaProductSpecificationModel.- Since:
- 2202
-
Constructor Summary
ConstructorsConstructorDescriptionTmaProductSpecExternalIdentifierReversePopulator(de.hybris.platform.servicelayer.dto.converter.Converter<TmaExternalIdentifierData, TmaExternalIdentifierModel> externalIdentifierReverseConverter, TmaGenericItemService tmaGenericItemService, TmaEntityResourceNormalizer<TmaExternalIdentifierData, TmaExternalIdentifierModel> tmaExternalIdentifierEntityResourceNormalizer) -
Method Summary
Modifier and TypeMethodDescriptionprotected de.hybris.platform.servicelayer.dto.converter.Converter<TmaExternalIdentifierData,TmaExternalIdentifierModel> Deprecated.since 2205protected TmaGenericItemServiceDeprecated.since 2205voidpopulate(TmaProductSpecificationData source, TmaProductSpecificationModel target)
-
Constructor Details
-
TmaProductSpecExternalIdentifierReversePopulator
public TmaProductSpecExternalIdentifierReversePopulator(de.hybris.platform.servicelayer.dto.converter.Converter<TmaExternalIdentifierData, TmaExternalIdentifierModel> externalIdentifierReverseConverter, TmaGenericItemService tmaGenericItemService, TmaEntityResourceNormalizer<TmaExternalIdentifierData, TmaExternalIdentifierModel> tmaExternalIdentifierEntityResourceNormalizer)
-
-
Method Details
-
populate
- Specified by:
populatein interfacede.hybris.platform.converters.Populator<TmaProductSpecificationData,TmaProductSpecificationModel>
-
getTmaExternalIdentifierEntityResourceNormalizer
protected TmaEntityResourceNormalizer<TmaExternalIdentifierData,TmaExternalIdentifierModel> getTmaExternalIdentifierEntityResourceNormalizer() -
getExternalIdentifierReverseConverter
@Deprecated(since="2205") protected de.hybris.platform.servicelayer.dto.converter.Converter<TmaExternalIdentifierData,TmaExternalIdentifierModel> getExternalIdentifierReverseConverter()Deprecated.since 2205 -
getTmaGenericItemService
Deprecated.since 2205
-