public interface UserRegistry
| Modifier and Type | Method and Description |
|---|---|
boolean |
addUser(User user) |
boolean |
deactivateUser(long userId) |
boolean |
deleteUser(long userId) |
User |
getActiveUser(long userId) |
Copyright © 2017 iSuper.org. All Rights Reserved.