Uses of Class
com.broadleafcommerce.catalogbrowse.domain.SkuPricingPredicate
Packages that use SkuPricingPredicate
Package
Description
-
Uses of SkuPricingPredicate in com.broadleafcommerce.catalogbrowse.domain
Methods in com.broadleafcommerce.catalogbrowse.domain that return SkuPricingPredicateModifier and TypeMethodDescriptionProductPricingPredicate.getDefaultSku()Default SKU price info, if applicable.ProductPricingPredicate.getLowestPricedSku()Lowest priced SKU price info, if exists.Methods in com.broadleafcommerce.catalogbrowse.domain with parameters of type SkuPricingPredicateModifier and TypeMethodDescriptionvoidProductPricingPredicate.setDefaultSku(SkuPricingPredicate defaultSku) Default SKU price info, if applicable.voidProductPricingPredicate.setLowestPricedSku(SkuPricingPredicate lowestPricedSku) Lowest priced SKU price info, if exists. -
Uses of SkuPricingPredicate in com.broadleafcommerce.catalogbrowse.service.provider.external.pricing.product
Methods in com.broadleafcommerce.catalogbrowse.service.provider.external.pricing.product with parameters of type SkuPricingPredicateModifier and TypeMethodDescriptionprotected com.broadleafcommerce.pricing.client.domain.PriceableTargetProductPriceableTargetUtils.createTargetForLowestPricedSku(@NonNull SkuPricingPredicate lowestPricedSkuPredicate, @NonNull Product product) Creates aPriceableTargetfor theSkuPricingPredicatethat represents the lowest priced sku.