Class AgentOutgoingMessageFilterMenuItem
- java.lang.Object
-
- com.novomind.ecom.api.imail.common.frontend.menu.AbstractMessageFilterMenuItem<OutgoingMessageInfo>
-
- com.novomind.ecom.api.imail.agent.frontend.menu.AgentOutgoingMessageFilterMenuItem
-
- All Implemented Interfaces:
MessageFilterMenuItem<OutgoingMessageInfo>
,com.novomind.ecom.common.api.attribute.DisplayNamed
,com.novomind.ecom.common.api.attribute.Named
public final class AgentOutgoingMessageFilterMenuItem extends AbstractMessageFilterMenuItem<OutgoingMessageInfo>
This class is used to display a custom outgoing message menu in the novomind iAGENT Desk frontend. It also provides functionality to filter the entries to be displayed.- Since:
- 12.0
-
-
Constructor Summary
Constructors Constructor Description AgentOutgoingMessageFilterMenuItem(java.lang.String name)
Constructs anAgentOutgoingMessageFilterMenuItem
with the given name.
-
Method Summary
-
Methods inherited from class com.novomind.ecom.api.imail.common.frontend.menu.AbstractMessageFilterMenuItem
addSubMenuItem, getDisplayName, getFilter, getIgnoreVisibility, getName, getSubMenuItems, setDisplayName, setFilter, setIgnoreVisibility
-
-
-
-
Constructor Detail
-
AgentOutgoingMessageFilterMenuItem
public AgentOutgoingMessageFilterMenuItem(java.lang.String name)
Constructs anAgentOutgoingMessageFilterMenuItem
with the given name. Please ensure to use a unique name. The name will be used to build the link to the custom view. If you would like to use a different name to be displayed in the frontend please use theAbstractMessageFilterMenuItem.setDisplayName(String)
method.- Parameters:
name
- the unique name to identify this instance ofAgentOutgoingMessageFilterMenuItem
- Since:
- 12.0
-
-