Uses of Class
de.hybris.platform.jalo.order.price.PriceInformation
-
-
Uses of PriceInformation in de.hybris.platform.acceleratorfacades.product.converters.populator
Methods in de.hybris.platform.acceleratorfacades.product.converters.populator with parameters of type PriceInformation Modifier and Type Method Description protected PriceDataProductVolumePricesPopulator. createPriceData(PriceDataType priceType, PriceInformation priceInfo)protected java.lang.LongProductVolumePricesPopulator. getMinQuantity(PriceInformation priceInfo)Method parameters in de.hybris.platform.acceleratorfacades.product.converters.populator with type arguments of type PriceInformation Modifier and Type Method Description protected java.util.List<PriceData>ProductVolumePricesPopulator. createPrices(SOURCE productModel, java.util.List<PriceInformation> pricesInfos) -
Uses of PriceInformation in de.hybris.platform.commercefacades.product.converters.populator
Methods in de.hybris.platform.commercefacades.product.converters.populator with parameters of type PriceInformation Modifier and Type Method Description protected intProductPriceRangePopulator.PriceRangeComparator. compareInstances(PriceInformation price1, PriceInformation price2)protected PriceDataProductPriceRangePopulator. createPriceData(PriceDataType priceType, PriceInformation priceInfo) -
Uses of PriceInformation in de.hybris.platform.commerceservices.price
Methods in de.hybris.platform.commerceservices.price that return PriceInformation Modifier and Type Method Description PriceInformationCommercePriceService. getFromPriceForProduct(ProductModel product)Retrieve the minimum price from all variantsPriceInformationCommercePriceService. getWebPriceForProduct(ProductModel product)Retrieve the first price returned by ProductItemMethods in de.hybris.platform.commerceservices.price with parameters of type PriceInformation Modifier and Type Method Description protected voidDefaultCommercePriceServiceIntTest. verifyPrice(PriceInformation price, double expected, boolean net) -
Uses of PriceInformation in de.hybris.platform.commerceservices.price.impl
Methods in de.hybris.platform.commerceservices.price.impl that return PriceInformation Modifier and Type Method Description PriceInformationDefaultCommercePriceService. getFromPriceForProduct(ProductModel product)protected PriceInformationDefaultCommercePriceService. getLowestVariantPrice(ProductModel product)PriceInformationDefaultCommercePriceService. getWebPriceForProduct(ProductModel product)Methods in de.hybris.platform.commerceservices.price.impl that return types with arguments of type PriceInformation Modifier and Type Method Description protected java.util.Collection<PriceInformation>DefaultCommercePriceService. getAllVariantPrices(ProductModel product)java.util.List<PriceInformation>NetPriceService. getPriceInformationsForProduct(ProductModel model)Methods in de.hybris.platform.commerceservices.price.impl with parameters of type PriceInformation Modifier and Type Method Description protected intDefaultCommercePriceService.PriceInformationComparator. compareInstances(PriceInformation price1, PriceInformation price2)Method parameters in de.hybris.platform.commerceservices.price.impl with type arguments of type PriceInformation Modifier and Type Method Description protected voidDefaultCommercePriceService. fillAllVariantPrices(ProductModel product, java.util.Collection<PriceInformation> prices) -
Uses of PriceInformation in de.hybris.platform.commerceservices.search.solrfacetsearch.provider.impl
Methods in de.hybris.platform.commerceservices.search.solrfacetsearch.provider.impl that return types with arguments of type PriceInformation Modifier and Type Method Description protected java.util.List<PriceInformation>ProductPricesValueResolver. loadPriceInformations(java.util.Collection<IndexedProperty> indexedProperties, ProductModel product)protected java.util.List<PriceInformation>ProductPricesValueResolver. loadQualifierData(IndexerBatchContext batchContext, java.util.Collection<IndexedProperty> indexedProperties, ProductModel product, Qualifier qualifier)Method parameters in de.hybris.platform.commerceservices.search.solrfacetsearch.provider.impl with type arguments of type PriceInformation Modifier and Type Method Description protected voidProductPricesValueResolver. addFieldValues(InputDocument document, IndexerBatchContext batchContext, IndexedProperty indexedProperty, ProductModel model, AbstractValueResolver.ValueResolverContext<java.lang.Object,java.util.List<PriceInformation>> resolverContext)protected java.lang.DoubleProductPricesValueResolver. getPriceValue(IndexedProperty indexedProperty, java.util.List<PriceInformation> priceInformations) -
Uses of PriceInformation in de.hybris.platform.europe1.constants
Methods in de.hybris.platform.europe1.constants that return PriceInformation Modifier and Type Method Description static PriceInformationEurope1Tools. createPriceInformation(PriceRow row, Currency currency) -
Uses of PriceInformation in de.hybris.platform.europe1.jalo
Subclasses of PriceInformation in de.hybris.platform.europe1.jalo Modifier and Type Class Description classEurope1PriceInformation -
Uses of PriceInformation in de.hybris.platform.jalo.order.price
Methods in de.hybris.platform.jalo.order.price that return types with arguments of type PriceInformation Modifier and Type Method Description java.util.Collection<PriceInformation>ProductPriceInformations. getPrices()The collection of all price info rows which have been found.Methods in de.hybris.platform.jalo.order.price with parameters of type PriceInformation Modifier and Type Method Description booleanPriceInformation. equalsWithoutPriceRow(PriceInformation otherPriceInformation)Constructors in de.hybris.platform.jalo.order.price with parameters of type PriceInformation Constructor Description ProductPriceInformations(PriceInformation pinf)Constructor parameters in de.hybris.platform.jalo.order.price with type arguments of type PriceInformation Constructor Description ProductPriceInformations(java.util.Collection<PriceInformation> prices)ProductPriceInformations(java.util.Collection<PriceInformation> prices, java.util.Collection<TaxInformation> taxes)ProductPriceInformations(java.util.Collection<PriceInformation> prices, java.util.Collection<TaxInformation> taxes, java.util.Collection<DiscountInformation> discounts) -
Uses of PriceInformation in de.hybris.platform.order.strategies.calculation
Methods in de.hybris.platform.order.strategies.calculation that return types with arguments of type PriceInformation Modifier and Type Method Description default java.util.List<PriceInformation>FindPriceStrategy. getPriceInformation(BaseCriteria baseCriteria)Get prices informationPriceInformationfor given criteria. -
Uses of PriceInformation in de.hybris.platform.order.strategies.calculation.impl
Methods in de.hybris.platform.order.strategies.calculation.impl that return types with arguments of type PriceInformation Modifier and Type Method Description java.util.List<PriceInformation>FindPricingWithCurrentPriceFactoryStrategy. getPriceInformation(BaseCriteria baseCriteria) -
Uses of PriceInformation in de.hybris.platform.order.strategies.calculation.impl.internal
Methods in de.hybris.platform.order.strategies.calculation.impl.internal that return types with arguments of type PriceInformation Modifier and Type Method Description java.util.List<PriceInformation>PriceFactorySwitcher. getProductPriceInformations(SessionContext ctx, Product product, java.util.Date date, boolean net) -
Uses of PriceInformation in de.hybris.platform.order.strategies.calculation.impl.servicelayer
Methods in de.hybris.platform.order.strategies.calculation.impl.servicelayer that return types with arguments of type PriceInformation Modifier and Type Method Description java.util.List<PriceInformation>DefaultSLFindPriceStrategy. getPriceInformation(BaseCriteria priceCriteria)Method parameters in de.hybris.platform.order.strategies.calculation.impl.servicelayer with type arguments of type PriceInformation Modifier and Type Method Description voidDefaultSLFindPriceStrategy. setFindPriceValueInfoStrategy(FindPDTValueInfoStrategy<PriceValue,PriceInformation,PriceValueInfoCriteria> findPriceValueInfoStrategy) -
Uses of PriceInformation in de.hybris.platform.order.strategies.calculation.pdt.converter.impl
Methods in de.hybris.platform.order.strategies.calculation.pdt.converter.impl that return PriceInformation Modifier and Type Method Description PriceInformationDefaultPriceInfoConverter. convert(PriceRowModel priceRowModel, PriceValueInfoCriteria criteria)PriceInformationDefaultPriceInfoConverter. createPriceInformation(PriceRowModel row, CurrencyModel currency) -
Uses of PriceInformation in de.hybris.platform.product
Methods in de.hybris.platform.product that return types with arguments of type PriceInformation Modifier and Type Method Description default java.util.List<PriceInformation>PriceService. getPriceInformations(PriceCriteria priceCriteria)Calculates all applicable prices for given criteria.java.util.List<PriceInformation>PriceService. getPriceInformationsForProduct(ProductModel model)Returns all availablePriceInformationfor the givenProductModeland the current session user. -
Uses of PriceInformation in de.hybris.platform.product.impl
Methods in de.hybris.platform.product.impl that return types with arguments of type PriceInformation Modifier and Type Method Description java.util.List<PriceInformation>DefaultPriceService. getPriceInformations(PriceCriteria priceCriteria)java.util.List<PriceInformation>DefaultPriceService. getPriceInformationsForProduct(ProductModel product) -
Uses of PriceInformation in de.hybris.platform.sap.sappricing.services
Methods in de.hybris.platform.sap.sappricing.services that return types with arguments of type PriceInformation Modifier and Type Method Description java.util.List<PriceInformation>SapPricingCatalogService. getPriceInformationForProducts(java.util.List<ProductModel> models)Method to get price information for products -
Uses of PriceInformation in de.hybris.platform.sap.sappricing.services.impl
Methods in de.hybris.platform.sap.sappricing.services.impl that return types with arguments of type PriceInformation Modifier and Type Method Description java.util.List<PriceInformation>DefaultSapPricingCatalogService. getPriceInformationForProducts(java.util.List<ProductModel> models)java.util.List<PriceInformation>DefaultSapPricingCatalogService. getPriceInformationsForProduct(ProductModel model) -
Uses of PriceInformation in de.hybris.platform.sap.sappricingbol.backend.impl
Methods in de.hybris.platform.sap.sappricingbol.backend.impl that return types with arguments of type PriceInformation Modifier and Type Method Description java.util.List<PriceInformation>SapPricingCachedBackendERP. readCachedPriceInformationForProduct(ProductModel productModel, SapPricingPartnerFunction partnerFunction)java.util.List<PriceInformation>SapPricingCachedBackendERP. readCachedPriceInformationForProducts(java.util.List<ProductModel> productModels, SapPricingPartnerFunction partnerFunction)java.util.List<PriceInformation>SapPricingBackendERP. readPriceInformationForProducts(java.util.List<ProductModel> productModels, SapPricingPartnerFunction partnerFunction, ConversionService conversionService)java.util.List<PriceInformation>SapPricingItemMapper. readPrices(com.sap.conn.jco.JCoTable resultTable)java.util.List<PriceInformation>SapPricingMapper. readResultExport(com.sap.conn.jco.JCoTable resultTable)Read catalog result pricesMethod parameters in de.hybris.platform.sap.sappricingbol.backend.impl with type arguments of type PriceInformation Modifier and Type Method Description voidSapPricingCachedBackendERP. cachePriceInformationForProduct(ProductModel productModel, SapPricingPartnerFunction partnerFunction, java.util.List<PriceInformation> priceInformationList)Add catalog price to the cache -
Uses of PriceInformation in de.hybris.platform.sap.sappricingbol.backend.interf
Methods in de.hybris.platform.sap.sappricingbol.backend.interf that return types with arguments of type PriceInformation Modifier and Type Method Description java.util.List<PriceInformation>SapPricingBackend. readPriceInformationForProducts(java.util.List<ProductModel> productModels, SapPricingPartnerFunction partnerFunction, ConversionService conversionService) -
Uses of PriceInformation in de.hybris.platform.sap.sappricingbol.businessobject.impl
Methods in de.hybris.platform.sap.sappricingbol.businessobject.impl that return types with arguments of type PriceInformation Modifier and Type Method Description java.util.List<PriceInformation>SapPricingImpl. getPriceInformationForProducts(java.util.List<ProductModel> productModels, SapPricingPartnerFunction partnerFunction, ConversionService conversionService) -
Uses of PriceInformation in de.hybris.platform.sap.sappricingbol.businessobject.interf
Methods in de.hybris.platform.sap.sappricingbol.businessobject.interf that return types with arguments of type PriceInformation Modifier and Type Method Description java.util.List<PriceInformation>SapPricing. getPriceInformationForProducts(java.util.List<ProductModel> productModels, SapPricingPartnerFunction partnerFunction, ConversionService conversionService) -
Uses of PriceInformation in de.hybris.platform.sap.sappricingproductcarouseladdon.controllers.cms
Methods in de.hybris.platform.sap.sappricingproductcarouseladdon.controllers.cms with parameters of type PriceInformation Modifier and Type Method Description protected voidSapProductCarouselComponentController. populateProductWithSapPrice(ProductModel productModel, ProductData productData, PriceInformation priceInformation) -
Uses of PriceInformation in de.hybris.platform.yacceleratorcore.comparators
Methods in de.hybris.platform.yacceleratorcore.comparators with parameters of type PriceInformation Modifier and Type Method Description intVolumeAwarePriceInformationComparator. compare(PriceInformation priceInfo1, PriceInformation priceInfo2) -
Uses of PriceInformation in de.hybris.platform.yacceleratorcore.search.solrfacetsearch.provider.impl
Methods in de.hybris.platform.yacceleratorcore.search.solrfacetsearch.provider.impl that return types with arguments of type PriceInformation Modifier and Type Method Description protected java.util.Comparator<PriceInformation>VolumeAwareProductPriceValueProvider. getPriceComparator()Method parameters in de.hybris.platform.yacceleratorcore.search.solrfacetsearch.provider.impl with type arguments of type PriceInformation Modifier and Type Method Description protected voidVolumeAwareProductPriceValueProvider. processPricesForCurrency(IndexedProperty indexedProperty, java.util.Collection<FieldValue> fieldValues, CurrencyModel currency, java.util.List<PriceInformation> prices)protected voidVolumeAwareProductPriceValueProvider. processPricesWithEmptyCurrencies(IndexedProperty indexedProperty, java.util.Collection<FieldValue> fieldValues, java.util.List<PriceInformation> prices)voidVolumeAwareProductPriceValueProvider. setPriceComparator(java.util.Comparator<PriceInformation> priceComparator)
-