Uses of Class
de.hybris.platform.acceleratorstorefrontcommons.forms.UpdateQuantityForm
Packages that use UpdateQuantityForm
Package
Description
-
Uses of UpdateQuantityForm in de.hybris.platform.b2ctelcoaddon.controllers.misc
Methods in de.hybris.platform.b2ctelcoaddon.controllers.misc with parameters of type UpdateQuantityFormModifier and TypeMethodDescriptionAddToCartController.removeSpoFromJourneyStep(long entryNumber, String bpoCode, String groupId, String parentEntryNumber, org.springframework.ui.Model model, @Valid UpdateQuantityForm form, org.springframework.validation.BindingResult bindingResult, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectModel) Removes the SPO added to the journey step -
Uses of UpdateQuantityForm in de.hybris.platform.b2ctelcoaddon.controllers.pages
Methods in de.hybris.platform.b2ctelcoaddon.controllers.pages with parameters of type UpdateQuantityFormModifier and TypeMethodDescriptionCartPageController.updateCartQuantities(long entryNumber, org.springframework.ui.Model model, @Valid UpdateQuantityForm form, org.springframework.validation.BindingResult bindingResult, javax.servlet.http.HttpServletRequest request, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectModel) Update the quantity of the product for the entry with the number given.