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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<de.hybris.platform.jalo.order.price.PriceInformation>Method to get price information for productsList<de.hybris.platform.jalo.order.price.PriceInformation>voidsetBolFactory(SapPricingBolFactory bolFactory) voidsetConversionService(ConversionService conversionService) voidsetSapPartnerService(SapPartnerService sapPartnerService) voidsetSapPricingEnablementService(SapPricingEnablementService sapPricingEnablementService) Methods inherited from class de.hybris.platform.commerceservices.price.impl.NetPriceService
getModelService, getNetGrossStrategy, setModelService, setNetGrossStrategy, setTimeServiceMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.hybris.platform.product.PriceService
getAllPriceInformation, getPriceInformations
-
Constructor Details
-
DefaultSapPricingCatalogService
public DefaultSapPricingCatalogService()
-
-
Method Details
-
getConversionService
-
setConversionService
-
getSapPartnerService
-
setSapPartnerService
-
getBolFactory
-
setBolFactory
-
getPriceInformationsForProduct
public List<de.hybris.platform.jalo.order.price.PriceInformation> getPriceInformationsForProduct(ProductModel model) - Specified by:
getPriceInformationsForProductin interfacede.hybris.platform.product.PriceService- Overrides:
getPriceInformationsForProductin classde.hybris.platform.commerceservices.price.impl.NetPriceService
-
getPriceInformationForProducts
public List<de.hybris.platform.jalo.order.price.PriceInformation> getPriceInformationForProducts(List<ProductModel> models) Description copied from interface:SapPricingCatalogServiceMethod to get price information for products- Specified by:
getPriceInformationForProductsin interfaceSapPricingCatalogService- Parameters:
models- List- Returns:
- List
-
getSapPricingEnablementService
-
setSapPricingEnablementService
-