Class TmaProductSpecExternalIdentifierPopulator
java.lang.Object
de.hybris.platform.b2ctelcofacades.product.converters.populator.TmaProductSpecExternalIdentifierPopulator
- All Implemented Interfaces:
de.hybris.platform.converters.Populator<TmaProductSpecificationModel,TmaProductSpecificationData>
public class TmaProductSpecExternalIdentifierPopulator
extends Object
implements de.hybris.platform.converters.Populator<TmaProductSpecificationModel,TmaProductSpecificationData>
Populates external identifiers information from
TmaProductSpecificationModel to
TmaProductSpecificationData.- Since:
- 2202
-
Constructor Summary
ConstructorsConstructorDescriptionTmaProductSpecExternalIdentifierPopulator(de.hybris.platform.servicelayer.dto.converter.Converter<TmaExternalIdentifierModel, TmaExternalIdentifierData> externalIdentifierConverter) -
Method Summary
Modifier and TypeMethodDescriptionprotected de.hybris.platform.servicelayer.dto.converter.Converter<TmaExternalIdentifierModel,TmaExternalIdentifierData> voidpopulate(TmaProductSpecificationModel source, TmaProductSpecificationData target)
-
Constructor Details
-
TmaProductSpecExternalIdentifierPopulator
public TmaProductSpecExternalIdentifierPopulator(de.hybris.platform.servicelayer.dto.converter.Converter<TmaExternalIdentifierModel, TmaExternalIdentifierData> externalIdentifierConverter)
-
-
Method Details
-
populate
- Specified by:
populatein interfacede.hybris.platform.converters.Populator<TmaProductSpecificationModel,TmaProductSpecificationData>
-
getExternalIdentifierConverter
protected de.hybris.platform.servicelayer.dto.converter.Converter<TmaExternalIdentifierModel,TmaExternalIdentifierData> getExternalIdentifierConverter()
-