public interface ConversationDao extends GenericDao<ConversationModel>
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ConversationModel> |
findUnassignedConversations()
Find Unassigned conversations for agent
|
java.util.List<ConversationModel> findUnassignedConversations()
Copyright © 2018 SAP SE. All Rights Reserved.