| Line 526... |
Line 526... |
| 526 |
* Resets availability of an item to the quantity mentioned in a warehouse.
|
526 |
* Resets availability of an item to the quantity mentioned in a warehouse.
|
| 527 |
*/
|
527 |
*/
|
| 528 |
void resetAvailability(1:string itemKey, 2:i64 vendorId, 3:i64 quantity, 4:i64 warehouseId) throws (1:InventoryServiceException cex);
|
528 |
void resetAvailability(1:string itemKey, 2:i64 vendorId, 3:i64 quantity, 4:i64 warehouseId) throws (1:InventoryServiceException cex);
|
| 529 |
|
529 |
|
| 530 |
/**
|
530 |
/**
|
| - |
|
531 |
* Resets availability of a warehouse to zero.
|
| - |
|
532 |
*/
|
| - |
|
533 |
void resetAvailabilityForWarehouse(1:i64 warehouseId) throws (1:InventoryServiceException cex);
|
| - |
|
534 |
|
| - |
|
535 |
/**
|
| 531 |
* Returns the list of item keys which need to be processed for a given warehouse.
|
536 |
* Returns the list of item keys which need to be processed for a given warehouse.
|
| 532 |
* This is currently used by Support application to send item keys whose inventory needs
|
537 |
* This is currently used by Support application to send item keys whose inventory needs
|
| 533 |
* to be updated from PLB
|
538 |
* to be updated from PLB
|
| 534 |
*/
|
539 |
*/
|
| 535 |
list<string> getItemKeysToBeProcessed(1:i64 warehouseId);
|
540 |
list<string> getItemKeysToBeProcessed(1:i64 warehouseId);
|