Uses of Class
com.broadleafcommerce.catalogbrowse.domain.ItemChoiceCategory
-
Packages that use ItemChoiceCategory Package Description com.broadleafcommerce.catalogbrowse.domain -
-
Uses of ItemChoiceCategory in com.broadleafcommerce.catalogbrowse.domain
Methods in com.broadleafcommerce.catalogbrowse.domain that return ItemChoiceCategory Modifier and Type Method Description ItemChoiceCategoryItemChoice. getCategory()TheItemChoiceCategorywhich the choice will be chosen from by the customer if theItemChoice.getTargetType()isDefaultItemChoiceTargetType.CATEGORY.Methods in com.broadleafcommerce.catalogbrowse.domain with parameters of type ItemChoiceCategory Modifier and Type Method Description voidItemChoice. setCategory(ItemChoiceCategory category)TheItemChoiceCategorywhich the choice will be chosen from by the customer if theItemChoice.getTargetType()isDefaultItemChoiceTargetType.CATEGORY.
-