Package x
Class DataModel
java.lang.Object
x.DataModel
....
- Author:
- Sakdsitt Likhitmetagool
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidaddDataModel(String addDataModel, String workingApp) Add DataModel.static voidaddDataModel(String addDataModel, th.co.skylogicsystem.skyframework.core.datalayer.XData role) Add DataModel.static StringaddDataModelString(String addDataModel, String dataModelJson) Add 1 DataModel.static intcountDataModels(String prologicJson) xxx.static intcountDataModels(th.co.skylogicsystem.skyframework.core.datalayer.XData role) xxx.getDataModels(String prologicJson) xxx.getDataModels(th.co.skylogicsystem.skyframework.core.datalayer.XData role) xxx.static booleanhaveDataModelString(String haveDataModel, String dataModelJson) Have DataModel.static booleanisDataModelString(String str) static voidstatic voidremoveDataModel(String addDataModel, String workingApp) Remove DataModel.static voidremoveDataModel(String addDataModel, th.co.skylogicsystem.skyframework.core.datalayer.XData role) Remove DataModel.static StringremoveDataModelString(String removeDataModel, String dataModelJson) Remove DataModel.
-
Field Details
-
EmptyProLogic
- See Also:
-
-
Constructor Details
-
DataModel
public DataModel()
-
-
Method Details
-
isDataModelString
-
countDataModels
public static int countDataModels(th.co.skylogicsystem.skyframework.core.datalayer.XData role) throws th.co.skylogicsystem.skyframework.core.utils.web.json.JSONException xxx.- Throws:
th.co.skylogicsystem.skyframework.core.utils.web.json.JSONException
-
countDataModels
public static int countDataModels(String prologicJson) throws th.co.skylogicsystem.skyframework.core.utils.web.json.JSONException xxx.- Throws:
th.co.skylogicsystem.skyframework.core.utils.web.json.JSONException
-
getDataModels
public static ArrayList<String> getDataModels(th.co.skylogicsystem.skyframework.core.datalayer.XData role) throws th.co.skylogicsystem.skyframework.core.utils.web.json.JSONException xxx.- Throws:
th.co.skylogicsystem.skyframework.core.utils.web.json.JSONException
-
getDataModels
public static ArrayList<String> getDataModels(String prologicJson) throws th.co.skylogicsystem.skyframework.core.utils.web.json.JSONException xxx.- Throws:
th.co.skylogicsystem.skyframework.core.utils.web.json.JSONException
-
addDataModelString
public static String addDataModelString(String addDataModel, String dataModelJson) throws th.co.skylogicsystem.skyframework.core.utils.web.json.JSONException Add 1 DataModel.- Throws:
th.co.skylogicsystem.skyframework.core.utils.web.json.JSONException
-
removeDataModelString
public static String removeDataModelString(String removeDataModel, String dataModelJson) throws th.co.skylogicsystem.skyframework.core.utils.web.json.JSONException Remove DataModel.- Throws:
th.co.skylogicsystem.skyframework.core.utils.web.json.JSONException
-
haveDataModelString
public static boolean haveDataModelString(String haveDataModel, String dataModelJson) throws th.co.skylogicsystem.skyframework.core.utils.web.json.JSONException Have DataModel.- Throws:
th.co.skylogicsystem.skyframework.core.utils.web.json.JSONException
-
addDataModel
public static void addDataModel(String addDataModel, th.co.skylogicsystem.skyframework.core.datalayer.XData role) throws Exception Add DataModel.- Throws:
Exception
-
removeDataModel
public static void removeDataModel(String addDataModel, th.co.skylogicsystem.skyframework.core.datalayer.XData role) throws Exception Remove DataModel.- Throws:
Exception
-
addDataModel
Add DataModel.- Throws:
Exception
-
removeDataModel
Remove DataModel.- Throws:
Exception
-
main
public static void main(String[] args) throws th.co.skylogicsystem.skyframework.core.utils.web.json.JSONException - Throws:
th.co.skylogicsystem.skyframework.core.utils.web.json.JSONException
-