Interface AgentQuickCaseMailEditorTextModuleManipulationInput
- All Superinterfaces:
OptionalCategoryProvider
public interface AgentQuickCaseMailEditorTextModuleManipulationInput
extends OptionalCategoryProvider
An
AgentQuickCaseMailEditorTextModuleManipulationInput provides all information
to manipulate the list of text module first level group items offered to an
agent in the novomind iAGENT Desk mail editor for a quick case.- Since:
- 12.37
-
Method Summary
Modifier and TypeMethodDescriptionReturns theAgentQuickCaseMailEditorViewContextassociated with the request to the view componentReturns the list ofTextModuleFirstLevelGroupItemoffered to the agent in the mail editor view component associated with the request.Methods inherited from interface com.novomind.ecom.api.iagent.provider.OptionalCategoryProvider
getCategory
-
Method Details
-
getAgentQuickCaseMailEditorViewContext
AgentQuickCaseMailEditorViewContext getAgentQuickCaseMailEditorViewContext()Returns theAgentQuickCaseMailEditorViewContextassociated with the request to the view component- Returns:
- the
AgentQuickCaseMailEditorViewContextassociated with the request to the view component - Since:
- 12.37
-
getTextModuleFirstLevelGroupItems
List<TextModuleFirstLevelGroupItem> getTextModuleFirstLevelGroupItems()Returns the list ofTextModuleFirstLevelGroupItemoffered to the agent in the mail editor view component associated with the request.The list may be modified by other plugins implementing the
AgentMailEditorTextModuleListManipulatorinterface.- Returns:
- the list of
TextModuleFirstLevelGroupItemoffered to the agent. - Since:
- 12.37
-