Class DefaultSapPricingCatalogService

java.lang.Object
de.hybris.platform.commerceservices.price.impl.NetPriceService
de.hybris.platform.sap.sappricing.services.impl.DefaultSapPricingCatalogService
All Implemented Interfaces:
de.hybris.platform.product.PriceService, SapPricingCatalogService

public class DefaultSapPricingCatalogService extends de.hybris.platform.commerceservices.price.impl.NetPriceService implements SapPricingCatalogService
Default Sap pricing catalog service
  • Constructor Details

    • DefaultSapPricingCatalogService

      public DefaultSapPricingCatalogService()
  • Method Details

    • getConversionService

      public ConversionService getConversionService()
    • setConversionService

      public void setConversionService(ConversionService conversionService)
    • getSapPartnerService

      public SapPartnerService getSapPartnerService()
    • setSapPartnerService

      public void setSapPartnerService(SapPartnerService sapPartnerService)
    • getBolFactory

      public SapPricingBolFactory getBolFactory()
    • setBolFactory

      public void setBolFactory(SapPricingBolFactory bolFactory)
    • getPriceInformationsForProduct

      public List<de.hybris.platform.jalo.order.price.PriceInformation> getPriceInformationsForProduct(ProductModel model)
      Specified by:
      getPriceInformationsForProduct in interface de.hybris.platform.product.PriceService
      Overrides:
      getPriceInformationsForProduct in class de.hybris.platform.commerceservices.price.impl.NetPriceService
    • getPriceInformationForProducts

      public List<de.hybris.platform.jalo.order.price.PriceInformation> getPriceInformationForProducts(List<ProductModel> models)
      Description copied from interface: SapPricingCatalogService
      Method to get price information for products
      Specified by:
      getPriceInformationForProducts in interface SapPricingCatalogService
      Parameters:
      models - List
      Returns:
      List
    • getSapPricingEnablementService

      public SapPricingEnablementService getSapPricingEnablementService()
    • setSapPricingEnablementService

      public void setSapPricingEnablementService(SapPricingEnablementService sapPricingEnablementService)