Subversion Repositories SmartDukaan

Rev

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

Rev 6788 Rev 7221
Line 194... Line 194...
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
	
196
	
197
	//Returns body of mail sent for order confirmation
197
	//Returns body of mail sent for order confirmation
198
	string getOrderConfirmationMail(1:i64 orderId)
198
	string getOrderConfirmationMail(1:i64 orderId)
-
 
199
	
-
 
200
	//Returns body of mail sent for delivery success
-
 
201
	string getOrderDeliveryMail(1:i64 orderId)
199
}
202
}
200
203