Subversion Repositories SmartDukaan

Rev

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

Rev 3079 Rev 3086
Line 323... Line 323...
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
 
324
 
325
	/**
325
	/**
326
	Add user requests for out of stock items. Once user will ask for notify me an entry will 
326
	Add user requests for out of stock items. Once user will ask for notify me an entry will 
327
	*/
327
	*/
328
	bool addProductNotification(i64 itemId, string email)
328
	bool addProductNotification(i64 itemId, string email),
329
	
329
	
-
 
330
	/**
-
 
331
		Send the product notifications to the users for items which has stock.
-
 
332
	*/
-
 
333
	bool sendProductNotifications()
330
	
334
	
331
}
335
}
332
 
336