Subversion Repositories SmartDukaan

Rev

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

Rev 3089 Rev 3323
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