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()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 CategoryModifier and TypeMethodDescriptionProduct.getParentCategories()AllCategoriesthat include the product.Methods in com.broadleafcommerce.cartoperation.domain with parameters of type CategoryModifier and TypeMethodDescriptionvoidItemChoice.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 CategoryModifier and TypeMethodDescriptionvoidProduct.setParentCategories(Set<Category> parentCategories) AllCategoriesthat include the product.