|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of ProductBundle in org.broadleafcommerce.core.catalog.dao |
|---|
| Methods in org.broadleafcommerce.core.catalog.dao that return types with arguments of type ProductBundle | |
|---|---|
List<ProductBundle> |
ProductDao.readAutomaticProductBundles()
Returns all active ProductBundles whose automatic property is true. |
List<ProductBundle> |
ProductDaoImpl.readAutomaticProductBundles()
|
| Uses of ProductBundle in org.broadleafcommerce.core.catalog.domain |
|---|
| Classes in org.broadleafcommerce.core.catalog.domain that implement ProductBundle | |
|---|---|
class |
ProductBundleImpl
|
| Fields in org.broadleafcommerce.core.catalog.domain declared as ProductBundle | |
|---|---|
protected ProductBundle |
SkuBundleItemImpl.bundle
|
| Methods in org.broadleafcommerce.core.catalog.domain that return ProductBundle | |
|---|---|
ProductBundle |
SkuBundleItemImpl.getBundle()
|
ProductBundle |
SkuBundleItem.getBundle()
|
| Methods in org.broadleafcommerce.core.catalog.domain with parameters of type ProductBundle | |
|---|---|
int |
ProductBundleComparator.compare(ProductBundle productBundle,
ProductBundle productBundle1)
|
void |
SkuBundleItemImpl.setBundle(ProductBundle bundle)
|
void |
SkuBundleItem.setBundle(ProductBundle bundle)
|
| Uses of ProductBundle in org.broadleafcommerce.core.catalog.service |
|---|
| Methods in org.broadleafcommerce.core.catalog.service that return types with arguments of type ProductBundle | |
|---|---|
List<ProductBundle> |
CatalogServiceImpl.findAutomaticProductBundles()
|
List<ProductBundle> |
CatalogService.findAutomaticProductBundles()
Find all ProductBundles whose automatic attribute is set to true. |
| Uses of ProductBundle in org.broadleafcommerce.core.order.domain |
|---|
| Fields in org.broadleafcommerce.core.order.domain declared as ProductBundle | |
|---|---|
protected ProductBundle |
BundleOrderItemImpl.productBundle
|
| Methods in org.broadleafcommerce.core.order.domain that return ProductBundle | |
|---|---|
ProductBundle |
BundleOrderItemImpl.getProductBundle()
|
ProductBundle |
BundleOrderItem.getProductBundle()
Returns the associated ProductBundle or null if not applicable. |
| Methods in org.broadleafcommerce.core.order.domain with parameters of type ProductBundle | |
|---|---|
void |
BundleOrderItemImpl.setProductBundle(ProductBundle productBundle)
|
void |
BundleOrderItem.setProductBundle(ProductBundle bundle)
Sets the ProductBundle associated with this BundleOrderItem. |
| Uses of ProductBundle in org.broadleafcommerce.core.order.service.call |
|---|
| Fields in org.broadleafcommerce.core.order.service.call declared as ProductBundle | |
|---|---|
protected ProductBundle |
ProductBundleOrderItemRequest.productBundle
|
| Methods in org.broadleafcommerce.core.order.service.call that return ProductBundle | |
|---|---|
ProductBundle |
ProductBundleOrderItemRequest.getProductBundle()
|
| Methods in org.broadleafcommerce.core.order.service.call with parameters of type ProductBundle | |
|---|---|
void |
ProductBundleOrderItemRequest.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 ProductBundle | |
|---|---|
protected int |
AutoBundleActivity.countExistingUsesOfBundle(Order order,
ProductBundle bundle)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||