Uses of Class
de.hybris.platform.stock.exception.InsufficientStockLevelException
-
-
Uses of InsufficientStockLevelException in de.hybris.platform.chinesepaymentfacades.checkout
Methods in de.hybris.platform.chinesepaymentfacades.checkout that throw InsufficientStockLevelException Modifier and Type Method Description booleanChineseCheckoutFacade. reserveStock(java.lang.String orderCode, java.lang.String productCode, int quantity, java.util.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 InsufficientStockLevelException Modifier and Type Method Description booleanDefaultChineseCheckoutFacade. reserveStock(java.lang.String orderCode, java.lang.String productCode, int quantity, java.util.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 InsufficientStockLevelException Modifier and Type Method Description booleanChineseCheckoutService. reserveStock(java.lang.String orderCode, java.lang.String productCode, int quantity, java.util.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 InsufficientStockLevelException Modifier and Type Method Description booleanDefaultChineseCheckoutService. reserveStock(java.lang.String orderCode, java.lang.String productCode, int quantity, java.util.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 InsufficientStockLevelException Modifier and Type Method Description voidStockService. reserve(ProductModel product, WarehouseModel warehouse, int amount, java.lang.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 InsufficientStockLevelException Modifier and Type Method Description voidDefaultStockService. reserve(ProductModel product, WarehouseModel warehouse, int amount, java.lang.String comment)
-