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 MandantgetClient()Getter for the current client of the backend UI.BenutzergetUser()Deprecated.
-
-
-
Method Detail
-
getClient
public Mandant getClient()
Description copied from interface:IPluginMenuEntriesParamsGetter for the current client of the backend UI.- Specified by:
getClientin interfaceIPluginMenuEntriesParams- Returns:
Mandantthe current client
-
getUser
@Deprecated public Benutzer getUser()
Deprecated.Description copied from interface:IPluginMenuEntriesParamsGetter for the current user of the backend UI.- Specified by:
getUserin interfaceIPluginMenuEntriesParams- Returns:
Benutzerthe current user
-
-