Subversion Repositories SmartDukaan

Rev

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

Rev 2063 Rev 2076
Line 150... Line 150...
150
	list<Item> getAllItemsByStatus(1:status itemStatus) throws (1:InventoryServiceException cex),
150
	list<Item> getAllItemsByStatus(1:status itemStatus) throws (1:InventoryServiceException cex),
151
	ItemInventory getItemInventory(1:i64 item_id) throws (1:InventoryServiceException cex),
151
	ItemInventory getItemInventory(1:i64 item_id) throws (1:InventoryServiceException cex),
152
	ItemInventory getItemInventoryByItemId(1:i64 item_id) throws (1:InventoryServiceException cex),
152
	ItemInventory getItemInventoryByItemId(1:i64 item_id) throws (1:InventoryServiceException cex),
153
	//ItemInventory getItemInventoryByCatalogId(1:i64 item_id) throws (1:InventoryServiceException cex),
153
	//ItemInventory getItemInventoryByCatalogId(1:i64 item_id) throws (1:InventoryServiceException cex),
154
	i64 getItemAvailibilityAtWarehouse(1:i64 warehouse_id, 2:i64 item_id) throws (1:InventoryServiceException cex),
154
	i64 getItemAvailibilityAtWarehouse(1:i64 warehouse_id, 2:i64 item_id) throws (1:InventoryServiceException cex),
155
	bool markItemAsContentComplete(1:i64 entityId) throws (1:InventoryServiceException cex),
155
	bool markItemAsContentComplete(1:i64 entityId, 2:i64 category, 3:string brand, 4:string modelName, 5:string modelNumber) throws (1:InventoryServiceException cex),
156
	
156
	
157
	
157
	
158
	/**
158
	/**
159
	  Returns the id of the warehouse with the largest inventory of the item and the inventory size in the given locations.
159
	  Returns the id of the warehouse with the largest inventory of the item and the inventory size in the given locations.
160
	  The size of list will always be 2.
160
	  The size of list will always be 2.