Uses of Class
com.broadleafcommerce.catalogbrowse.domain.IncludedProduct
-
Packages that use IncludedProduct Package Description com.broadleafcommerce.catalogbrowse.domain com.broadleafcommerce.catalogbrowse.service.provider.external.pricing.product -
-
Uses of IncludedProduct in com.broadleafcommerce.catalogbrowse.domain
Methods in com.broadleafcommerce.catalogbrowse.domain that return types with arguments of type IncludedProduct Modifier and Type Method Description List<IncludedProduct>Product. getIncludedProducts()Additional products or variants that are always included with the product, no matter what.Method parameters in com.broadleafcommerce.catalogbrowse.domain with type arguments of type IncludedProduct Modifier and Type Method Description voidProduct. setIncludedProducts(List<IncludedProduct> includedProducts)Additional products or variants that are always included with the product, no matter what. -
Uses of IncludedProduct in com.broadleafcommerce.catalogbrowse.service.provider.external.pricing.product
Methods in com.broadleafcommerce.catalogbrowse.service.provider.external.pricing.product with parameters of type IncludedProduct Modifier and Type Method Description protected Set<com.broadleafcommerce.pricing.client.domain.PriceableTarget>IncludedProductsProductPriceableTargetsBuilder. createBaseTargets(@NonNull IncludedProduct item)Deprecated.CreatesPriceableTargetsfor anIncludedProduct.protected Map<Object,Set<com.broadleafcommerce.pricing.client.domain.PriceableTarget>>IncludedProductsProductPriceableTargetsBuilder. createTargetsForOtherSpecificType(@NonNull IncludedProduct item)protected Map<Object,Set<com.broadleafcommerce.pricing.client.domain.PriceableTarget>>IncludedProductsProductPriceableTargetsBuilder. createTargetsForSpecificItems(@NonNull IncludedProduct item)Deprecated.This is no longer used.protected Set<com.broadleafcommerce.pricing.client.domain.PriceableTarget>IncludedProductsProductPriceableTargetsBuilder. createTargetsForType(@NonNull IncludedProduct item)Deprecated.Extension point to use if thegetType()is not one ofDefaultIncludedProductType.protected booleanIncludedProductsProductPriceableTargetsBuilder. hasPriceableFields(@NonNull IncludedProduct item)Deprecated.Determines whetheritemhas an priceable fields of its own.
-