public interface BasePriceFinder
extends org.pf4j.ExtensionPoint
Modifier and Type | Method and Description |
---|---|
List<XPFBasePriceSource> |
findAllBasePriceSources(XPFFindAllBasePriceSourcesContext context)
Find all base price sources for a specific catalog and optional currency.
|
Collection<XPFBasePriceTier> |
findBasePrices(XPFFindBasePricesContext context)
Find base price tiers for the specified product sku.
|
List<XPFBasePriceSource> |
findShopperBasePriceSources(XPFFindShopperBasePriceSourcesContext context)
Find all valid base price sources for a specific shopper.
|
Collection<XPFBasePriceTier> findBasePrices(XPFFindBasePricesContext context)
context
- the find base prices contextList<XPFBasePriceSource> findShopperBasePriceSources(XPFFindShopperBasePriceSourcesContext context)
context
- the find shopper base price sources contextList<XPFBasePriceSource> findAllBasePriceSources(XPFFindAllBasePriceSourcesContext context)
context
- the find all base price sources contextCopyright © 2024. All rights reserved.