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 CategoryItemChoice. getCategory()TheCategorywhich the add-on will be chosen from by the customer if theselectionisItemChoiceTargetType.CATEGORY.Methods in com.broadleafcommerce.cartoperation.domain that return types with arguments of type Category Modifier and Type Method Description Set<Category>Product. getParentCategories()AllCategoriesthat include the product.Methods in com.broadleafcommerce.cartoperation.domain with parameters of type Category Modifier and Type Method Description voidItemChoice. setCategory(Category category)TheCategorywhich the add-on will be chosen from by the customer if theselectionisItemChoiceTargetType.CATEGORY.Method parameters in com.broadleafcommerce.cartoperation.domain with type arguments of type Category Modifier and Type Method Description voidProduct. setParentCategories(Set<Category> parentCategories)AllCategoriesthat include the product.
-