Class DefaultPluginFormElementCatalogParams
- java.lang.Object
-
- de.xima.fc.gui.designer.form.model.DefaultPluginFormElementCatalogParams
-
- All Implemented Interfaces:
IPluginFormElementCatalogParams
public final class DefaultPluginFormElementCatalogParams extends Object implements IPluginFormElementCatalogParams
Default POJO implementation ofIPluginFormElementCatalogParams
.- Since:
- 8.0.1
- Author:
- XIMA MEDIA GmbH
-
-
Constructor Summary
Constructors Constructor Description DefaultPluginFormElementCatalogParams(IEntityContext entityContext, Locale locale, Mandant client, Projekt project, FormVersion formVersion)
Creates a new params POJO with the given data.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Mandant
getClient()
IEntityContext
getEntityContext()
FormVersion
getFormVersion()
Locale
getLocale()
Projekt
getProject()
-
-
-
Constructor Detail
-
DefaultPluginFormElementCatalogParams
public DefaultPluginFormElementCatalogParams(IEntityContext entityContext, Locale locale, Mandant client, Projekt project, FormVersion formVersion)
Creates a new params POJO with the given data.- Parameters:
entityContext
- Value forIPluginFormElementCatalogParams.getEntityContext()
locale
- Value forIPluginFormElementCatalogParams.getLocale()
client
- Value forIPluginFormElementCatalogParams.getClient()
project
- Value forIPluginFormElementCatalogParams.getProject()
formVersion
- Value forIPluginFormElementCatalogParams.getFormVersion()
-
-
Method Detail
-
getClient
public Mandant getClient()
- Specified by:
getClient
in interfaceIPluginFormElementCatalogParams
- Returns:
- The
client
to which the form belongs.
-
getEntityContext
public IEntityContext getEntityContext()
- Specified by:
getEntityContext
in interfaceIPluginFormElementCatalogParams
- Returns:
- The current entity context for accessing the database.
-
getFormVersion
public FormVersion getFormVersion()
- Specified by:
getFormVersion
in interfaceIPluginFormElementCatalogParams
- Returns:
- The form version for which the catalog contents should be found.
-
getLocale
public Locale getLocale()
- Specified by:
getLocale
in interfaceIPluginFormElementCatalogParams
- Returns:
- The current locale for which the list of catalogs is shown.
-
getProject
public Projekt getProject()
- Specified by:
getProject
in interfaceIPluginFormElementCatalogParams
- Returns:
- The form containing the
form version
.
-
-