Uses of Class
com.broadleafcommerce.cartoperation.domain.payment.CheckoutPaymentMethodOption
-
-
Uses of CheckoutPaymentMethodOption in com.broadleafcommerce.cartoperation.service.checkout
Methods in com.broadleafcommerce.cartoperation.service.checkout that return types with arguments of type CheckoutPaymentMethodOption Modifier and Type Method Description List<CheckoutPaymentMethodOption>
CartOperationCheckoutProperties. getCheckoutPaymentMethodOptions(String applicationId, String tenantId)
Gets the value ofCartOperationCheckoutProperties.checkoutPaymentMethodOptions
based on the given application and tenant id.Method parameters in com.broadleafcommerce.cartoperation.service.checkout with type arguments of type CheckoutPaymentMethodOption Modifier and Type Method Description void
CartOperationCheckoutProperties. setCheckoutPaymentMethodOptions(List<CheckoutPaymentMethodOption> checkoutPaymentMethodOptions)
A list of configured payment methods that are available during checkout. -
Uses of CheckoutPaymentMethodOption in com.broadleafcommerce.cartoperation.service.payment
Methods in com.broadleafcommerce.cartoperation.service.payment that return types with arguments of type CheckoutPaymentMethodOption Modifier and Type Method Description protected List<CheckoutPaymentMethodOption>
DefaultCheckoutPaymentMethodService. filterAvailableCheckoutPaymentMethodOptionsByCart(@NonNull List<CheckoutPaymentMethodOption> checkoutPaymentMethodOptions, @NonNull com.broadleafcommerce.cart.client.domain.Cart cart, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo)
Hook point to filter available checkout payment method options by the cart details.protected List<CheckoutPaymentMethodOption>
DefaultCheckoutPaymentMethodService. filterAvailableCheckoutPaymentMethodOptionsByCustomer(@NonNull List<CheckoutPaymentMethodOption> checkoutPaymentMethodOptions, com.broadleafcommerce.order.common.domain.CustomerRef customerRef, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo)
Hook point to filter available checkout payment method options by the customer details.List<CheckoutPaymentMethodOption>
CheckoutPaymentMethodService. getCheckoutPaymentMethodOptions(com.broadleafcommerce.cart.client.domain.Cart cart, com.broadleafcommerce.order.common.domain.CustomerRef customer, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo)
Find the available checkout payment method options for the given cart, customer, and context.List<CheckoutPaymentMethodOption>
DefaultCheckoutPaymentMethodService. getCheckoutPaymentMethodOptions(@NonNull com.broadleafcommerce.cart.client.domain.Cart cart, com.broadleafcommerce.order.common.domain.CustomerRef customer, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo)
Method parameters in com.broadleafcommerce.cartoperation.service.payment with type arguments of type CheckoutPaymentMethodOption Modifier and Type Method Description protected List<CheckoutPaymentMethodOption>
DefaultCheckoutPaymentMethodService. filterAvailableCheckoutPaymentMethodOptionsByCart(@NonNull List<CheckoutPaymentMethodOption> checkoutPaymentMethodOptions, @NonNull com.broadleafcommerce.cart.client.domain.Cart cart, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo)
Hook point to filter available checkout payment method options by the cart details.protected List<CheckoutPaymentMethodOption>
DefaultCheckoutPaymentMethodService. filterAvailableCheckoutPaymentMethodOptionsByCustomer(@NonNull List<CheckoutPaymentMethodOption> checkoutPaymentMethodOptions, com.broadleafcommerce.order.common.domain.CustomerRef customerRef, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo)
Hook point to filter available checkout payment method options by the customer details. -
Uses of CheckoutPaymentMethodOption in com.broadleafcommerce.cartoperation.web.endpoint
Methods in com.broadleafcommerce.cartoperation.web.endpoint that return types with arguments of type CheckoutPaymentMethodOption Modifier and Type Method Description List<CheckoutPaymentMethodOption>
CheckoutCartEndpoint. getCheckoutPaymentMethodOptions(String cartId, com.broadleafcommerce.order.common.domain.CustomerRef customer, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo)
-