Interface AgentTicketSendAndCloseActionViewContext
-
- All Superinterfaces:
UserProvider
,ViewContext
public interface AgentTicketSendAndCloseActionViewContext extends ViewContext
This interface is used to provide view context specific information within the novomind iAGENT Desk application for dialogs opened on ticket send and close action validation faults. TheAgentTicketSendAndCloseActionViewContext
can be injected into custom beans used by views displaying a specific error dialog on a previously failed ticket send and close operation. The view url is specified through theAgentTicketActionValidationException.getDialogUrl()
. This interface can only be used within the novomind iAGENT Desk application.- Since:
- 12.4
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AgentTicketSendAndCloseAction
getAgentTicketSendAndCloseAction()
Returns theAgentTicketSendAndCloseAction
object.-
Methods inherited from interface com.novomind.ecom.api.iagent.frontend.ViewContext
getUser
-
-
-
-
Method Detail
-
getAgentTicketSendAndCloseAction
AgentTicketSendAndCloseAction getAgentTicketSendAndCloseAction()
Returns theAgentTicketSendAndCloseAction
object.- Returns:
- the
AgentTicketSendAndCloseAction
- Since:
- 12.4
-
-