Package x

Class XSystemDataModel

java.lang.Object
x.XSystemDataModel

public class XSystemDataModel extends Object
Test class. This file is not formally a member of the org.json library. It is just a casual test tool.
  • Field Details

    • cacheUtility

      public static th.co.skylogicsystem.skyframework.core.utils.cache.CacheUtility cacheUtility
    • authenlogging

      public static String authenlogging
      dbgroup : (For driver that supported only) 1 = log authenlogging, clientstatistic, logging, processlogging, logichistory 2 = logic customdatamodel, customdataview, connectionpool, programlogic 3 = resource filepool, systemproperty, textcontent, textresource, virtualhost 4 = user userprofile, userrole 5 = security clientcredential, authorizcode, accesstoken, authorizscope 6 = separate data group 0 or None = pool data group
    • clientstatistic

      public static String clientstatistic
    • customdatamodel

      public static String customdatamodel
    • customdataview

      public static String customdataview
    • connectionpool

      public static String connectionpool
    • filepool

      public static String filepool
    • logging

      public static String logging
    • logichistory

      public static String logichistory
    • processlogging

      public static String processlogging
    • programlogic

      public static String programlogic
    • systemproperty

      public static String systemproperty
    • textcontent

      public static String textcontent
    • textresource

      public static String textresource
    • userprofile

      public static String userprofile
    • userrole

      public static String userrole
    • virtualhost

      public static String virtualhost
    • clientcredential

      public static String clientcredential
    • authorizcode

      public static String authorizcode
    • accesstoken

      public static String accesstoken
    • authorizscope

      public static String authorizscope
  • Constructor Details

    • XSystemDataModel

      public XSystemDataModel()
  • Method Details

    • getJSONObject

      public static th.co.skylogicsystem.skyframework.core.utils.web.json.JSONObject getJSONObject(String dataModelStr)
      Get JSON Object by data model.
    • getJSONModel

      public static String getJSONModel(String dataModelStr)
      Get JSON Model by data model.
    • getDatabaseJSONObject

      public static th.co.skylogicsystem.skyframework.core.utils.web.json.JSONObject getDatabaseJSONObject(String dataModelStr)
      Get JSON Object by data model.
    • getDatabaseJSONModel

      public static String getDatabaseJSONModel(String dataModelStr) throws Exception
      Get JSON Model from database data model.
      Throws:
      Exception
    • getTable

      public static String getTable(th.co.skylogicsystem.skyframework.core.utils.web.json.JSONObject dataModelStr)
      Get table name from data model.
    • jsonToXDataModel

      public static XDataModel jsonToXDataModel(String jsonModel) throws DinoQException
      SkyLogic JSON data to Class XData model.
      Throws:
      DinoQException
    • jsonToXDataModel

      public static XDataModel jsonToXDataModel(String jsonModel, String dataModelName) throws DinoQException
      SkyLogic JSON data to Class XData model.
      Throws:
      DinoQException