Uses of Class
com.broadleafcommerce.cartoperation.domain.ProductTerm
Packages that use ProductTerm
- 
Uses of ProductTerm in com.broadleafcommerce.cartoperation.domain
Methods in com.broadleafcommerce.cartoperation.domain that return types with arguments of type ProductTermModifier and TypeMethodDescriptionProduct.getTerms()Represents the available terms for a Product that impact pricing options.Method parameters in com.broadleafcommerce.cartoperation.domain with type arguments of type ProductTermModifier and TypeMethodDescriptionvoidProduct.setTerms(List<ProductTerm> terms) Represents the available terms for a Product that impact pricing options.