Uses of Class
com.broadleafcommerce.catalogbrowse.domain.SpecificItemChoiceVariantPricingOverride
-
Packages that use SpecificItemChoiceVariantPricingOverride Package Description com.broadleafcommerce.catalogbrowse.domain com.broadleafcommerce.catalogbrowse.service.provider.external.pricing.product -
-
Uses of SpecificItemChoiceVariantPricingOverride in com.broadleafcommerce.catalogbrowse.domain
Methods in com.broadleafcommerce.catalogbrowse.domain that return types with arguments of type SpecificItemChoiceVariantPricingOverride Modifier and Type Method Description Map<String,SpecificItemChoiceVariantPricingOverride>SpecificItemChoice. getVariantPricing()Pricing overrides if specific variants of the main product this item belongs to are added to the cart.Method parameters in com.broadleafcommerce.catalogbrowse.domain with type arguments of type SpecificItemChoiceVariantPricingOverride Modifier and Type Method Description voidSpecificItemChoice. setVariantPricing(Map<String,SpecificItemChoiceVariantPricingOverride> variantPricing)Pricing overrides if specific variants of the main product this item belongs to are added to the cart. -
Uses of SpecificItemChoiceVariantPricingOverride in com.broadleafcommerce.catalogbrowse.service.provider.external.pricing.product
Methods in com.broadleafcommerce.catalogbrowse.service.provider.external.pricing.product that return types with arguments of type SpecificItemChoiceVariantPricingOverride Modifier and Type Method Description protected Map<SpecificItemChoiceVariantPricingOverride,Set<com.broadleafcommerce.pricing.client.domain.PriceableTarget>>ProductOptionsProductPriceableTargetsBuilder. buildTargetsForSpecificItemChoiceVariantOverrides(@NonNull SpecificItemChoice choice)
-