Uses of Class
com.broadleafcommerce.catalog.domain.product.IncludedProduct
Packages that use IncludedProduct
Package
Description
-
Uses of IncludedProduct in com.broadleafcommerce.catalog.dataexport.converter
Methods in com.broadleafcommerce.catalog.dataexport.converter with parameters of type IncludedProductModifier and TypeMethodDescriptionIncludedProductExportRowConverter.convert
(IncludedProduct source) -
Uses of IncludedProduct in com.broadleafcommerce.catalog.dataimport.converter
Methods in com.broadleafcommerce.catalog.dataimport.converter that return IncludedProductModifier and TypeMethodDescriptionIncludedProductConverter.convert
(com.broadleafcommerce.common.dataimport.messaging.BatchRecord source) Deprecated. -
Uses of IncludedProduct in com.broadleafcommerce.catalog.domain.product
Methods in com.broadleafcommerce.catalog.domain.product that return types with arguments of type IncludedProductModifier and TypeMethodDescriptionConsolidatedProduct.getIncludedProducts()
Product.getIncludedProducts()
Additional products that are always included with the product, no matter what.Method parameters in com.broadleafcommerce.catalog.domain.product with type arguments of type IncludedProductModifier and TypeMethodDescriptionvoid
ConsolidatedProduct.setIncludedProducts
(List<IncludedProduct> includedProducts) void
Product.setIncludedProducts
(List<IncludedProduct> includedProducts) Additional products that are always included with the product, no matter what. -
Uses of IncludedProduct in com.broadleafcommerce.catalog.domain.product.commerce
Methods in com.broadleafcommerce.catalog.domain.product.commerce that return IncludedProductMethods in com.broadleafcommerce.catalog.domain.product.commerce that return types with arguments of type IncludedProductMethods in com.broadleafcommerce.catalog.domain.product.commerce with parameters of type IncludedProductModifier and TypeMethodDescriptionvoid
IncludedProductDetail.setIncludedProduct
(IncludedProduct includedProduct) Method parameters in com.broadleafcommerce.catalog.domain.product.commerce with type arguments of type IncludedProductModifier and TypeMethodDescriptionvoid
ProductSummary.setIncludedProducts
(List<IncludedProduct> includedProducts) Constructors in com.broadleafcommerce.catalog.domain.product.commerce with parameters of type IncludedProductModifierConstructorDescriptionIncludedProductDetail
(IncludedProduct includedProduct, ProductDetails product, VariantDetail variant, PriceInfo priceInfo) -
Uses of IncludedProduct in com.broadleafcommerce.catalog.service.product.commerce.util
Methods in com.broadleafcommerce.catalog.service.product.commerce.util with parameters of type IncludedProductModifier and TypeMethodDescriptionIncludedProductContributionUtils.createIncludedProductDetail
(@NonNull IncludedProduct includedProduct, @NonNull ProductDetailsContext productDetailsContext) Creates anIncludedProductDetail
for anIncludedProduct
included its embedded relationships. -
Uses of IncludedProduct in com.broadleafcommerce.catalog.service.product.hydration
Methods in com.broadleafcommerce.catalog.service.product.hydration with parameters of type IncludedProductModifier and TypeMethodDescriptionprotected void
DefaultProductHydrationService.applyHydration
(IncludedProduct includedProduct, ResolvedProductReferences foundItems) protected void
DefaultProductHydrationService.determineReferences
(IncludedProduct includedProduct, ProductReferences references) -
Uses of IncludedProduct in com.broadleafcommerce.catalog.service.util.commerce
Methods in com.broadleafcommerce.catalog.service.util.commerce with parameters of type IncludedProductModifier and TypeMethodDescriptionPriceInfoContributionUtils.createPriceInfoForIncludedProduct
(@NonNull IncludedProduct includedProduct) Creates aPriceInfo
for anIncludedProduct
. -
Uses of IncludedProduct in com.broadleafcommerce.catalog.service.validation
Methods in com.broadleafcommerce.catalog.service.validation with parameters of type IncludedProductModifier and TypeMethodDescriptionprotected void
ProductValidator.validateIncludedProduct
(IncludedProduct includedProduct, org.springframework.validation.Errors errors, javax.money.CurrencyUnit expectedCurrency, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Validates a specificIncludedProduct
fromProduct.getIncludedProducts()
.protected void
ProductValidator.validateOverridePrice
(IncludedProduct includedProduct, javax.money.CurrencyUnit expectedCurrency, org.springframework.validation.Errors errors) protected void
ProductValidator.validateProduct
(IncludedProduct includedProduct, org.springframework.validation.Errors errors, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Validates thatgetProduct()
exists.protected void
ProductValidator.validateQuantity
(IncludedProduct includedProduct, org.springframework.validation.Errors errors) protected void
ProductValidator.validateVariant
(IncludedProduct includedProduct, org.springframework.validation.Errors errors, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo)