Uses of Class
org.json.simple.JSONObject

Packages that use JSONObject
com.irisel.oms.olapi.beans   
com.irisel.sv.faces.mgdbeans   
com.irisel.util   
 

Uses of JSONObject in com.irisel.oms.olapi.beans
 

Methods in com.irisel.oms.olapi.beans that return JSONObject
 JSONObject InstanceSet.toJSONObject()
           
 JSONObject DataInstanceSet.toJSONObject()
           
 JSONObject DataInstance.toJSONObject()
           
 

Uses of JSONObject in com.irisel.sv.faces.mgdbeans
 

Methods in com.irisel.sv.faces.mgdbeans with parameters of type JSONObject
 void UserMB.load(JSONObject obj)
           
 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.
 

Constructors in com.irisel.sv.faces.mgdbeans with parameters of type JSONObject
TableMB(CLBrowser clbrowser, java.lang.String classname, JSONObject obj)
           
UserMB(CLBrowser clbrowser, JSONObject obj)
           
 

Uses of JSONObject in com.irisel.util
 

Methods in com.irisel.util that return JSONObject
 JSONObject BaseBean.toJSONObject()