Uses of Interface
de.hybris.platform.acceleratorfacades.cart.action.CartEntryActionHandler
-
-
Uses of CartEntryActionHandler in de.hybris.platform.acceleratorfacades.cart.action
Methods in de.hybris.platform.acceleratorfacades.cart.action that return CartEntryActionHandler Modifier and Type Method Description CartEntryActionHandlerCartEntryActionHandlerRegistry. getHandler(CartEntryAction action)Returns the configured handler for the given action type. -
Uses of CartEntryActionHandler in de.hybris.platform.acceleratorfacades.cart.action.impl
Classes in de.hybris.platform.acceleratorfacades.cart.action.impl that implement CartEntryActionHandler Modifier and Type Class Description classRemoveCartEntryActionHandlerCartEntryActionHandlerimplementation for deleting cart entries.Methods in de.hybris.platform.acceleratorfacades.cart.action.impl that return CartEntryActionHandler Modifier and Type Method Description CartEntryActionHandlerDefaultCartEntryActionHandlerRegistry. getHandler(CartEntryAction cartEntryAction)Methods in de.hybris.platform.acceleratorfacades.cart.action.impl that return types with arguments of type CartEntryActionHandler Modifier and Type Method Description protected java.util.Map<CartEntryAction,CartEntryActionHandler>DefaultCartEntryActionHandlerRegistry. getCartEntryActionHandlerMap()Method parameters in de.hybris.platform.acceleratorfacades.cart.action.impl with type arguments of type CartEntryActionHandler Modifier and Type Method Description voidDefaultCartEntryActionHandlerRegistry. setCartEntryActionHandlerMap(java.util.Map<CartEntryAction,CartEntryActionHandler> cartEntryActionHandlerMap) -
Uses of CartEntryActionHandler in de.hybris.platform.sap.productconfig.frontend.handler
Classes in de.hybris.platform.sap.productconfig.frontend.handler that implement CartEntryActionHandler Modifier and Type Class Description classConfigCopyCartEntryActionHandlerAction Handler to Copy a CartItem including configuration -
Uses of CartEntryActionHandler in de.hybris.platform.selectivecartsplitlistaddon.cart.action.impl
Classes in de.hybris.platform.selectivecartsplitlistaddon.cart.action.impl that implement CartEntryActionHandler Modifier and Type Class Description classSaveForLaterActionHandlerDeals with cart entries when moving them into Save for Later
-