Uses of Class
com.broadleafcommerce.catalogbrowse.domain.ProductPricingPredicate
Packages that use ProductPricingPredicate
-
Uses of ProductPricingPredicate in com.broadleafcommerce.catalogbrowse.service.provider.external.search
Methods in com.broadleafcommerce.catalogbrowse.service.provider.external.search that return ProductPricingPredicateModifier and TypeMethodDescriptionprotected ProductPricingPredicateExternalCatalogSearchProvider.parseProductPricingPredicate(Product product, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Attempts to fetch theProductPricingPredicatefrom the search response, if it exists.Methods in com.broadleafcommerce.catalogbrowse.service.provider.external.search with parameters of type ProductPricingPredicateModifier and TypeMethodDescriptionprotected voidExternalCatalogSearchProvider.addPriceDetailsFromProductData(Product product, ProductPricingPredicate predicate) Add price details from product's data.protected voidExternalCatalogSearchProvider.overrideProductPriceDetailsWithSkuData(Product product, ProductPricingPredicate predicate) By default, this method overrides the product prices for display in search with the values from the lowest priced sku.protected voidExternalCatalogSearchProvider.updatePricingKeyFromPredicate(ProductPricingPredicate predicate, Product product) Adds the pricing key from the predicate to the product if the product does not already have a pricing key value.