Class TmaPriceRowReversePopulator

java.lang.Object
de.hybris.platform.b2ctelcofacades.converters.populator.TmaPriceRowReversePopulator
All Implemented Interfaces:
de.hybris.platform.converters.Populator<PriceData,PriceRowModel>

public class TmaPriceRowReversePopulator extends Object implements de.hybris.platform.converters.Populator<PriceData,PriceRowModel>
Populates the attributes of PriceRowModel from PriceData
Since:
2202
  • Constructor Details

    • TmaPriceRowReversePopulator

      public TmaPriceRowReversePopulator(TmaPoService tmaPoService, de.hybris.platform.enumeration.EnumerationService enumerationService, TmaGenericItemService tmaGenericItemService, de.hybris.platform.catalog.CatalogVersionService catalogVersionService, de.hybris.platform.servicelayer.i18n.CommonI18NService commonI18NService)
  • Method Details

    • populate

      public void populate(PriceData source, PriceRowModel target)
      Specified by:
      populate in interface de.hybris.platform.converters.Populator<PriceData,PriceRowModel>
    • getTmaPoService

      protected TmaPoService getTmaPoService()
    • getEnumerationService

      protected de.hybris.platform.enumeration.EnumerationService getEnumerationService()
    • getTmaGenericItemService

      protected TmaGenericItemService getTmaGenericItemService()
    • getCatalogVersionService

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

      protected de.hybris.platform.servicelayer.i18n.CommonI18NService getCommonI18NService()