Uses of Class
com.broadleafcommerce.catalogbrowse.domain.ProductTerm
Packages that use ProductTerm
-
Uses of ProductTerm in com.broadleafcommerce.catalogbrowse.domain
Methods in com.broadleafcommerce.catalogbrowse.domain that return types with arguments of type ProductTermModifier and TypeMethodDescriptionProduct.getTerms()The list ofProductTermsthat are associated with this product.Method parameters in com.broadleafcommerce.catalogbrowse.domain with type arguments of type ProductTermModifier and TypeMethodDescriptionvoidProduct.setTerms(List<ProductTerm> terms) The list ofProductTermsthat are associated with this product.