Package | Description |
---|---|
com.irisel.oms.olapi.beans | |
com.irisel.sv.faces.mgdbeans | |
com.irisel.util |
Modifier and Type | Method and Description |
---|---|
JSONObject |
InstanceSet.toJSONObject() |
JSONObject |
DataInstanceSet.toJSONObject() |
JSONObject |
DataInstance.toJSONObject() |
Modifier and Type | Method and Description |
---|---|
void |
BaseMB.load(JSONObject obj)
Loads from the given JSON to this object
for the class given by getClassname(), each property is read and copied from the json obj.
|
void |
UserMB.load(JSONObject obj) |
Constructor and Description |
---|
TableMB(CLBrowser clbrowser,
java.lang.String classname,
JSONObject obj) |
UserMB(CLBrowser clbrowser,
JSONObject obj) |
Modifier and Type | Method and Description |
---|---|
JSONObject |
BaseBean.toJSONObject() |