Uses of Class
com.broadleafcommerce.cartoperation.service.configuration.MatchingDependentsContext
Packages that use MatchingDependentsContext
-
Uses of MatchingDependentsContext in com.broadleafcommerce.cartoperation.service.configuration
Methods in com.broadleafcommerce.cartoperation.service.configuration that return MatchingDependentsContextModifier and TypeMethodDescriptionprotected MatchingDependentsContext
DefaultItemChoiceConfigurationService.findDependentsMatchingItemChoice
(@NonNull List<com.broadleafcommerce.cart.client.domain.CartItem> dependentCartItems, @NonNull ItemChoice itemChoice) Methods in com.broadleafcommerce.cartoperation.service.configuration with parameters of type MatchingDependentsContextModifier and TypeMethodDescriptionprotected void
DefaultItemChoiceConfigurationService.validateMaxQuantity
(@NonNull com.broadleafcommerce.cart.client.domain.CartItem cartItem, @NonNull ItemChoice itemChoice, @NonNull MatchingDependentsContext matchingCartItems, @NonNull ProductOption option) protected void
DefaultItemChoiceConfigurationService.validateMinQuantity
(@NonNull com.broadleafcommerce.cart.client.domain.CartItem cartItem, @NonNull ItemChoice itemChoice, @NonNull MatchingDependentsContext matchingCartItems, @NonNull ProductOption option)