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
IllegalAccessException
public UserStore(String uid) throws IllegalAccessException
IllegalAccessException
public void init(String uid) throws IllegalAccessException
IllegalAccessException
public UserBean get() throws IllegalAccessException
IllegalAccessException
public void set(UserBean profile) throws IllegalAccessException
IllegalAccessException
public static org.json.simple.JSONArray list() throws IllegalAccessException
IllegalAccessException
Copyright © 2015 Apache Software Foundation. All Rights Reserved.