Subversion Repositories SmartDukaan

Rev

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

Rev 2780 Rev 3086
Line 95... Line 95...
95
	void saveUserEmailForSending(1:string emailTo, 2:string emailFrom, 3:string subject, 4:string body, 5:string source, 6:string emailType) throws (1:HelperServiceException se),
95
	void saveUserEmailForSending(1:string emailTo, 2:string emailFrom, 3:string subject, 4:string body, 5:string source, 6:string emailType) throws (1:HelperServiceException se),
96
	
96
	
97
	/**
97
	/**
98
	* Retreives all the emails pending for dispatch
98
	* Retreives all the emails pending for dispatch
99
	*/
99
	*/
100
	list<UserEmail> getEmailsToBeSent(1:string emailType) throws (1:HelperServiceException se),
100
	list<UserEmail> getEmailsToBeSent() throws (1:HelperServiceException se),
101
	
101
	
102
	/**
102
	/**
103
	* Marks email as sent after successful dispatch
103
	* Marks email as sent after successful dispatch
104
	*/
104
	*/
105
	void markEmailAsSent(1:i64 emailId) throws (1:HelperServiceException se),
105
	void markEmailAsSent(1:i64 emailId) throws (1:HelperServiceException se),