Class TmaProductOfferingBasicReversePopulator<SOURCE extends ProductData,TARGET extends TmaProductOfferingModel>

java.lang.Object
de.hybris.platform.b2ctelcofacades.converters.populator.TmaProductOfferingBasicReversePopulator<SOURCE,TARGET>
All Implemented Interfaces:
de.hybris.platform.converters.Populator<SOURCE,TARGET>

public class TmaProductOfferingBasicReversePopulator<SOURCE extends ProductData,TARGET extends TmaProductOfferingModel> extends Object implements de.hybris.platform.converters.Populator<SOURCE,TARGET>
Populates TmaProductOfferingModel with basic attributes from ProductData.
Since:
2202
  • Constructor Details

    • TmaProductOfferingBasicReversePopulator

      public TmaProductOfferingBasicReversePopulator(de.hybris.platform.catalog.CatalogVersionService catalogVersionService)
  • Method Details

    • populate

      public void populate(SOURCE source, TARGET target)
      Specified by:
      populate in interface de.hybris.platform.converters.Populator<SOURCE extends ProductData,TARGET extends TmaProductOfferingModel>
    • getCatalogVersionService

      protected de.hybris.platform.catalog.CatalogVersionService getCatalogVersionService()