public interface UserMgmt
| Modifier and Type | Method and Description |
|---|---|
long |
createUser(String userId,
String name) |
Person |
getUser(long id) |
Person |
getUserByUserId(String userId) |
List<Person> |
getUsers(int index,
int count) |
void |
removeUser(String userId) |
long createUser(String userId, String name) throws MarketException
MarketExceptionPerson getUser(long id) throws MarketException
MarketExceptionPerson getUserByUserId(String userId) throws MarketException
MarketExceptionvoid removeUser(String userId) throws MarketException
MarketExceptionList<Person> getUsers(int index, int count) throws MarketException
MarketExceptionCopyright © 2015 John's Hopkins University, Engineering Programs for Professionals. All rights reserved.