Package x.operation
Class CheckUserProject
java.lang.Object
x.operation.CheckUserProject
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringcheckProject(ArrayList<String> projectArray) static voidstatic <T> ArrayList<T> removeDuplicates(ArrayList<T> list) static StringroleArrayToJson(ArrayList<String> roleArray) roleJsonToArray(String roleJson)
-
Constructor Details
-
CheckUserProject
public CheckUserProject()
-
-
Method Details
-
main
- 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
-