Subversion Repositories SmartDukaan

Rev

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

Rev 5966 Rev 5978
Line 141... Line 141...
141
	Returns an ordered list of size 4 with following elements in the given order:
141
	Returns an ordered list of size 4 with following elements in the given order:
142
	1. Id of the fulfillment warehouse which was finally picked up.
142
	1. Id of the fulfillment warehouse which was finally picked up.
143
	2. Expected delay added by the category manager.
143
	2. Expected delay added by the category manager.
144
	3. Id of the billing warehouse which was finally picked up.
144
	3. Id of the billing warehouse which was finally picked up.
145
	 */
145
	 */
146
	list<i64> getItemAvailabilityAtLocation(1:i64 itemId) throws (1:InventoryServiceException isex),
146
	list<i64> getItemAvailabilityAtLocation(1:i64 itemId, 2:i64 sourceId) throws (1:InventoryServiceException isex),
147
	
147
	
148
	list<Warehouse> getAllWarehouses(1:bool isActive) throws (1:InventoryServiceException cex),
148
	list<Warehouse> getAllWarehouses(1:bool isActive) throws (1:InventoryServiceException cex),
149
	
149
	
150
	/**
150
	/**
151
	 Returns the warehouse with the given id.
151
	 Returns the warehouse with the given id.