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 String
ProductExportRowConverter.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 ProductTerm
ProductRowConverter.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 ofProductTerms
that are associated with this product.Method parameters in com.broadleafcommerce.catalog.domain.product with type arguments of type ProductTermModifier and TypeMethodDescriptionvoid
ConsolidatedProduct.setTerms
(List<ProductTerm> terms) void
Product.setTerms
(List<ProductTerm> terms) The list ofProductTerms
that 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 TypeMethodDescriptionvoid
ProductDetails.setTerms
(List<ProductTerm> terms) void
ProductSummary.setTerms
(List<ProductTerm> terms)