Package x
Class Module
java.lang.Object
x.Module
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidAdd Module to WorkingApp.static voidAdd Module.static StringaddModuleString(String addModule, String modulesJson) Add 1 DataModel.static intcountModules(String modulesJson) xxx.static intcountModules(th.co.skylogicsystem.skyframework.core.datalayer.XData role) xxx.getModules(String modulesJson) xxx.getModules(th.co.skylogicsystem.skyframework.core.datalayer.XData role) xxx.static booleanhaveModuleString(String haveModule, String modulesJson) Have DataModel.static booleanisModulesString(String str) static voidstatic voidremoveModule(String removeModule, String workingApp) Remove Module from WorkingApp.static voidremoveModule(String removeModule, th.co.skylogicsystem.skyframework.core.datalayer.XData role) Remove Module.static StringremoveModuleString(String removeModule, String modulesJson) Remove DataModel.
-
Field Details
-
EmptyModules
- See Also:
-
-
Constructor Details
-
Module
public Module()
-
-
Method Details
-
isModulesString
-
countModules
public static int countModules(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
-
countModules
public static int countModules(String modulesJson) throws th.co.skylogicsystem.skyframework.core.utils.web.json.JSONException xxx.- Throws:
th.co.skylogicsystem.skyframework.core.utils.web.json.JSONException
-
getModules
public static ArrayList<String> getModules(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
-
getModules
public static ArrayList<String> getModules(String modulesJson) throws th.co.skylogicsystem.skyframework.core.utils.web.json.JSONException xxx.- Throws:
th.co.skylogicsystem.skyframework.core.utils.web.json.JSONException
-
addModuleString
public static String addModuleString(String addModule, String modulesJson) throws th.co.skylogicsystem.skyframework.core.utils.web.json.JSONException Add 1 DataModel.- Throws:
th.co.skylogicsystem.skyframework.core.utils.web.json.JSONException
-
removeModuleString
public static String removeModuleString(String removeModule, String modulesJson) throws th.co.skylogicsystem.skyframework.core.utils.web.json.JSONException Remove DataModel.- Throws:
th.co.skylogicsystem.skyframework.core.utils.web.json.JSONException
-
haveModuleString
public static boolean haveModuleString(String haveModule, String modulesJson) throws th.co.skylogicsystem.skyframework.core.utils.web.json.JSONException Have DataModel.- Throws:
th.co.skylogicsystem.skyframework.core.utils.web.json.JSONException
-
addModule
public static void addModule(String addModule, th.co.skylogicsystem.skyframework.core.datalayer.XData role) throws Exception Add Module.- Throws:
Exception
-
removeModule
public static void removeModule(String removeModule, th.co.skylogicsystem.skyframework.core.datalayer.XData role) throws Exception Remove Module.- Throws:
Exception
-
addModule
Add Module to WorkingApp.- Throws:
Exception
-
removeModule
Remove Module from WorkingApp.- 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
-