Interface ConversationDao
- All Superinterfaces:
GenericDao<ConversationModel>
- All Known Implementing Classes:
DefaultConversationDao
DAO to provide methods to query for conversation.
-
Method Summary
Modifier and TypeMethodDescriptionFind Unassigned conversations for agent
-
Method Details
-
findUnassignedConversations
List<ConversationModel> findUnassignedConversations()Find Unassigned conversations for agent- Returns:
- the list of ConversationModel
-