Class TelcoProductTypePopulator<SOURCE extends ProductModel,TARGET extends ProductData>
java.lang.Object
de.hybris.platform.b2ctelcofacades.product.converters.populator.TelcoProductTypePopulator<SOURCE,TARGET>
- Type Parameters:
SOURCE- source to retrieve the data fromTARGET- target to be populated with information
- All Implemented Interfaces:
de.hybris.platform.converters.Populator<SOURCE,TARGET>
public class TelcoProductTypePopulator<SOURCE extends ProductModel,TARGET extends ProductData>
extends Object
implements de.hybris.platform.converters.Populator<SOURCE,TARGET>
Populates the attribute
ProductData.itemType depending on the type of the given SOURCE parameter.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
TelcoProductTypePopulator
public TelcoProductTypePopulator()
-
-
Method Details
-
populate
- Specified by:
populatein interfacede.hybris.platform.converters.Populator<SOURCE extends ProductModel,TARGET extends ProductData>
-