Uses of Class
com.broadleafcommerce.catalogbrowse.domain.SpecificItemChoiceVariantPricingOverride
Packages that use SpecificItemChoiceVariantPricingOverride
Package
Description
-
Uses of SpecificItemChoiceVariantPricingOverride in com.broadleafcommerce.catalogbrowse.domain
Methods in com.broadleafcommerce.catalogbrowse.domain that return types with arguments of type SpecificItemChoiceVariantPricingOverrideModifier and TypeMethodDescriptionSpecificItemChoice.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 SpecificItemChoiceVariantPricingOverrideModifier and TypeMethodDescriptionvoidSpecificItemChoice.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 SpecificItemChoiceVariantPricingOverrideModifier and TypeMethodDescriptionprotected Map<SpecificItemChoiceVariantPricingOverride,Set<com.broadleafcommerce.pricing.client.domain.PriceableTarget>> ProductOptionsProductPriceableTargetsBuilder.buildTargetsForSpecificItemChoiceVariantOverrides(@NonNull SpecificItemChoice choice) Deprecated, for removal: This API element is subject to removal in a future version.
ProductOptionsProductPriceableTargetsBuilder.buildTargetsForWrappedSpecificItemChoiceVariantOverrides(SpecificItemChoice).