Uses of Interface
org.broadleafcommerce.core.catalog.domain.SkuBundleItem
Packages that use SkuBundleItem
Package
Description
-
Uses of SkuBundleItem in org.broadleafcommerce.core.catalog.domain
Classes in org.broadleafcommerce.core.catalog.domain that implement SkuBundleItemModifier and TypeClassDescriptionclassDeprecated.instead, use the ProductType Module's Product Add-Ons to build and configure bundlesFields in org.broadleafcommerce.core.catalog.domain with type parameters of type SkuBundleItemModifier and TypeFieldDescriptionprotected List<SkuBundleItem>ProductBundleImpl.skuBundleItemsDeprecated.Methods in org.broadleafcommerce.core.catalog.domain with type parameters of type SkuBundleItemModifier and TypeMethodDescription<G extends SkuBundleItem>
org.broadleafcommerce.common.copy.CreateResponse<G>SkuBundleItemImpl.createOrRetrieveCopyInstance(org.broadleafcommerce.common.copy.MultiTenantCopyContext context) Deprecated.Methods in org.broadleafcommerce.core.catalog.domain that return types with arguments of type SkuBundleItemModifier and TypeMethodDescriptionProductBundle.getSkuBundleItems()Deprecated.ProductBundleImpl.getSkuBundleItems()Deprecated.Method parameters in org.broadleafcommerce.core.catalog.domain with type arguments of type SkuBundleItemModifier and TypeMethodDescriptionvoidProductBundle.setSkuBundleItems(List<SkuBundleItem> bundleItems) Deprecated.voidProductBundleImpl.setSkuBundleItems(List<SkuBundleItem> skuBundleItems) Deprecated. -
Uses of SkuBundleItem in org.broadleafcommerce.core.catalog.service.dynamic
Methods in org.broadleafcommerce.core.catalog.service.dynamic with parameters of type SkuBundleItemModifier and TypeMethodDescriptionDefaultDynamicSkuPricingServiceImpl.getSkuBundleItemPrice(SkuBundleItem skuBundleItem, HashMap skuPricingConsiderations) DynamicSkuPricingService.getSkuBundleItemPrice(SkuBundleItem sku, HashMap skuPricingConsiderations) Used for t -
Uses of SkuBundleItem in org.broadleafcommerce.core.order.domain
Fields in org.broadleafcommerce.core.order.domain declared as SkuBundleItemMethods in org.broadleafcommerce.core.order.domain that return SkuBundleItemModifier and TypeMethodDescriptionDiscreteOrderItem.getSkuBundleItem()If this item is part of a bundle that was created via a ProductBundle, then this method returns a reference to the corresponding SkuBundleItem.DiscreteOrderItemImpl.getSkuBundleItem()If this item is part of a bundle that was created via a ProductBundle, then this method returns a reference to the corresponding SkuBundleItem.Methods in org.broadleafcommerce.core.order.domain with parameters of type SkuBundleItemModifier and TypeMethodDescriptionvoidDiscreteOrderItem.setSkuBundleItem(SkuBundleItem skuBundleItem) Sets the associated skuBundleItem.voidDiscreteOrderItemImpl.setSkuBundleItem(SkuBundleItem SkuBundleItem) Sets the associated SkuBundleItem. -
Uses of SkuBundleItem in org.broadleafcommerce.core.pricing.service.workflow
Methods in org.broadleafcommerce.core.pricing.service.workflow with parameters of type SkuBundleItemModifier and TypeMethodDescriptionprotected intAutoBundleActivity.countMaximumApplications(Order order, SkuBundleItem skuBundleItem, Set<Long> processedBundles)