Interface AgentQuickCaseMailInfoViewContext
-
- All Superinterfaces:
AgentEditorControllerProvider
,IssueProvider
,IssueViewContext
,MailInfoViewContext
,MessageInfo
,TicketProvider
,UserProvider
,ViewContext
- All Known Subinterfaces:
AgentPhoneTicketMailInfoViewContext
public interface AgentQuickCaseMailInfoViewContext extends MailInfoViewContext, AgentEditorControllerProvider
This interface is used to provide view context specific information for mails within the agent application displaying a quick case tickets for this agent. This interface cannot be used within the iAGENT Supervisor application.- Since:
- 10.0.24
-
-
Method Summary
-
Methods inherited from interface com.novomind.ecom.api.imail.provider.AgentEditorControllerProvider
getAgentEditorController
-
Methods inherited from interface com.novomind.ecom.api.iagent.frontend.IssueViewContext
getIssue
-
Methods inherited from interface com.novomind.ecom.api.imail.common.frontend.mailinfo.MailInfoViewContext
getViewUrl
-
Methods inherited from interface com.novomind.ecom.api.imail.model.MessageInfo
getTicketId
-
Methods inherited from interface com.novomind.ecom.api.imail.provider.TicketProvider
getTicket
-
Methods inherited from interface com.novomind.ecom.api.iagent.frontend.ViewContext
getUser
-
-