Uses of Class
com.broadleafcommerce.cartoperation.domain.Category
Packages that use Category
-
Uses of Category in com.broadleafcommerce.cartoperation.domain
Methods in com.broadleafcommerce.cartoperation.domain that return CategoryModifier and TypeMethodDescriptionItemChoice.getCategory()
TheCategory
which the add-on will be chosen from by the customer if theselection
isItemChoiceTargetType.CATEGORY
.Methods in com.broadleafcommerce.cartoperation.domain that return types with arguments of type CategoryModifier and TypeMethodDescriptionProduct.getParentCategories()
AllCategories
that include the product.Methods in com.broadleafcommerce.cartoperation.domain with parameters of type CategoryModifier and TypeMethodDescriptionvoid
ItemChoice.setCategory
(Category category) TheCategory
which the add-on will be chosen from by the customer if theselection
isItemChoiceTargetType.CATEGORY
.Method parameters in com.broadleafcommerce.cartoperation.domain with type arguments of type CategoryModifier and TypeMethodDescriptionvoid
Product.setParentCategories
(Set<Category> parentCategories) AllCategories
that include the product.