Uses of Enum Class
de.hybris.platform.acceleratorfacades.cart.action.CartEntryAction
Packages that use CartEntryAction
Package
Description
-
Uses of CartEntryAction in de.hybris.platform.acceleratorfacades.cart.action
Methods in de.hybris.platform.acceleratorfacades.cart.action that return CartEntryActionModifier and TypeMethodDescriptionstatic CartEntryActionReturns the enum constant of this class with the specified name.static CartEntryAction[]CartEntryAction.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in de.hybris.platform.acceleratorfacades.cart.action with parameters of type CartEntryActionModifier and TypeMethodDescriptionCartEntryActionFacade.executeAction(CartEntryAction action, List<Long> entryNumbers) This method will triggerCartEntryActionHandler.handleAction(List)on theCartEntryActionHandlerconfigured for the given .CartEntryActionFacade.getErrorMessageKey(CartEntryAction action) Provides the key to the message that should be displayed when a CartEntryActionException is thrown.CartEntryActionHandlerRegistry.getHandler(CartEntryAction action) Returns the configured handler for the given action type.CartEntryActionFacade.getSuccessMessageKey(CartEntryAction action) Provides the key to the message that should be displayed when an action runs with success. -
Uses of CartEntryAction in de.hybris.platform.acceleratorfacades.cart.action.impl
Methods in de.hybris.platform.acceleratorfacades.cart.action.impl that return types with arguments of type CartEntryActionModifier and TypeMethodDescriptionprotected Map<CartEntryAction,CartEntryActionHandler> DefaultCartEntryActionHandlerRegistry.getCartEntryActionHandlerMap()Methods in de.hybris.platform.acceleratorfacades.cart.action.impl with parameters of type CartEntryActionModifier and TypeMethodDescriptionDefaultCartEntryActionFacade.executeAction(CartEntryAction action, List<Long> entryNumbers) DefaultCartEntryActionFacade.getErrorMessageKey(CartEntryAction action) DefaultCartEntryActionHandlerRegistry.getHandler(CartEntryAction cartEntryAction) DefaultCartEntryActionFacade.getSuccessMessageKey(CartEntryAction action) Method parameters in de.hybris.platform.acceleratorfacades.cart.action.impl with type arguments of type CartEntryActionModifier and TypeMethodDescriptionvoidDefaultCartEntryActionHandlerRegistry.setCartEntryActionHandlerMap(Map<CartEntryAction, CartEntryActionHandler> cartEntryActionHandlerMap)