| Modifier and Type | Method and Description |
|---|---|
boolean |
ChineseCheckoutFacade.reserveStock(java.lang.String orderCode,
java.lang.String productCode,
int quantity,
java.util.Optional<PointOfServiceModel> pos)
Reserve the stock after place order
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
DefaultChineseCheckoutFacade.reserveStock(java.lang.String orderCode,
java.lang.String productCode,
int quantity,
java.util.Optional<PointOfServiceModel> pos) |
void |
DefaultChineseCheckoutFacadeTest.testReserveStock() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ChineseCheckoutService.reserveStock(java.lang.String orderCode,
java.lang.String productCode,
int quantity,
java.util.Optional<PointOfServiceModel> pos)
Reserve the stock after place order
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
DefaultChineseCheckoutService.reserveStock(java.lang.String orderCode,
java.lang.String productCode,
int quantity,
java.util.Optional<PointOfServiceModel> pos) |
| Modifier and Type | Method and Description |
|---|---|
void |
StockService.reserve(ProductModel product,
WarehouseModel warehouse,
int amount,
java.lang.String comment)
Reserves the product in the specified warehouse.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultStockService.reserve(ProductModel product,
WarehouseModel warehouse,
int amount,
java.lang.String comment) |
Copyright © 2018 SAP SE. All Rights Reserved.