Uses of Class
de.hybris.platform.ycommercewebservices.exceptions.RecalculationException
-
Packages that use RecalculationException Package Description de.hybris.platform.ycommercewebservices.context de.hybris.platform.ycommercewebservices.context.impl -
-
Uses of RecalculationException in de.hybris.platform.ycommercewebservices.context
Methods in de.hybris.platform.ycommercewebservices.context that throw RecalculationException Modifier and Type Method Description CurrencyModelContextInformationLoader. setCurrencyFromRequest(javax.servlet.http.HttpServletRequest request)Method set current currency based on information from request and recalculate cart for current session -
Uses of RecalculationException in de.hybris.platform.ycommercewebservices.context.impl
Methods in de.hybris.platform.ycommercewebservices.context.impl that throw RecalculationException Modifier and Type Method Description protected voidDefaultContextInformationLoader. recalculateCart(java.lang.String currencyString)Recalculates cart when currency has changedCurrencyModelDefaultContextInformationLoader. setCurrencyFromRequest(javax.servlet.http.HttpServletRequest request)
-