MessageDB class
Methods
-
deleteWithChannel(String channelId, int channelType)
→ Future<int>
-
-
deleteWithMessageIDs(List<String> msgIds)
→ Future<int>
-
-
getDeletedCount(int minMessageSeq, int maxMessageSeq, String channelID, int channelType)
→ Future<int>
-
-
-
getMap(WKMsg msg)
→ dynamic
-
-
getMaxMessageSeq(String channelID, int channelType)
→ Future<int>
-
-
getMessages(String channelId, int channelType, int oldestOrderSeq, bool contain, int pullMode, int limit)
→ Future<List<WKMsg>>
-
-
getMsgSeq(String channelID, int channelType, int oldestOrderSeq, int pullMode)
→ Future<int>
-
-
getOrderSeq(String channelID, int channelType, int maxOrderSeq, int limit)
→ Future<int>
-
-
getOrSyncHistoryMessages(String channelId, int channelType, int oldestOrderSeq, bool contain, int pullMode, int limit, dynamic iGetOrSyncHistoryMsgBack(List<WKMsg>), dynamic syncBack())
→ void
-
-
insert(WKMsg msg)
→ Future<int>
-
-
-
insertMsgList(List<WKMsg> list)
→ Future<bool>
-
-
-
isExist(String clientMsgNo)
→ Future<bool>
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
-
queryMaxOrderSeq(String channelID, int channelType)
→ Future<int>
-
-
queryMaxOrderSeqMsgWithChannel(String channelID, int channelType)
→ Future<WKMsg?>
-
-
-
-
-
queryWithClientMsgNo(String clientMsgNo)
→ Future<WKMsg?>
-
-
queryWithClientMsgNos(List<String> clientMsgNos)
→ Future<List<WKMsg>>
-
-
queryWithClientSeq(int clientSeq)
→ Future<WKMsg?>
-
-
queryWithMessageIds(List<String> messageIds)
→ Future<List<WKMsg>>
-
-
search(String keyword)
→ Future<List<WKMessageSearchResult>>
-
-
searchMsgWithChannelAndContentTypes(String channelID, int channelType, int oldestOrderSeq, int limit, List<int> contentTypes)
→ Future<List<WKMsg>>
-
-
searchWithChannel(String keyword, String channelId, int channelType)
→ Future<List<WKMsg>>
-
-
toString()
→ String
-
A string representation of this object.
inherited
-
updateMsg(WKMsg msg)
→ Future<int>
-
-
updateMsgWithField(dynamic map, int clientSeq)
→ Future<int>
-
-
updateMsgWithFieldAndClientMsgNo(dynamic map, String clientMsgNO)
→ Future<int>
-
-
updateSendingMsgFail()
→ dynamic
-