Uses of Class
com.broadleafcommerce.catalogbrowse.domain.ProductOption
-
Packages that use ProductOption Package Description com.broadleafcommerce.catalogbrowse.domain com.broadleafcommerce.catalogbrowse.service.provider.external.pricing.product -
-
Uses of ProductOption in com.broadleafcommerce.catalogbrowse.domain
Methods in com.broadleafcommerce.catalogbrowse.domain that return types with arguments of type ProductOption Modifier and Type Method Description List<ProductOption>Product. 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 ProductOption Modifier and Type Method Description voidProduct. 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 ProductOption Modifier and Type Method Description protected Map<Object,Set<com.broadleafcommerce.pricing.client.domain.PriceableTarget>>ProductOptionsProductPriceableTargetsBuilder. buildTargetsForItemChoices(@NonNull Collection<? extends ProductOption> options)Builds the map ofPriceableTargetsforProductOptions.
-