Subversion Repositories SmartDukaan

Rev

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

Rev 4649 Rev 4725
Line 387... Line 387...
387
	Raises an exception if item not found corresponding to itemId
387
	Raises an exception if item not found corresponding to itemId
388
	*/
388
	*/
389
	list<VendorItemMapping> getVendorItemMappings(1:i64 itemId) throws (1:InventoryServiceException cex),
389
	list<VendorItemMapping> getVendorItemMappings(1:i64 itemId) throws (1:InventoryServiceException cex),
390
	
390
	
391
	/**
391
	/**
392
	Checks if similar item exists (with same ProductGroup, Brand, ModelNumber, Color)
392
	Checks if similar item exists (with same Brand, ModelNumber, ModelName, Color)
393
	If yes, returns the itemId else returns 0
393
	If yes, returns the itemId else returns 0
394
	*/
394
	*/
395
	i64 checkSimilarItem(1:string productGroup, 2:string brand, 3:string modelNumber, 4:string color),
395
	i64 checkSimilarItem(1:string brand, 2:string modelNumber, 3:string modelName, 4:string color),
396
	
396
	
397
	/**
397
	/**
398
	Marks/Unmarks an item as risky. This flag is used for automatic marking of an item as INACTIVE in case of zero inventory.
398
	Marks/Unmarks an item as risky. This flag is used for automatic marking of an item as INACTIVE in case of zero inventory.
399
	*/
399
	*/
400
	void changeItemRiskyFlag(1:i64 itemId, 2:bool risky),
400
	void changeItemRiskyFlag(1:i64 itemId, 2:bool risky),