| Modifier and Type | Method and Description |
|---|---|
CheckoutController |
BasketController.getCheckoutController()
Get the checkout controller
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultCheckoutController
The default implementation of the
CardPaymentController interface. |
| Modifier and Type | Method and Description |
|---|---|
CheckoutController |
DefaultBasketController.getCheckoutController() |
protected CheckoutController |
DefaultBasketController.lookupCheckoutController()
Must be overridden! Use <lookup-method> in spring.
|
| Modifier and Type | Method and Description |
|---|---|
protected CheckoutController |
CheckoutHotKeyCommand.getCheckoutController() |
| Modifier and Type | Method and Description |
|---|---|
void |
CheckoutHotKeyCommand.setCheckoutController(CheckoutController checkoutController) |
| Modifier and Type | Method and Description |
|---|---|
protected AddressModel |
CisSubscriptionCheckoutPaymentWidgetRenderer.getSelectedPaymentAddress(DefaultListboxWidget<CheckoutPaymentWidgetModel,CheckoutController> widget)
Deprecated.
Returns the selected payment address.
|
protected void |
CisSubscriptionCheckoutPaymentWidgetRenderer.handleOpenNewPaymentOptionClickEvent(DefaultListboxWidget<CheckoutPaymentWidgetModel,CheckoutController> widget,
Event event,
Div container)
Deprecated.
|
protected java.lang.Object |
CisSubscriptionCheckoutPaymentWidgetRenderer.populateHeaderRow(DefaultListboxWidget<CheckoutPaymentWidgetModel,CheckoutController> widget,
Listhead row)
Deprecated.
|
protected void |
CisSubscriptionCheckoutPaymentWidgetRenderer.populateMasterRow(DefaultListboxWidget<CheckoutPaymentWidgetModel,CheckoutController> widget,
Listitem row,
java.lang.Object context,
TypedObject item)
Deprecated.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultSubscriptionCheckoutController
Default controller implementation for placing (subscription) orders in the Customer Service Cockpit.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
SubscriptionCheckoutCartWidgetRenderer.addEntryPricesToPriceContainer(ListboxWidget<CheckoutCartWidgetModel,CheckoutController> widget,
CartEntryModel cartEntryModel,
Div priceContainer) |
protected HtmlBasedComponent |
SubscriptionCheckoutCartWidgetRenderer.createCartEntryInformationBlock(ListboxWidget<CheckoutCartWidgetModel,CheckoutController> widget,
TypedObject cartEntry) |
protected java.text.NumberFormat |
SubscriptionCheckoutCartWidgetRenderer.createCurrencyInstance(ListboxWidget<CheckoutCartWidgetModel,CheckoutController> widget) |
protected Longbox |
SubscriptionCheckoutCartWidgetRenderer.createQuantityInputForPriceContainer(ListboxWidget<CheckoutCartWidgetModel,CheckoutController> widget,
CartEntryModel cartEntryModel,
Div priceContainer) |
protected void |
SubscriptionCheckoutPaymentWidgetRenderer.handlePayUsingStoredCardEvent(DefaultListboxWidget<CheckoutPaymentWidgetModel,CheckoutController> widget,
Event event,
TypedObject item,
Decimalbox amountInput,
Textbox cv2Input) |
Copyright © 2018 SAP SE. All Rights Reserved.