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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<ConversationModel>findUnassignedConversations()Find Unassigned conversations for agent
-
-
-
Method Detail
-
findUnassignedConversations
java.util.List<ConversationModel> findUnassignedConversations()
Find Unassigned conversations for agent- Returns:
- the list of ConversationModel
-
-