Subversion Repositories SmartDukaan

Rev

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

Rev 5864 Rev 6322
Line 190... Line 190...
190
    void updateQuickLink(1:i64 id, 2:string url, 3:string text) throws(1:HelperServiceException hse),
190
    void updateQuickLink(1:i64 id, 2:string url, 3:string text) throws(1:HelperServiceException hse),
191
    
191
    
192
	/**
192
	/**
193
	Returns a list of emails to which product notifications have been sent in a given date range
193
	Returns a list of emails to which product notifications have been sent in a given date range
194
	*/
194
	*/
195
	list<string> getEmailsForNotificationsSent(1:i64 startDatetime, 2:i64 endDatetime) throws(1:HelperServiceException hse)
195
	list<string> getEmailsForNotificationsSent(1:i64 startDatetime, 2:i64 endDatetime) throws(1:HelperServiceException hse),
-
 
196
	
-
 
197
	//Returns body of mail sent for order confirmation
-
 
198
	string getOrderConfirmationMail(1:i64 orderId)
196
}
199
}
197
200