Subversion Repositories SmartDukaan

Rev

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

Rev 709 Rev 763
Line 225... Line 225...
225
 
225
 
226
/**
226
/**
227
service
227
service
228
*/
228
*/
229
service UserContextService{
229
service UserContextService{
-
 
230
	/**
-
 
231
	* For closing the open session in sqlalchemy
-
 
232
	*/
-
 
233
	void closeSession(),
-
 
234
	
230
	User createAnonymousUser(1:string jsessionId) throws (1:UserContextException ucex),
235
	User createAnonymousUser(1:string jsessionId) throws (1:UserContextException ucex),
231
	User getUserById(1:i64 userId) throws (1:UserContextException ucex),
236
	User getUserById(1:i64 userId) throws (1:UserContextException ucex),
232
	User createUser(1:User user) throws (1:UserContextException ucex),
237
	User createUser(1:User user) throws (1:UserContextException ucex),
233
	User updateUser(1:User user) throws (1:UserContextException ucex),
238
	User updateUser(1:User user) throws (1:UserContextException ucex),
234
	bool deleteUser(1:i64 userId) throws (1:UserContextException ucex),
239
	bool deleteUser(1:i64 userId) throws (1:UserContextException ucex),