Subversion Repositories SmartDukaan

Rev

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

Rev 4063 Rev 4283
Line 290... Line 290...
290
	
290
	
291
	/**
291
	/**
292
	Returns the pricing information of an item associated with the vendor of the given warehouse.
292
	Returns the pricing information of an item associated with the vendor of the given warehouse.
293
	Raises an exception if either the item, vendor or the associated pricing information can't be found.
293
	Raises an exception if either the item, vendor or the associated pricing information can't be found.
294
	*/
294
	*/
295
	VendorItemPricing getItemPricing(1:i64 itemId, 2:i64 warehouseId) throws (1:InventoryServiceException cex),
295
	VendorItemPricing getItemPricing(1:i64 itemId, 2:i64 vendorId) throws (1:InventoryServiceException cex),
296
	
296
	
297
	/**
297
	/**
298
	* Store category object and retrieve it
298
	* Store category object and retrieve it
299
	*/
299
	*/
300
	/**
300
	/**