Uses of Class
com.broadleafcommerce.cartoperation.domain.ProductTerm
Packages that use ProductTerm
Package
Description
-
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. -
Uses of ProductTerm in com.broadleafcommerce.cartoperation.service.mapping
Methods in com.broadleafcommerce.cartoperation.service.mapping that return types with arguments of type ProductTermModifier and TypeMethodDescriptionprotected Optional<ProductTerm>DefaultCartItemCatalogInformationService.getSelectedProductTerm(@NonNull com.broadleafcommerce.cart.client.domain.CartItem cartItem, P product) Retrieves the selectedProductTermfrom theProduct.getTerms()by using the information about the current term from thecartItem