Uses of Class
com.broadleafcommerce.cartoperation.domain.Category
-
Packages that use Category Package Description com.broadleafcommerce.cartoperation.domain -
-
Uses of Category in com.broadleafcommerce.cartoperation.domain
Methods in com.broadleafcommerce.cartoperation.domain that return Category Modifier and Type Method Description Category
ItemChoice. 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 Category Modifier and Type Method Description Set<Category>
Product. getParentCategories()
AllCategories
that include the product.Methods in com.broadleafcommerce.cartoperation.domain with parameters of type Category Modifier and Type Method Description void
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 Category Modifier and Type Method Description void
Product. setParentCategories(Set<Category> parentCategories)
AllCategories
that include the product.
-