Subversion Repositories SmartDukaan

Rev

Rev 22721 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 22721 Rev 23446
Line 275... Line 275...
275
	Returns an ordered list of size 4 with following elements in the given order:
275
	Returns an ordered list of size 4 with following elements in the given order:
276
	1. Id of the fulfillment warehouse which was finally picked up.
276
	1. Id of the fulfillment warehouse which was finally picked up.
277
	2. Expected delay added by the category manager.
277
	2. Expected delay added by the category manager.
278
	3. Id of the billing warehouse which was finally picked up.
278
	3. Id of the billing warehouse which was finally picked up.
279
	 */
279
	 */
280
	list<i64> getItemAvailabilityAtLocation(1:i64 itemId, 2:i64 sourceId) throws (1:InventoryServiceException isex),
280
	list<i64> getItemAvailabilityAtLocation(1:i64 itemId, 2:i64 sourceId, 3:i64 stateId) throws (1:InventoryServiceException isex),
281
	
281
	
282
	list<Warehouse> getAllWarehouses(1:bool isActive) throws (1:InventoryServiceException cex),
282
	list<Warehouse> getAllWarehouses(1:bool isActive) throws (1:InventoryServiceException cex),
283
	
283
	
284
	/**
284
	/**
285
	 Returns the warehouse with the given id.
285
	 Returns the warehouse with the given id.