Interface AgentPhoneTicketMailEditorTextModuleManipulationInput
- All Superinterfaces:
OptionalCategoryProvider
public interface AgentPhoneTicketMailEditorTextModuleManipulationInput
extends OptionalCategoryProvider
An
AgentPhoneTicketMailEditorTextModuleManipulationInput
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 phone ticket.- Since:
- 12.37
-
Method Summary
Modifier and TypeMethodDescriptionReturns theAgentPhoneTicketMailEditorViewContext
associated with the request to the view componentReturns 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 Details
-
getAgentPhoneTicketMailEditorViewContext
AgentPhoneTicketMailEditorViewContext getAgentPhoneTicketMailEditorViewContext()Returns theAgentPhoneTicketMailEditorViewContext
associated with the request to the view component- Returns:
- the
AgentPhoneTicketMailEditorViewContext
associated with the request to the view component - Since:
- 12.37
-
getTextModuleFirstLevelGroupItems
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 the
AgentMailEditorTextModuleListManipulator
interface.- Returns:
- the list of
TextModuleFirstLevelGroupItem
offered to the agent. - Since:
- 12.37
-