Subversion Repositories SmartDukaan

Rev

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

Rev 4406 Rev 4423
Line 352... Line 352...
352
	Return list of all vendors
352
	Return list of all vendors
353
	*/
353
	*/
354
	list<Vendor> getAllVendors(), 
354
	list<Vendor> getAllVendors(), 
355
	
355
	
356
	/**
356
	/**
-
 
357
	Returns the list of similar items.
-
 
358
	*/
-
 
359
	list<Item> getAllSimilarItems(1:i64 itemId),
-
 
360
	
-
 
361
	/**
-
 
362
	Adds similar item.
-
 
363
	*/
-
 
364
	Item addSimilarItem(1:i64 itemId, 2:i64 catalogItemId) throws (1:InventoryServiceException cex),
-
 
365
	
-
 
366
	/**
-
 
367
	Delete similar item.
-
 
368
	*/
-
 
369
	bool deleteSimilarItem(1:i64 itemId, 2:i64 catalogItemId) throws (1:InventoryServiceException cex),
-
 
370
	
-
 
371
	/**
357
	Checks if the item exists in VendorItemMapping for the given hotspot parameters (ProductGroup,Brand,ModelNumber,Color),
372
	Checks if the item exists in VendorItemMapping for the given hotspot parameters (ProductGroup,Brand,ModelNumber,Color),
358
	vendor and category.
373
	vendor and category.
359
	Returns true if it exists else false.
374
	Returns true if it exists else false.
360
	*/
375
	*/
361
	bool itemExists(1:string productGroup, 2:string brand, 3:string modelNumber, 4:string color, 5:i64 vendor_id, 6:string category),
376
	bool itemExists(1:string productGroup, 2:string brand, 3:string modelNumber, 4:string color, 5:i64 vendor_id, 6:string category),