Uses of Class
com.broadleafcommerce.catalog.domain.product.option.SpecificItemVariantPricing
Packages that use SpecificItemVariantPricing
Package
Description
-
Uses of SpecificItemVariantPricing in com.broadleafcommerce.catalog.domain.product.commerce
Methods in com.broadleafcommerce.catalog.domain.product.commerce that return SpecificItemVariantPricingModifier and TypeMethodDescriptionSpecificItemVariantPricingDetail.getSpecificItemVariantPricing()
Methods in com.broadleafcommerce.catalog.domain.product.commerce that return types with arguments of type SpecificItemVariantPricingMethods in com.broadleafcommerce.catalog.domain.product.commerce with parameters of type SpecificItemVariantPricingModifier and TypeMethodDescriptionvoid
SpecificItemVariantPricingDetail.setSpecificItemVariantPricing
(SpecificItemVariantPricing specificItemVariantPricing) Method parameters in com.broadleafcommerce.catalog.domain.product.commerce with type arguments of type SpecificItemVariantPricingModifier and TypeMethodDescriptionvoid
SpecificItemChoiceDetail.setVariantPricingOverrides
(List<SpecificItemVariantPricing> variantPricingOverrides) -
Uses of SpecificItemVariantPricing in com.broadleafcommerce.catalog.domain.product.option
Methods in com.broadleafcommerce.catalog.domain.product.option that return types with arguments of type SpecificItemVariantPricingModifier and TypeMethodDescriptionSpecificItemChoice.getVariantPricingOverrides()
Pricing overrides if specific variants of the main product this item belongs to are added to the cart.Method parameters in com.broadleafcommerce.catalog.domain.product.option with type arguments of type SpecificItemVariantPricingModifier and TypeMethodDescriptionvoid
SpecificItemChoice.setVariantPricingOverrides
(List<SpecificItemVariantPricing> variantPricingOverrides) Pricing overrides if specific variants of the main product this item belongs to are added to the cart. -
Uses of SpecificItemVariantPricing in com.broadleafcommerce.catalog.service.util.commerce
Methods in com.broadleafcommerce.catalog.service.util.commerce with parameters of type SpecificItemVariantPricingModifier and TypeMethodDescriptionPriceInfoContributionUtils.createSpecificItemVariantPriceInfo
(SpecificItemVariantPricing variantPricing)