Class PluginMenuEntriesParams
- java.lang.Object
-
- de.xima.fc.plugin.models.params.backend.PluginMenuEntriesParams
-
- All Implemented Interfaces:
IPluginParameters
,IPluginMenuEntriesParams
,Serializable
public class PluginMenuEntriesParams extends Object implements IPluginMenuEntriesParams
- Author:
- XIMA MEDIA GmbH
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PluginMenuEntriesParams(Mandant client, Benutzer user)
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Mandant
getClient()
Getter for the current client of the backend UI.Benutzer
getUser()
Deprecated.
-
-
-
Method Detail
-
getClient
public Mandant getClient()
Description copied from interface:IPluginMenuEntriesParams
Getter for the current client of the backend UI.- Specified by:
getClient
in interfaceIPluginMenuEntriesParams
- Returns:
Mandant
the current client
-
getUser
@Deprecated public Benutzer getUser()
Deprecated.Description copied from interface:IPluginMenuEntriesParams
Getter for the current user of the backend UI.- Specified by:
getUser
in interfaceIPluginMenuEntriesParams
- Returns:
Benutzer
the current user
-
-