| Modifier and Type | Method and Description |
|---|---|
CartEntryActionHandler |
CartEntryActionHandlerRegistry.getHandler(CartEntryAction action)
Returns the configured handler for the given action type.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RemoveCartEntryActionHandler
CartEntryActionHandler implementation for deleting cart entries. |
| Modifier and Type | Method and Description |
|---|---|
CartEntryActionHandler |
DefaultCartEntryActionHandlerRegistry.getHandler(CartEntryAction cartEntryAction) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.Map<CartEntryAction,CartEntryActionHandler> |
DefaultCartEntryActionHandlerRegistry.getCartEntryActionHandlerMap() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultCartEntryActionHandlerRegistry.setCartEntryActionHandlerMap(java.util.Map<CartEntryAction,CartEntryActionHandler> cartEntryActionHandlerMap) |
| Modifier and Type | Class and Description |
|---|---|
class |
ConfigCopyCartEntryActionHandler
Action Handler to Copy a CartItem including configuration
|
| Modifier and Type | Class and Description |
|---|---|
class |
SaveForLaterActionHandler
Deals with cart entries when moving them into Save for Later
|
Copyright © 2018 SAP SE. All Rights Reserved.