Subversion Repositories SmartDukaan

Rev

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

Rev 3323 Rev 3348
Line 336... Line 336...
336
	bool addProductNotification(i64 itemId, string email),
336
	bool addProductNotification(i64 itemId, string email),
337
	
337
	
338
	/**
338
	/**
339
		Send the product notifications to the users for items which has stock.
339
		Send the product notifications to the users for items which has stock.
340
	*/
340
	*/
341
	bool sendProductNotifications()
341
	bool sendProductNotifications(),
342
	
342
	
-
 
343
	/**
-
 
344
		Returns list of brand names for a given category Id
-
 
345
	*/
-
 
346
	list<string> getAllBrandsByCategory(1:i64 categoryId)
343
}
347
}
344
 
348