Package x
Class ProLogic
java.lang.Object
x.ProLogic
....
- Author:
- Sakdsitt Likhitmetagool
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidaddProLogic(String addProLogic, String workingApp) Add ProLogic.static voidaddProLogic(String addProLogic, th.co.skylogicsystem.skyframework.core.datalayer.XData role) Add ProLogic.static StringaddProLogicString(String addProLogic, String prologicJson) Add 1 ProLogic.static intcountProLogics(String prologicJson) xxx.static intcountProLogics(th.co.skylogicsystem.skyframework.core.datalayer.XData role) xxx.getProLogics(String prologicJson) xxx.getProLogics(th.co.skylogicsystem.skyframework.core.datalayer.XData role) xxx.static booleanhaveProLogicString(String haveProLogic, String prologicJson) Have ProLogic.static booleanisProLogicString(String str) static voidstatic voidremoveProLogic(String addProLogic, String workingApp) Remove ProLogic.static voidremoveProLogic(String addProLogic, th.co.skylogicsystem.skyframework.core.datalayer.XData role) Remove ProLogic.static StringremoveProLogicString(String removeProLogic, String prologicJson) Remove ProLogic.
-
Field Details
-
EmptyProLogic
- See Also:
-
-
Constructor Details
-
ProLogic
public ProLogic()
-
-
Method Details
-
isProLogicString
-
countProLogics
public static int countProLogics(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
-
countProLogics
public static int countProLogics(String prologicJson) throws th.co.skylogicsystem.skyframework.core.utils.web.json.JSONException xxx.- Throws:
th.co.skylogicsystem.skyframework.core.utils.web.json.JSONException
-
getProLogics
public static ArrayList<String> getProLogics(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
-
getProLogics
public static ArrayList<String> getProLogics(String prologicJson) throws th.co.skylogicsystem.skyframework.core.utils.web.json.JSONException xxx.- Throws:
th.co.skylogicsystem.skyframework.core.utils.web.json.JSONException
-
addProLogicString
public static String addProLogicString(String addProLogic, String prologicJson) throws th.co.skylogicsystem.skyframework.core.utils.web.json.JSONException Add 1 ProLogic.- Throws:
th.co.skylogicsystem.skyframework.core.utils.web.json.JSONException
-
removeProLogicString
public static String removeProLogicString(String removeProLogic, String prologicJson) throws th.co.skylogicsystem.skyframework.core.utils.web.json.JSONException Remove ProLogic.- Throws:
th.co.skylogicsystem.skyframework.core.utils.web.json.JSONException
-
haveProLogicString
public static boolean haveProLogicString(String haveProLogic, String prologicJson) throws th.co.skylogicsystem.skyframework.core.utils.web.json.JSONException Have ProLogic.- Throws:
th.co.skylogicsystem.skyframework.core.utils.web.json.JSONException
-
addProLogic
public static void addProLogic(String addProLogic, th.co.skylogicsystem.skyframework.core.datalayer.XData role) throws Exception Add ProLogic.- Throws:
Exception
-
removeProLogic
public static void removeProLogic(String addProLogic, th.co.skylogicsystem.skyframework.core.datalayer.XData role) throws Exception Remove ProLogic.- Throws:
Exception
-
addProLogic
Add ProLogic.- Throws:
Exception
-
removeProLogic
Remove ProLogic.- 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
-