Class TmaProductSpecProductSpecTypesPopulator
java.lang.Object
de.hybris.platform.b2ctelcofacades.converters.populator.TmaProductSpecProductSpecTypesPopulator
- All Implemented Interfaces:
de.hybris.platform.converters.Populator<TmaProductSpecificationModel,TmaProductSpecificationData>
public class TmaProductSpecProductSpecTypesPopulator
extends Object
implements de.hybris.platform.converters.Populator<TmaProductSpecificationModel,TmaProductSpecificationData>
Populates product spec types information from
TmaProductSpecificationModel to TmaProductSpecificationData.- Since:
- 2102
-
Constructor Summary
ConstructorsConstructorDescriptionTmaProductSpecProductSpecTypesPopulator(de.hybris.platform.servicelayer.dto.converter.Converter<TmaProductSpecTypeModel, TmaProductSpecTypeData> tmaProductSpecTypeConverter) -
Method Summary
Modifier and TypeMethodDescriptionprotected de.hybris.platform.servicelayer.dto.converter.Converter<TmaProductSpecTypeModel,TmaProductSpecTypeData> voidpopulate(TmaProductSpecificationModel source, TmaProductSpecificationData target)
-
Constructor Details
-
TmaProductSpecProductSpecTypesPopulator
public TmaProductSpecProductSpecTypesPopulator(de.hybris.platform.servicelayer.dto.converter.Converter<TmaProductSpecTypeModel, TmaProductSpecTypeData> tmaProductSpecTypeConverter)
-
-
Method Details
-
populate
- Specified by:
populatein interfacede.hybris.platform.converters.Populator<TmaProductSpecificationModel,TmaProductSpecificationData>
-
getTmaProductSpecTypeConverter
protected de.hybris.platform.servicelayer.dto.converter.Converter<TmaProductSpecTypeModel,TmaProductSpecTypeData> getTmaProductSpecTypeConverter()
-