Subversion Repositories SmartDukaan

Rev

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

Rev 3086 Rev 3206
Line 88... Line 88...
88
	* For closing the open session in sqlalchemy
88
	* For closing the open session in sqlalchemy
89
	*/
89
	*/
90
	void closeSession(),
90
	void closeSession(),
91
	
91
	
92
	/**
92
	/**
93
	* Save email details, to be sent later
93
	* Save email details, to be sent later; Also returns its identifier.
94
	*/
94
	*/
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
	i64 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() throws (1:HelperServiceException se),
100
	list<UserEmail> getEmailsToBeSent() throws (1:HelperServiceException se),