Package x
Class Noti
java.lang.Object
x.Noti
...
- Author:
- Sakdsitt Likhitmetagool
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringaddMessage(String keyid_c, String type_c, String content_c, String timestamp_c, String contentsJson) Add 1 Message.static intcountMessage(String contentsJson) Count Message.static voidstatic StringremoveMessage(String keyid_c, String contentsJson) Remove 1 Message.static List<th.co.skylogicsystem.skyframework.core.datalayer.XData> ...
-
Field Details
-
EmptyMessages
- See Also:
-
-
Constructor Details
-
Noti
public Noti()
-
-
Method Details
-
addMessage
public static String addMessage(String keyid_c, String type_c, String content_c, String timestamp_c, String contentsJson) throws th.co.skylogicsystem.skyframework.core.utils.web.json.JSONException Add 1 Message.- Throws:
th.co.skylogicsystem.skyframework.core.utils.web.json.JSONException
-
removeMessage
public static String removeMessage(String keyid_c, String contentsJson) throws th.co.skylogicsystem.skyframework.core.utils.web.json.JSONException Remove 1 Message.- Throws:
th.co.skylogicsystem.skyframework.core.utils.web.json.JSONException
-
countMessage
public static int countMessage(String contentsJson) throws th.co.skylogicsystem.skyframework.core.utils.web.json.JSONException Count Message.- Throws:
th.co.skylogicsystem.skyframework.core.utils.web.json.JSONException
-
toXData
public static List<th.co.skylogicsystem.skyframework.core.datalayer.XData> toXData(String contentsJson) throws th.co.skylogicsystem.skyframework.core.utils.web.json.JSONException ...- Throws:
th.co.skylogicsystem.skyframework.core.utils.web.json.JSONException
-
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
-