Class TmaPoPricePopulator<SOURCE extends ProductModel,TARGET extends ProductData>

java.lang.Object
de.hybris.platform.commercefacades.product.converters.populator.AbstractProductPopulator<SOURCE,TARGET>
de.hybris.platform.commercefacades.product.converters.populator.ProductPricePopulator<SOURCE,TARGET>
de.hybris.platform.b2ctelcofacades.price.converters.TmaPoPricePopulator<SOURCE,TARGET>
Type Parameters:
SOURCE - source to retrieve the information from
TARGET - target to be populated with information
All Implemented Interfaces:
de.hybris.platform.converters.Populator<SOURCE,TARGET>

@Deprecated(since="2007") public class TmaPoPricePopulator<SOURCE extends ProductModel,TARGET extends ProductData> extends de.hybris.platform.commercefacades.product.converters.populator.ProductPricePopulator<SOURCE,TARGET>
Deprecated.
since 2007. Use instead TmaProductPricePopulator due to supporting new pricing determination logic as best applicable price not minimum
Custom implementation of the ProductPricePopulator with pricing enhancements for telco.
Since:
1805
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated.
     
    protected de.hybris.platform.servicelayer.i18n.CommonI18NService
    Deprecated.
     
    void
    populate(SOURCE source, TARGET target)
    Deprecated.
     
    void
    setI18NService(de.hybris.platform.servicelayer.i18n.CommonI18NService i18NService)
    Deprecated.
     

    Methods inherited from class de.hybris.platform.commercefacades.product.converters.populator.ProductPricePopulator

    getPriceDataFactory, setCommercePriceService, setPriceDataFactory

    Methods inherited from class de.hybris.platform.commercefacades.product.converters.populator.AbstractProductPopulator

    getModelService, getProductAttribute, safeToString, setModelService

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • TmaPoPricePopulator

      public TmaPoPricePopulator()
      Deprecated.
  • Method Details

    • populate

      public void populate(SOURCE source, TARGET target)
      Deprecated.
      Specified by:
      populate in interface de.hybris.platform.converters.Populator<SOURCE extends ProductModel,TARGET extends ProductData>
      Overrides:
      populate in class de.hybris.platform.commercefacades.product.converters.populator.ProductPricePopulator<SOURCE extends ProductModel,TARGET extends ProductData>
    • getCommercePriceService

      protected TmaCommercePriceService getCommercePriceService()
      Deprecated.
      Overrides:
      getCommercePriceService in class de.hybris.platform.commercefacades.product.converters.populator.ProductPricePopulator<SOURCE extends ProductModel,TARGET extends ProductData>
    • getI18NService

      protected de.hybris.platform.servicelayer.i18n.CommonI18NService getI18NService()
      Deprecated.
    • setI18NService

      public void setI18NService(de.hybris.platform.servicelayer.i18n.CommonI18NService i18NService)
      Deprecated.