Subversion Repositories SmartDukaan

Rev

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

Rev 3009 Rev 3079
Line 319... Line 319...
319
	
319
	
320
	/**
320
	/**
321
	Returns list of catalog ids of items with same similarity index as of the given itemId 
321
	Returns list of catalog ids of items with same similarity index as of the given itemId 
322
	*/
322
	*/
323
	list<i64> getSimilarItemsCatalogIds(1:i64 beginIndex, 2:i64 totalItems, 3:i64 itemId),
323
	list<i64> getSimilarItemsCatalogIds(1:i64 beginIndex, 2:i64 totalItems, 3:i64 itemId),
-
 
324
 
-
 
325
	/**
-
 
326
	Add user requests for out of stock items. Once user will ask for notify me an entry will 
-
 
327
	*/
-
 
328
	bool addProductNotification(i64 itemId, string email)
-
 
329
	
-
 
330
	
324
}
331
}
325
 
332