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 of
IPluginFormElementCatalogParams
.- Since:
- 8.0.1
- Author:
- XIMA MEDIA GmbH
-
Constructor Summary
ConstructorsConstructorDescriptionDefaultPluginFormElementCatalogParams
(IEntityContext entityContext, Locale locale, Mandant client, Projekt project, FormVersion formVersion) Creates a new params POJO with the given data. -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
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 Details
-
getClient
- Specified by:
getClient
in interfaceIPluginFormElementCatalogParams
- Returns:
- The
client
to which the form belongs.
-
getEntityContext
- Specified by:
getEntityContext
in interfaceIPluginFormElementCatalogParams
- Returns:
- The current entity context for accessing the database.
-
getFormVersion
- Specified by:
getFormVersion
in interfaceIPluginFormElementCatalogParams
- Returns:
- The form version for which the catalog contents should be found.
-
getLocale
- Specified by:
getLocale
in interfaceIPluginFormElementCatalogParams
- Returns:
- The current locale for which the list of catalogs is shown.
-
getProject
- Specified by:
getProject
in interfaceIPluginFormElementCatalogParams
- Returns:
- The form containing the
form version
.
-