Subversion Repositories SmartDukaan

Rev

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

Rev 751 Rev 763
Line 43... Line 43...
43
	1:string username,
43
	1:string username,
44
	2:i64 providerId
44
	2:i64 providerId
45
}
45
}
46
 
46
 
47
service HelperService{
47
service HelperService{
-
 
48
	/**
-
 
49
	* For closing the open session in sqlalchemy
-
 
50
	*/
-
 
51
	void closeSession(),
48
 
52
	
49
	void sendMail(1:Mail mail) throws (1:HelperServiceException se),
53
	void sendMail(1:Mail mail) throws (1:HelperServiceException se),
50
	void sendText(1:TextMessage message) throws (1:HelperServiceException se),
54
	void sendText(1:TextMessage message) throws (1:HelperServiceException se),
51
	
55
	
52
	void addMessage(1:Message message) throws (1:HelperServiceException se),
56
	void addMessage(1:Message message) throws (1:HelperServiceException se),
53
	void updateMessage(1:i64 id, 2:string message) throws (1:HelperServiceException se),
57
	void updateMessage(1:i64 id, 2:string message) throws (1:HelperServiceException se),