| Package | Description |
|---|---|
| com.broadleafcommerce.cartoperation.domain |
| Modifier and Type | Method and Description |
|---|---|
Category |
ItemChoice.getCategory()
The
Category which the add-on will be chosen from by the customer if the
selection is ItemChoiceTargetType.CATEGORY. |
| Modifier and Type | Method and Description |
|---|---|
Set<Category> |
Product.getParentCategories()
All
Categories that include the product. |
| Modifier and Type | Method and Description |
|---|---|
void |
ItemChoice.setCategory(Category category)
The
Category which the add-on will be chosen from by the customer if the
selection is ItemChoiceTargetType.CATEGORY. |
| Modifier and Type | Method and Description |
|---|---|
void |
Product.setParentCategories(Set<Category> parentCategories)
All
Categories that include the product. |
Copyright © 2021. All rights reserved.