| 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 |
| 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 |
|---|---|
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.productBundle |
| Modifier and Type | Method and Description |
|---|---|
ProductBundle |
BundleOrderItemImpl.getProductBundle() |
ProductBundle |
BundleOrderItem.getProductBundle()
Returns the associated ProductBundle or null if not applicable.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BundleOrderItemImpl.setProductBundle(ProductBundle productBundle) |
void |
BundleOrderItem.setProductBundle(ProductBundle bundle)
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 © 2014. All Rights Reserved.