Interface AgentMailEditorTextModuleManipulationInput
-
- All Superinterfaces:
OptionalCategoryProvider
public interface AgentMailEditorTextModuleManipulationInput extends OptionalCategoryProvider
AnAgentMailEditorTextModuleManipulationInput
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.- Since:
- 12.12
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AgentMailEditorViewContext
getAgentMailEditorViewContext()
Returns theAgentMailEditorViewContext
associated with the request to the view componentjava.util.List<TextModuleFirstLevelGroupItem>
getTextModuleFirstLevelGroupItems()
Returns the list ofTextModuleFirstLevelGroupItem
offered 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 Detail
-
getAgentMailEditorViewContext
AgentMailEditorViewContext getAgentMailEditorViewContext()
Returns theAgentMailEditorViewContext
associated with the request to the view component- Returns:
- the
AgentMailEditorViewContext
associated with the request to the view component - Since:
- 12.12
-
getTextModuleFirstLevelGroupItems
java.util.List<TextModuleFirstLevelGroupItem> getTextModuleFirstLevelGroupItems()
Returns the list ofTextModuleFirstLevelGroupItem
offered to the agent in the mail editor view component associated with the request. The list may be modified by other plugins implementing theAgentMailEditorTextModuleListManipulator
interface.- Returns:
- the list of
TextModuleFirstLevelGroupItem
offered to the agent. - Since:
- 12.12
-
-