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
MarketException
Person getUser(long id) throws MarketException
MarketException
Person getUserByUserId(String userId) throws MarketException
MarketException
void removeUser(String userId) throws MarketException
MarketException
List<Person> getUsers(int index, int count) throws MarketException
MarketException
Copyright © 2015 John's Hopkins University, Engineering Programs for Professionals. All rights reserved.