Uses of Interface
org.broadleafcommerce.core.order.domain.BundleOrderItem
Packages that use BundleOrderItem
Package
Description
-
Uses of BundleOrderItem in org.broadleafcommerce.core.order.domain
Classes in org.broadleafcommerce.core.order.domain that implement BundleOrderItemFields in org.broadleafcommerce.core.order.domain declared as BundleOrderItemModifier and TypeFieldDescriptionprotected BundleOrderItemBundleOrderItemFeePriceImpl.bundleOrderItemprotected BundleOrderItemDiscreteOrderItemImpl.bundleOrderItemMethods in org.broadleafcommerce.core.order.domain that return BundleOrderItemModifier and TypeMethodDescriptionDiscreteOrderItem.findParentItem()For items that are part of a bundle, this method will return the parent bundle item.DiscreteOrderItemImpl.findParentItem()BundleOrderItemFeePrice.getBundleOrderItem()BundleOrderItemFeePriceImpl.getBundleOrderItem()DiscreteOrderItem.getBundleOrderItem()If this item is part of a bundle, this method will return the containing bundle item.DiscreteOrderItemImpl.getBundleOrderItem()Methods in org.broadleafcommerce.core.order.domain that return types with arguments of type BundleOrderItemModifier and TypeMethodDescriptionBundleOrderItemImpl.createOrRetrieveCopyInstance(MultiTenantCopyContext context) Deprecated.Methods in org.broadleafcommerce.core.order.domain with parameters of type BundleOrderItemModifier and TypeMethodDescriptionvoidBundleOrderItemFeePrice.setBundleOrderItem(BundleOrderItem bundleOrderItem) voidBundleOrderItemFeePriceImpl.setBundleOrderItem(BundleOrderItem bundleOrderItem) voidDiscreteOrderItem.setBundleOrderItem(BundleOrderItem bundleOrderItem) Sets the parent bundle item.voidDiscreteOrderItemImpl.setBundleOrderItem(BundleOrderItem bundleOrderItem) -
Uses of BundleOrderItem in org.broadleafcommerce.core.order.service
Methods in org.broadleafcommerce.core.order.service that return BundleOrderItemModifier and TypeMethodDescriptionOrderItemService.createBundleOrderItem(BundleOrderItemRequest itemRequest) Used to create "manual" product bundles.OrderItemService.createBundleOrderItem(ProductBundleOrderItemRequest itemRequest) OrderItemService.createBundleOrderItem(ProductBundleOrderItemRequest itemRequest, boolean saveItem) OrderItemServiceImpl.createBundleOrderItem(BundleOrderItemRequest itemRequest) OrderItemServiceImpl.createBundleOrderItem(ProductBundleOrderItemRequest itemRequest) OrderItemServiceImpl.createBundleOrderItem(ProductBundleOrderItemRequest itemRequest, boolean saveItem) -
Uses of BundleOrderItem in org.broadleafcommerce.core.order.service.call
Fields in org.broadleafcommerce.core.order.service.call declared as BundleOrderItemModifier and TypeFieldDescriptionprotected BundleOrderItemDiscreteOrderItemRequest.bundleOrderItemMethods in org.broadleafcommerce.core.order.service.call that return BundleOrderItemMethods in org.broadleafcommerce.core.order.service.call with parameters of type BundleOrderItemModifier and TypeMethodDescriptionvoidDiscreteOrderItemRequest.setBundleOrderItem(BundleOrderItem bundleOrderItem) -
Uses of BundleOrderItem in org.broadleafcommerce.core.order.service.manipulation
Fields in org.broadleafcommerce.core.order.service.manipulation declared as BundleOrderItemFields in org.broadleafcommerce.core.order.service.manipulation with type parameters of type BundleOrderItemModifier and TypeFieldDescriptionprotected List<BundleOrderItem>BundleOrderItemSplitContainer.splitItemsMethods in org.broadleafcommerce.core.order.service.manipulation that return BundleOrderItemMethods in org.broadleafcommerce.core.order.service.manipulation that return types with arguments of type BundleOrderItemMethods in org.broadleafcommerce.core.order.service.manipulation with parameters of type BundleOrderItemModifier and TypeMethodDescriptionvoidBundleOrderItemSplitContainer.setKey(BundleOrderItem key) voidOrderItemVisitor.visit(BundleOrderItem bundleOrderItem) voidOrderItemVisitorAdapter.visit(BundleOrderItem bundleOrderItem) Method parameters in org.broadleafcommerce.core.order.service.manipulation with type arguments of type BundleOrderItemModifier and TypeMethodDescriptionvoidBundleOrderItemSplitContainer.setSplitItems(List<BundleOrderItem> splitItems)