| Line 225... |
Line 225... |
| 225 |
void retireItemOn(1:i64 item_id, 2:i64 timestamp) throws (1:InventoryServiceException cex),
|
225 |
void retireItemOn(1:i64 item_id, 2:i64 timestamp) throws (1:InventoryServiceException cex),
|
| 226 |
void changeItemStatus(1:i64 item_id, 2:i64 timestamp, 3:status newstatus) throws (1:InventoryServiceException cex),
|
226 |
void changeItemStatus(1:i64 item_id, 2:i64 timestamp, 3:status newstatus) throws (1:InventoryServiceException cex),
|
| 227 |
//Other accessor methods - added by Ashish
|
227 |
//Other accessor methods - added by Ashish
|
| 228 |
Item getItem(1:i64 item_id) throws (1:InventoryServiceException cex),
|
228 |
Item getItem(1:i64 item_id) throws (1:InventoryServiceException cex),
|
| 229 |
list<Item> getItemsByCatalogId(1:i64 catalog_item_id) throws (1:InventoryServiceException cex),
|
229 |
list<Item> getItemsByCatalogId(1:i64 catalog_item_id) throws (1:InventoryServiceException cex),
|
| - |
|
230 |
list<Item> getValidItemsByCatalogId(1:i64 catalog_item_id) throws (1:InventoryServiceException cex),
|
| 230 |
list<Item> getAllItems(1:bool isActive) throws (1:InventoryServiceException cex),
|
231 |
list<Item> getAllItems(1:bool isActive) throws (1:InventoryServiceException cex),
|
| 231 |
list<Item> getAllItemsByStatus(1:status itemStatus) throws (1:InventoryServiceException cex),
|
232 |
list<Item> getAllItemsByStatus(1:status itemStatus) throws (1:InventoryServiceException cex),
|
| 232 |
//ItemInventory getItemInventory(1:i64 item_id) throws (1:InventoryServiceException cex),
|
233 |
//ItemInventory getItemInventory(1:i64 item_id) throws (1:InventoryServiceException cex),
|
| 233 |
ItemInventory getItemInventoryByItemId(1:i64 item_id) throws (1:InventoryServiceException cex),
|
234 |
ItemInventory getItemInventoryByItemId(1:i64 item_id) throws (1:InventoryServiceException cex),
|
| 234 |
//ItemInventory getItemInventoryByCatalogId(1:i64 item_id) throws (1:InventoryServiceException cex),
|
235 |
//ItemInventory getItemInventoryByCatalogId(1:i64 item_id) throws (1:InventoryServiceException cex),
|