public class ViewStore extends Object
| Constructor and Description |
|---|
ViewStore() |
ViewStore(String uid,
String vid) |
| Modifier and Type | Method and Description |
|---|---|
void |
delete() |
ViewBean |
get() |
String |
getMessage() |
static org.json.simple.JSONArray |
list(String uid) |
void |
load(String uid,
String vid) |
void |
set(ViewBean view) |
public ViewStore()
throws IllegalAccessException
IllegalAccessExceptionpublic ViewStore(String uid, String vid) throws IllegalAccessException
IllegalAccessExceptionpublic void load(String uid, String vid) throws IllegalAccessException
IllegalAccessExceptionpublic String getMessage()
public ViewBean get() throws IllegalAccessException
IllegalAccessExceptionpublic void set(ViewBean view) throws IllegalAccessException
IllegalAccessExceptionpublic void delete()
throws IllegalAccessException
IllegalAccessExceptionpublic static org.json.simple.JSONArray list(String uid) throws IllegalAccessException
IllegalAccessExceptionCopyright © 2016 Apache Software Foundation. All Rights Reserved.