Uses of Class
com.broadleafcommerce.cartoperation.domain.Category
-
Uses of Category in com.broadleafcommerce.cartoperation.domain
Modifier and TypeMethodDescriptionItemChoice.getCategory()
TheCategory
which the add-on will be chosen from by the customer if theselection
isItemChoiceTargetType.CATEGORY
.Modifier and TypeMethodDescriptionProduct.getParentCategories()
AllCategories
that include the product.Modifier and TypeMethodDescriptionvoid
ItemChoice.setCategory
(Category category) TheCategory
which the add-on will be chosen from by the customer if theselection
isItemChoiceTargetType.CATEGORY
.Modifier and TypeMethodDescriptionvoid
Product.setParentCategories
(Set<Category> parentCategories) AllCategories
that include the product.