Class DefaultCartEntryActionHandlerRegistry
java.lang.Object
de.hybris.platform.acceleratorfacades.cart.action.impl.DefaultCartEntryActionHandlerRegistry
- All Implemented Interfaces:
CartEntryActionHandlerRegistry
public class DefaultCartEntryActionHandlerRegistry
extends Object
implements CartEntryActionHandlerRegistry
Registry for
CartEntryActionHandler implementations.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Map<CartEntryAction,CartEntryActionHandler> getHandler(CartEntryAction cartEntryAction) Returns the configured handler for the given action type.voidsetCartEntryActionHandlerMap(Map<CartEntryAction, CartEntryActionHandler> cartEntryActionHandlerMap)
-
Constructor Details
-
DefaultCartEntryActionHandlerRegistry
public DefaultCartEntryActionHandlerRegistry()
-
-
Method Details
-
getHandler
Description copied from interface:CartEntryActionHandlerRegistryReturns the configured handler for the given action type.- Specified by:
getHandlerin interfaceCartEntryActionHandlerRegistry- Parameters:
cartEntryAction- the action to get the handler implementation for- Returns:
- the matching handler for the goven action
-
getCartEntryActionHandlerMap
-
setCartEntryActionHandlerMap
public void setCartEntryActionHandlerMap(Map<CartEntryAction, CartEntryActionHandler> cartEntryActionHandlerMap)
-