Uses of Class
com.broadleafcommerce.catalog.domain.product.commerce.IncludedProductDetail
Packages that use IncludedProductDetail
Package
Description
-
Uses of IncludedProductDetail in com.broadleafcommerce.catalog.domain.product.commerce
Methods in com.broadleafcommerce.catalog.domain.product.commerce that return types with arguments of type IncludedProductDetailModifier and TypeMethodDescriptionProductDetails.getIncludedProducts()
Additional products that are always included with the product, no matter what.Method parameters in com.broadleafcommerce.catalog.domain.product.commerce with type arguments of type IncludedProductDetailModifier and TypeMethodDescriptionvoid
ProductDetails.setIncludedProducts
(List<IncludedProductDetail> includedProducts) Additional products that are always included with the product, no matter what. -
Uses of IncludedProductDetail in com.broadleafcommerce.catalog.service.product.commerce.util
Methods in com.broadleafcommerce.catalog.service.product.commerce.util that return IncludedProductDetailModifier and TypeMethodDescriptionIncludedProductContributionUtils.createIncludedProductDetail
(@NonNull IncludedProduct includedProduct, @NonNull ProductDetailsContext productDetailsContext) Creates anIncludedProductDetail
for anIncludedProduct
included its embedded relationships.protected IncludedProductDetail
IncludedProductContributionUtils.populateIncludedItem
(@NonNull IncludedProductDetail includedProduct, @NonNull ProductDetailsContext productDetailsContext) Methods in com.broadleafcommerce.catalog.service.product.commerce.util with parameters of type IncludedProductDetailModifier and TypeMethodDescriptionprotected IncludedProductDetail
IncludedProductContributionUtils.populateIncludedItem
(@NonNull IncludedProductDetail includedProduct, @NonNull ProductDetailsContext productDetailsContext)