Uses of Class
com.broadleafcommerce.catalogbrowse.domain.ProductOption
Packages that use ProductOption
Package
Description
-
Uses of ProductOption in com.broadleafcommerce.catalogbrowse.domain
Methods in com.broadleafcommerce.catalogbrowse.domain that return types with arguments of type ProductOptionModifier and TypeMethodDescriptionProduct.getOptions()Drives additional information that the customer should enter when purchasing this product.Method parameters in com.broadleafcommerce.catalogbrowse.domain with type arguments of type ProductOptionModifier and TypeMethodDescriptionvoidProduct.setOptions(List<ProductOption> options) Drives additional information that the customer should enter when purchasing this product. -
Uses of ProductOption in com.broadleafcommerce.catalogbrowse.service.provider.external.pricing.product
Method parameters in com.broadleafcommerce.catalogbrowse.service.provider.external.pricing.product with type arguments of type ProductOptionModifier and TypeMethodDescriptionProductOptionsProductPriceableTargetsBuilder.buildTargetsForItemChoices(@NonNull Collection<? extends ProductOption> options, ExistingSubscriptionTerms existingTerms, boolean useDefaultTermOnly, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Builds the map ofPriceableTargetsforProductOptions. -
Uses of ProductOption in com.broadleafcommerce.catalogbrowse.service.provider.external.search
Methods in com.broadleafcommerce.catalogbrowse.service.provider.external.search that return ProductOptionModifier and TypeMethodDescriptionprotected ProductOptionCatalogSearchUtils.buildProductOptionFromRequiredOptionInfo(@NonNull SearchProductRequiredOptionInfo info)