Subversion Repositories SmartDukaan

Rev

Rev 4295 | Rev 4332 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4295 Rev 4320
Line 203... Line 203...
203
	/**
203
	/**
204
	Stores the final inventory stocks of items.
204
	Stores the final inventory stocks of items.
205
	*/
205
	*/
206
	void updateInventory(1:i64 warehouse_id, 2:string timestamp, 3:map<string, i64> availability) throws (1:InventoryServiceException cex),
206
	void updateInventory(1:i64 warehouse_id, 2:string timestamp, 3:map<string, i64> availability) throws (1:InventoryServiceException cex),
207
 
207
 
-
 
208
	/**
-
 
209
	Add the inventory to existing stock.
-
 
210
	*/
-
 
211
	void addInventory(1:i64 itemId, 2:i64 warehouseId, 3:i64 quantity) throws (1:InventoryServiceException cex),
-
 
212
 
208
	//all delete methods
213
	//all delete methods
209
	void retireWarehouse(1:i64 warehouse_id) throws (1:InventoryServiceException cex),
214
	void retireWarehouse(1:i64 warehouse_id) throws (1:InventoryServiceException cex),
210
	
215
	
211
	//Item management apis
216
	//Item management apis
212
	void startItemOn(1:i64 item_id, 2:i64 timestamp) throws (1:InventoryServiceException cex),
217
	void startItemOn(1:i64 item_id, 2:i64 timestamp) throws (1:InventoryServiceException cex),