Package x.operation

Class CheckUserRole

java.lang.Object
x.operation.CheckUserRole

public class CheckUserRole extends Object
  • Constructor Details

    • CheckUserRole

      public CheckUserRole()
  • 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
    • checkRole

      public static String checkRole(ArrayList<String> roleArray) 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)