Uses of Class
de.hybris.platform.acceleratorfacades.cart.action.CartEntryAction
-
Packages that use CartEntryAction Package Description de.hybris.platform.acceleratorfacades.cart.action de.hybris.platform.acceleratorfacades.cart.action.impl -
-
Uses of CartEntryAction in de.hybris.platform.acceleratorfacades.cart.action
Methods in de.hybris.platform.acceleratorfacades.cart.action that return CartEntryAction Modifier and Type Method Description static CartEntryActionCartEntryAction. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static CartEntryAction[]CartEntryAction. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.hybris.platform.acceleratorfacades.cart.action with parameters of type CartEntryAction Modifier and Type Method Description java.util.Optional<java.lang.String>CartEntryActionFacade. executeAction(CartEntryAction action, java.util.List<java.lang.Long> entryNumbers)This method will triggerCartEntryActionHandler.handleAction(List)on theCartEntryActionHandlerconfigured for the given .java.util.Optional<java.lang.String>CartEntryActionFacade. getErrorMessageKey(CartEntryAction action)Provides the key to the message that should be displayed when a CartEntryActionException is thrown.CartEntryActionHandlerCartEntryActionHandlerRegistry. getHandler(CartEntryAction action)Returns the configured handler for the given action type.java.util.Optional<java.lang.String>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 CartEntryAction Modifier and Type Method Description protected java.util.Map<CartEntryAction,CartEntryActionHandler>DefaultCartEntryActionHandlerRegistry. getCartEntryActionHandlerMap()Methods in de.hybris.platform.acceleratorfacades.cart.action.impl with parameters of type CartEntryAction Modifier and Type Method Description java.util.Optional<java.lang.String>DefaultCartEntryActionFacade. executeAction(CartEntryAction action, java.util.List<java.lang.Long> entryNumbers)java.util.Optional<java.lang.String>DefaultCartEntryActionFacade. getErrorMessageKey(CartEntryAction action)CartEntryActionHandlerDefaultCartEntryActionHandlerRegistry. getHandler(CartEntryAction cartEntryAction)java.util.Optional<java.lang.String>DefaultCartEntryActionFacade. getSuccessMessageKey(CartEntryAction action)Method parameters in de.hybris.platform.acceleratorfacades.cart.action.impl with type arguments of type CartEntryAction Modifier and Type Method Description voidDefaultCartEntryActionHandlerRegistry. setCartEntryActionHandlerMap(java.util.Map<CartEntryAction,CartEntryActionHandler> cartEntryActionHandlerMap)
-