public class UserStore extends Object
| Modifier and Type | Method and Description |
|---|---|
UserBean |
get() |
void |
init(String uid) |
static org.json.simple.JSONArray |
list() |
void |
set(UserBean profile) |
public UserStore()
throws IllegalAccessException
IllegalAccessExceptionpublic UserStore(String uid) throws IllegalAccessException
IllegalAccessExceptionpublic void init(String uid) throws IllegalAccessException
IllegalAccessExceptionpublic UserBean get() throws IllegalAccessException
IllegalAccessExceptionpublic void set(UserBean profile) throws IllegalAccessException
IllegalAccessExceptionpublic static org.json.simple.JSONArray list()
throws IllegalAccessException
IllegalAccessExceptionCopyright © 2015 Apache Software Foundation. All Rights Reserved.