Uses of Class
com.broadleafcommerce.catalogbrowse.domain.IncludedProduct
Packages that use IncludedProduct
Package
Description
-
Uses of IncludedProduct in com.broadleafcommerce.catalogbrowse.domain
Methods in com.broadleafcommerce.catalogbrowse.domain that return types with arguments of type IncludedProductModifier and TypeMethodDescriptionProduct.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 IncludedProductModifier and TypeMethodDescriptionvoidProduct.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 IncludedProductModifier and TypeMethodDescriptionprotected Set<com.broadleafcommerce.pricing.client.domain.PriceableTarget>IncludedProductsProductPriceableTargetsBuilder.createBaseTargets(@NonNull IncludedProduct item) Deprecated.CreatesPriceableTargetsfor anIncludedProduct.IncludedProductsProductPriceableTargetsBuilder.createTargetsForOtherSpecificType(@NonNull IncludedProduct item) Deprecated.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.
IncludedProductsProductPriceableTargetsBuilder.createTargetsForType(IncludedProduct).