Uses of Interface
org.broadleafcommerce.core.catalog.domain.ProductBundle
Packages that use ProductBundle
Package
Description
-
Uses of ProductBundle in org.broadleafcommerce.core.catalog.dao
Methods in org.broadleafcommerce.core.catalog.dao that return types with arguments of type ProductBundleModifier and TypeMethodDescriptionProductDao.readAutomaticProductBundles()Returns all active ProductBundles whose automatic property is true.ProductDaoImpl.readAutomaticProductBundles() -
Uses of ProductBundle in org.broadleafcommerce.core.catalog.domain
Classes in org.broadleafcommerce.core.catalog.domain that implement ProductBundleModifier and TypeClassDescriptionclassDeprecated.instead, use the ProductType Module's Product Add-Ons to build and configure bundlesFields in org.broadleafcommerce.core.catalog.domain declared as ProductBundleModifier and TypeFieldDescriptionprotected ProductBundleSkuBundleItemImpl.bundleDeprecated.protected ProductBundleSkuBundleItemImpl.deproxiedBundleDeprecated.Methods in org.broadleafcommerce.core.catalog.domain that return ProductBundleModifier and TypeMethodDescriptionSkuBundleItem.getBundle()Deprecated.SkuBundleItemImpl.getBundle()Deprecated.Methods in org.broadleafcommerce.core.catalog.domain that return types with arguments of type ProductBundleModifier and TypeMethodDescriptionProductBundleImpl.createOrRetrieveCopyInstance(MultiTenantCopyContext context) Deprecated.Methods in org.broadleafcommerce.core.catalog.domain with parameters of type ProductBundleModifier and TypeMethodDescriptionintProductBundleComparator.compare(ProductBundle productBundle, ProductBundle productBundle1) voidSkuBundleItem.setBundle(ProductBundle bundle) Deprecated.voidSkuBundleItemImpl.setBundle(ProductBundle bundle) Deprecated. -
Uses of ProductBundle in org.broadleafcommerce.core.catalog.service
Methods in org.broadleafcommerce.core.catalog.service that return types with arguments of type ProductBundleModifier and TypeMethodDescriptionCatalogService.findAutomaticProductBundles()Find all ProductBundles whose automatic attribute is set to true.CatalogServiceImpl.findAutomaticProductBundles() -
Uses of ProductBundle in org.broadleafcommerce.core.order.domain
Fields in org.broadleafcommerce.core.order.domain declared as ProductBundleModifier and TypeFieldDescriptionprotected ProductBundleBundleOrderItemImpl.deproxiedProductBundleDeprecated.protected ProductBundleBundleOrderItemImpl.productBundleDeprecated.Methods in org.broadleafcommerce.core.order.domain that return ProductBundleModifier and TypeMethodDescriptionBundleOrderItem.getProductBundle()Deprecated.Returns the associated ProductBundle or null if not applicable.BundleOrderItemImpl.getProductBundle()Deprecated.Methods in org.broadleafcommerce.core.order.domain with parameters of type ProductBundleModifier and TypeMethodDescriptionvoidBundleOrderItem.setProductBundle(ProductBundle bundle) Deprecated.Sets the ProductBundle associated with this BundleOrderItem.voidBundleOrderItemImpl.setProductBundle(ProductBundle productBundle) Deprecated. -
Uses of ProductBundle in org.broadleafcommerce.core.order.service.call
Fields in org.broadleafcommerce.core.order.service.call declared as ProductBundleModifier and TypeFieldDescriptionprotected ProductBundleProductBundleOrderItemRequest.productBundleMethods in org.broadleafcommerce.core.order.service.call that return ProductBundleMethods in org.broadleafcommerce.core.order.service.call with parameters of type ProductBundleModifier and TypeMethodDescriptionProductBundleOrderItemRequest.setProductBundle(ProductBundle productBundle) -
Uses of ProductBundle in org.broadleafcommerce.core.pricing.service.workflow
Methods in org.broadleafcommerce.core.pricing.service.workflow with parameters of type ProductBundleModifier and TypeMethodDescriptionprotected intAutoBundleActivity.countExistingUsesOfBundle(Order order, ProductBundle bundle)