Interface IPluginMenuEntriesParams
-
- All Superinterfaces:
IPluginParameters
,Serializable
- All Known Implementing Classes:
PluginMenuEntriesParams
public interface IPluginMenuEntriesParams extends IPluginParameters, Serializable
Parameters for a menu entry plugin.- Author:
- XIMA MEDIA GmbH
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description Mandant
getClient()
Getter for the current client of the backend UI.Benutzer
getUser()
Deprecated.Irrelevant for the authorization to the menu entries.
-
-
-
Method Detail
-
getClient
Mandant getClient()
Getter for the current client of the backend UI.- Returns:
Mandant
the current client
-
getUser
@Deprecated Benutzer getUser()
Deprecated.Irrelevant for the authorization to the menu entries. Deprecated since 8.0.0Getter for the current user of the backend UI.- Returns:
Benutzer
the current user
-
-