| Line 160... |
Line 160... |
| 160 |
whether it's risky and if it's risky, its inventory position.
|
160 |
whether it's risky and if it's risky, its inventory position.
|
| 161 |
*/
|
161 |
*/
|
| 162 |
ItemShippingInfo isActive(1:i64 itemId) throws (1:InventoryServiceException isex),
|
162 |
ItemShippingInfo isActive(1:i64 itemId) throws (1:InventoryServiceException isex),
|
| 163 |
|
163 |
|
| 164 |
string getItemStatusDescription(1:i64 itemId) throws (1:InventoryServiceException isex),
|
164 |
string getItemStatusDescription(1:i64 itemId) throws (1:InventoryServiceException isex),
|
| - |
|
165 |
|
| - |
|
166 |
/**
|
| - |
|
167 |
Stores the incremental warehouse updates of items.
|
| - |
|
168 |
*/
|
| - |
|
169 |
void updateInventoryHistory(1:i64 warehouse_id, 2:string timestamp, 3:map<string, i64> availability) throws (1:InventoryServiceException cex),
|
| - |
|
170 |
|
| - |
|
171 |
/**
|
| - |
|
172 |
Stores the final inventory stocks of items.
|
| - |
|
173 |
*/
|
| 165 |
void updateInventory(1:i64 warehouse_id, 2:string timestamp, 3:map<string, i64> availability) throws (1:InventoryServiceException cex),
|
174 |
void updateInventory(1:i64 warehouse_id, 2:string timestamp, 3:map<string, i64> availability) throws (1:InventoryServiceException cex),
|
| 166 |
|
175 |
|
| 167 |
//all delete methods
|
176 |
//all delete methods
|
| 168 |
void retireWarehouse(1:i64 warehouse_id) throws (1:InventoryServiceException cex),
|
177 |
void retireWarehouse(1:i64 warehouse_id) throws (1:InventoryServiceException cex),
|
| 169 |
|
178 |
|