| Line 269... |
Line 269... |
| 269 |
*/
|
269 |
*/
|
| 270 |
void closeSession(),
|
270 |
void closeSession(),
|
| 271 |
|
271 |
|
| 272 |
User createAnonymousUser(1:string jsessionId) throws (1:UserContextException ucex),
|
272 |
User createAnonymousUser(1:string jsessionId) throws (1:UserContextException ucex),
|
| 273 |
User getUserById(1:i64 userId) throws (1:UserContextException ucex),
|
273 |
User getUserById(1:i64 userId) throws (1:UserContextException ucex),
|
| - |
|
274 |
User getUserByEmail(1:string email) throws (1:UserContextException ucex),
|
| 274 |
User createUser(1:User user) throws (1:UserContextException ucex),
|
275 |
User createUser(1:User user) throws (1:UserContextException ucex),
|
| 275 |
User updateUser(1:User user) throws (1:UserContextException ucex),
|
276 |
User updateUser(1:User user) throws (1:UserContextException ucex),
|
| 276 |
bool deleteUser(1:i64 userId) throws (1:UserContextException ucex),
|
277 |
bool deleteUser(1:i64 userId) throws (1:UserContextException ucex),
|
| 277 |
UserState getUserState(1:i64 userId) throws (1:UserContextException ucex),
|
278 |
UserState getUserState(1:i64 userId) throws (1:UserContextException ucex),
|
| 278 |
User authenticateUser(1:string email, 2:string password) throws (1:AuthenticationException auex),
|
279 |
User authenticateUser(1:string email, 2:string password) throws (1:AuthenticationException auex),
|