public class DefaultCheckoutMethodFactory extends CheckoutMethodFactory
Constructor and Description |
---|
DefaultCheckoutMethodFactory(Application application) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Callable<java.util.List<CheckoutMethod>> |
initCheckoutMethods(PaymentSession paymentSession) |
java.util.concurrent.Callable<java.util.List<CheckoutMethod>> |
initOneClickCheckoutMethods(PaymentSession paymentSession) |
void |
setHandledOneClickPaymentMethods(java.util.List<PaymentMethod> handledOneClickPaymentMethods) |
void |
setHandledPaymentMethods(java.util.List<PaymentMethod> handledPaymentMethods) |
getApplication
public DefaultCheckoutMethodFactory(Application application)
public java.util.concurrent.Callable<java.util.List<CheckoutMethod>> initOneClickCheckoutMethods(PaymentSession paymentSession)
initOneClickCheckoutMethods
in class CheckoutMethodFactory
public java.util.concurrent.Callable<java.util.List<CheckoutMethod>> initCheckoutMethods(PaymentSession paymentSession)
initCheckoutMethods
in class CheckoutMethodFactory
public void setHandledOneClickPaymentMethods(java.util.List<PaymentMethod> handledOneClickPaymentMethods)
public void setHandledPaymentMethods(java.util.List<PaymentMethod> handledPaymentMethods)