Subversion Repositories SmartDukaan

Rev

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

Rev 6736 Rev 6821
Line 495... Line 495...
495
	
495
	
496
	/**
496
	/**
497
	 * Get email addresses for users activated within a given date range
497
	 * Get email addresses for users activated within a given date range
498
	 */
498
	 */
499
	list<string> getUserEmails(1:i64 startDate, 2:i64 endDate)
499
	list<string> getUserEmails(1:i64 startDate, 2:i64 endDate)
-
 
500
	
-
 
501
	/**
-
 
502
	 * Returns whether product is added to cart from startDate to endDate 
-
 
503
	 */
-
 
504
	bool isProductAddedToCart(1:i64 itemId, 2:i64 startDate, 3:i64 endDate)
500
}
505
}
501
506