| Package | Description |
|---|---|
| com.neurosys.ecom.orders.service | |
| com.neurosys.ecom.strategy.service |
| Modifier and Type | Method and Description |
|---|---|
T |
TransactionRequestHandler.transact(O order,
PaymentOption paymentOption,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Perform the Transaction
The transaction is not expected to exist prior to this method call. |
| Modifier and Type | Method and Description |
|---|---|
PaymentOption |
PaymentOptionsStrategy.getDefaultPaymentOption(O o)
Get default
PaymentOption |
PaymentOption |
DefaultPaymentOptionsStrategy.getDefaultPaymentOption(O o) |
| Modifier and Type | Method and Description |
|---|---|
List<PaymentOption> |
PaymentOptionsStrategy.getPaymentOptions(O o)
Get a List of possible
PaymentOptions for the Order of a user |
List<PaymentOption> |
DefaultPaymentOptionsStrategy.getPaymentOptions(O o) |
Copyright © 2018. All rights reserved.