Interface ConversationDao

All Superinterfaces:
GenericDao<ConversationModel>
All Known Implementing Classes:
DefaultConversationDao

public interface ConversationDao extends GenericDao<ConversationModel>
DAO to provide methods to query for conversation.
  • Method Details

    • findUnassignedConversations

      List<ConversationModel> findUnassignedConversations()
      Find Unassigned conversations for agent
      Returns:
      the list of ConversationModel