| Modifier and Type | Method and Description |
|---|---|
List<ProductBundle> |
ProductDao.readAutomaticProductBundles()
Returns all active ProductBundles whose automatic property is true.
|
List<ProductBundle> |
ProductDaoImpl.readAutomaticProductBundles() |
| Modifier and Type | Class and Description |
|---|---|
class |
ProductBundleImpl
Deprecated.
instead, use the ProductType Module's Product Add-Ons to build and configure bundles
|
| Modifier and Type | Field and Description |
|---|---|
protected ProductBundle |
SkuBundleItemImpl.bundle |
| Modifier and Type | Method and Description |
|---|---|
ProductBundle |
SkuBundleItem.getBundle() |
ProductBundle |
SkuBundleItemImpl.getBundle() |
| Modifier and Type | Method and Description |
|---|---|
CreateResponse<ProductBundle> |
ProductBundleImpl.createOrRetrieveCopyInstance(MultiTenantCopyContext context)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
int |
ProductBundleComparator.compare(ProductBundle productBundle,
ProductBundle productBundle1) |
void |
SkuBundleItem.setBundle(ProductBundle bundle) |
void |
SkuBundleItemImpl.setBundle(ProductBundle bundle) |
| Modifier and Type | Method and Description |
|---|---|
List<ProductBundle> |
CatalogServiceImpl.findAutomaticProductBundles() |
List<ProductBundle> |
CatalogService.findAutomaticProductBundles()
Find all ProductBundles whose automatic attribute is set to true.
|
| Modifier and Type | Field and Description |
|---|---|
protected ProductBundle |
BundleOrderItemImpl.deproxiedProductBundle
Deprecated.
|
protected ProductBundle |
BundleOrderItemImpl.productBundle
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
ProductBundle |
BundleOrderItemImpl.getProductBundle()
Deprecated.
|
ProductBundle |
BundleOrderItem.getProductBundle()
Deprecated.
Returns the associated ProductBundle or null if not applicable.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BundleOrderItemImpl.setProductBundle(ProductBundle productBundle)
Deprecated.
|
void |
BundleOrderItem.setProductBundle(ProductBundle bundle)
Deprecated.
Sets the ProductBundle associated with this BundleOrderItem.
|
| Modifier and Type | Field and Description |
|---|---|
protected ProductBundle |
ProductBundleOrderItemRequest.productBundle |
| Modifier and Type | Method and Description |
|---|---|
ProductBundle |
ProductBundleOrderItemRequest.getProductBundle() |
| Modifier and Type | Method and Description |
|---|---|
ProductBundleOrderItemRequest |
ProductBundleOrderItemRequest.setProductBundle(ProductBundle productBundle) |
| Modifier and Type | Method and Description |
|---|---|
protected int |
AutoBundleActivity.countExistingUsesOfBundle(Order order,
ProductBundle bundle) |
Copyright © 2017. All rights reserved.