Class ProductIgnoreRulesPopulator<SOURCE extends ProductModel,TARGET extends ProductData>
java.lang.Object
de.hybris.platform.travelfacades.populators.ProductIgnoreRulesPopulator<SOURCE,TARGET>
- Type Parameters:
SOURCE- the type parameterTARGET- the type parameter
- All Implemented Interfaces:
de.hybris.platform.converters.Populator<SOURCE,TARGET>
public class ProductIgnoreRulesPopulator<SOURCE extends ProductModel,TARGET extends ProductData>
extends Object
implements de.hybris.platform.converters.Populator<SOURCE,TARGET>
The type Product ignore rules populator.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ProductIgnoreRulesPopulator
public ProductIgnoreRulesPopulator()
-
-
Method Details
-
populate
public void populate(SOURCE source, TARGET target) throws de.hybris.platform.servicelayer.dto.converter.ConversionException - Specified by:
populatein interfacede.hybris.platform.converters.Populator<SOURCE extends ProductModel,TARGET extends ProductData> - Throws:
de.hybris.platform.servicelayer.dto.converter.ConversionException
-