Uses of Class
com.broadleafcommerce.catalog.domain.product.ProductTerm
Packages that use ProductTerm
Package
Description
-
Uses of ProductTerm in com.broadleafcommerce.catalog.dataexport.converter
Method parameters in com.broadleafcommerce.catalog.dataexport.converter with type arguments of type ProductTermModifier and TypeMethodDescriptionprotected StringProductExportRowConverter.getMultiValRepresentationOfTerms(List<ProductTerm> terms) -
Uses of ProductTerm in com.broadleafcommerce.catalog.dataimport.converter
Methods in com.broadleafcommerce.catalog.dataimport.converter that return ProductTermModifier and TypeMethodDescriptionprotected ProductTermProductRowConverter.parseGivenTermProperties(String givenTermToken) -
Uses of ProductTerm in com.broadleafcommerce.catalog.domain.product
Methods in com.broadleafcommerce.catalog.domain.product that return types with arguments of type ProductTermModifier and TypeMethodDescriptionConsolidatedProduct.getTerms()Product.getTerms()The list ofProductTermsthat are associated with this product.Method parameters in com.broadleafcommerce.catalog.domain.product with type arguments of type ProductTermModifier and TypeMethodDescriptionvoidConsolidatedProduct.setTerms(List<ProductTerm> terms) voidProduct.setTerms(List<ProductTerm> terms) The list ofProductTermsthat are associated with this product. -
Uses of ProductTerm in com.broadleafcommerce.catalog.domain.product.commerce
Methods in com.broadleafcommerce.catalog.domain.product.commerce that return types with arguments of type ProductTermMethod parameters in com.broadleafcommerce.catalog.domain.product.commerce with type arguments of type ProductTermModifier and TypeMethodDescriptionvoidProductDetails.setTerms(List<ProductTerm> terms) voidProductSummary.setTerms(List<ProductTerm> terms)