Uses of Class
de.hybris.platform.stock.exception.InsufficientStockLevelException
Packages that use InsufficientStockLevelException
Package
Description
-
Uses of InsufficientStockLevelException in de.hybris.platform.chinesepaymentfacades.checkout
Methods in de.hybris.platform.chinesepaymentfacades.checkout that throw InsufficientStockLevelExceptionModifier and TypeMethodDescriptionbooleanChineseCheckoutFacade.reserveStock(String orderCode, String productCode, int quantity, Optional<PointOfServiceModel> pos) Deprecated, for removal: This API element is subject to removal in a future version.since 1905 -
Uses of InsufficientStockLevelException in de.hybris.platform.chinesepaymentfacades.checkout.impl
Methods in de.hybris.platform.chinesepaymentfacades.checkout.impl that throw InsufficientStockLevelExceptionModifier and TypeMethodDescriptionbooleanDefaultChineseCheckoutFacade.reserveStock(String orderCode, String productCode, int quantity, Optional<PointOfServiceModel> pos) Deprecated, for removal: This API element is subject to removal in a future version.since 1905voidDefaultChineseCheckoutFacadeTest.testReserveStock()Deprecated, for removal: This API element is subject to removal in a future version.since 1905 -
Uses of InsufficientStockLevelException in de.hybris.platform.chinesepaymentservices.checkout
Methods in de.hybris.platform.chinesepaymentservices.checkout that throw InsufficientStockLevelExceptionModifier and TypeMethodDescriptionbooleanChineseCheckoutService.reserveStock(String orderCode, String productCode, int quantity, Optional<PointOfServiceModel> pos) Deprecated, for removal: This API element is subject to removal in a future version.since 1905 -
Uses of InsufficientStockLevelException in de.hybris.platform.chinesepaymentservices.checkout.impl
Methods in de.hybris.platform.chinesepaymentservices.checkout.impl that throw InsufficientStockLevelExceptionModifier and TypeMethodDescriptionbooleanDefaultChineseCheckoutService.reserveStock(String orderCode, String productCode, int quantity, Optional<PointOfServiceModel> pos) Deprecated, for removal: This API element is subject to removal in a future version.since 1905 -
Uses of InsufficientStockLevelException in de.hybris.platform.stock
Methods in de.hybris.platform.stock that throw InsufficientStockLevelExceptionModifier and TypeMethodDescriptionvoidStockService.reserve(ProductModel product, WarehouseModel warehouse, int amount, String comment) Reserves the product in the specified warehouse. -
Uses of InsufficientStockLevelException in de.hybris.platform.stock.impl
Methods in de.hybris.platform.stock.impl that throw InsufficientStockLevelExceptionModifier and TypeMethodDescriptionvoidDefaultStockService.reserve(ProductModel product, WarehouseModel warehouse, int amount, String comment)