Interface ConversationDataManager

    • Method Detail

      • findByIdWithIdentityLinksAndVariables

        ConversationEntity findByIdWithIdentityLinksAndVariables​(String conversationId)
      • updateLastMessageTime

        int updateLastMessageTime​(String conversationId,
                                  Date messageUpdateTime)
      • countConversationsWithLastMessageBetween

        long countConversationsWithLastMessageBetween​(Date from,
                                                      Date until,
                                                      boolean includePrivate,
                                                      boolean includeSticky)
      • findConversationsWithLastMessageBetween

        List<Conversation> findConversationsWithLastMessageBetween​(Date from,
                                                                   Date until,
                                                                   boolean includePrivate,
                                                                   boolean includeSticky)