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 from
TARGET - 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 Details

    • TelcoProductTypePopulator

      public TelcoProductTypePopulator()
  • Method Details