Package x

Class Module


public class Module extends Object
  • Field Details

  • Constructor Details

    • Module

      public Module()
  • Method Details

    • isModulesString

      public static boolean isModulesString(String str)
    • 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

      public static void addModule(String addModule, String workingApp) throws Exception
      Add Module to WorkingApp.
      Throws:
      Exception
    • removeModule

      public static void removeModule(String removeModule, String workingApp) throws Exception
      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