Class TmaProductSpecServiceSpecsPopulator
java.lang.Object
de.hybris.platform.b2ctelcofacades.converters.populator.TmaProductSpecServiceSpecsPopulator
- All Implemented Interfaces:
de.hybris.platform.converters.Populator<TmaProductSpecificationModel,TmaProductSpecificationData>
public class TmaProductSpecServiceSpecsPopulator
extends Object
implements de.hybris.platform.converters.Populator<TmaProductSpecificationModel,TmaProductSpecificationData>
Populates service specifications information from
TmaProductSpecificationModel to TmaProductSpecificationData.- Since:
- 2102
-
Constructor Summary
ConstructorsConstructorDescriptionTmaProductSpecServiceSpecsPopulator(de.hybris.platform.servicelayer.dto.converter.Converter<TmaServiceSpecificationModel, TmaServiceSpecificationData> tmaServiceSpecificationConverter) -
Method Summary
Modifier and TypeMethodDescriptionprotected de.hybris.platform.servicelayer.dto.converter.Converter<TmaServiceSpecificationModel,TmaServiceSpecificationData> voidpopulate(TmaProductSpecificationModel source, TmaProductSpecificationData target)
-
Constructor Details
-
TmaProductSpecServiceSpecsPopulator
public TmaProductSpecServiceSpecsPopulator(de.hybris.platform.servicelayer.dto.converter.Converter<TmaServiceSpecificationModel, TmaServiceSpecificationData> tmaServiceSpecificationConverter)
-
-
Method Details
-
populate
- Specified by:
populatein interfacede.hybris.platform.converters.Populator<TmaProductSpecificationModel,TmaProductSpecificationData>
-
getTmaServiceSpecificationConverter
protected de.hybris.platform.servicelayer.dto.converter.Converter<TmaServiceSpecificationModel,TmaServiceSpecificationData> getTmaServiceSpecificationConverter()
-