Package x.operation

Class CheckUserProject

java.lang.Object
x.operation.CheckUserProject

public class CheckUserProject extends Object
  • Constructor Details

    • CheckUserProject

      public CheckUserProject()
  • Method Details

    • main

      public static void main(String[] args) throws Exception
      Throws:
      Exception
    • roleJsonToArray

      public static ArrayList<String> roleJsonToArray(String roleJson) throws th.co.skylogicsystem.skyframework.core.utils.web.json.JSONException
      Throws:
      th.co.skylogicsystem.skyframework.core.utils.web.json.JSONException
    • roleArrayToJson

      public static String roleArrayToJson(ArrayList<String> roleArray) throws th.co.skylogicsystem.skyframework.core.utils.web.json.JSONException
      Throws:
      th.co.skylogicsystem.skyframework.core.utils.web.json.JSONException
    • checkProject

      public static String checkProject(ArrayList<String> projectArray) throws th.co.skylogicsystem.skyframework.core.utils.web.json.JSONException
      Throws:
      th.co.skylogicsystem.skyframework.core.utils.web.json.JSONException
    • removeDuplicates

      public static <T> ArrayList<T> removeDuplicates(ArrayList<T> list)