| Line 341... |
Line 341... |
| 341 |
void closeSession(),
|
341 |
void closeSession(),
|
| 342 |
|
342 |
|
| 343 |
User createAnonymousUser(1:string jsessionId) throws (1:UserContextException ucex),
|
343 |
User createAnonymousUser(1:string jsessionId) throws (1:UserContextException ucex),
|
| 344 |
User getUserById(1:i64 userId) throws (1:UserContextException ucex),
|
344 |
User getUserById(1:i64 userId) throws (1:UserContextException ucex),
|
| 345 |
User getUserByEmail(1:string email) throws (1:UserContextException ucex),
|
345 |
User getUserByEmail(1:string email) throws (1:UserContextException ucex),
|
| - |
|
346 |
User getUserByMobileNumber(1:i64 mobileNumber) throws (1:UserContextException ucex),
|
| 346 |
User createUser(1:User user) throws (1:UserContextException ucex),
|
347 |
User createUser(1:User user) throws (1:UserContextException ucex),
|
| 347 |
User updateUser(1:User user) throws (1:UserContextException ucex),
|
348 |
User updateUser(1:User user) throws (1:UserContextException ucex),
|
| 348 |
bool deleteUser(1:i64 userId) throws (1:UserContextException ucex),
|
349 |
bool deleteUser(1:i64 userId) throws (1:UserContextException ucex),
|
| 349 |
UserState getUserState(1:i64 userId) throws (1:UserContextException ucex),
|
350 |
UserState getUserState(1:i64 userId) throws (1:UserContextException ucex),
|
| 350 |
User authenticateUser(1:string email, 2:string password) throws (1:AuthenticationException auex),
|
351 |
User authenticateUser(1:string email, 2:string password) throws (1:AuthenticationException auex),
|