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 TypeMethodDescriptionvoidSpecificItemVariantPricingDetail.setSpecificItemVariantPricing(SpecificItemVariantPricing specificItemVariantPricing) Method parameters in com.broadleafcommerce.catalog.domain.product.commerce with type arguments of type SpecificItemVariantPricingModifier and TypeMethodDescriptionvoidSpecificItemChoiceDetail.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 TypeMethodDescriptionvoidSpecificItemChoice.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)