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:
getClientin interfaceIPluginFormElementCatalogParams- Returns:
- The
clientto which the form belongs.
-
getEntityContext
- Specified by:
getEntityContextin interfaceIPluginFormElementCatalogParams- Returns:
- The current entity context for accessing the database.
-
getFormVersion
- Specified by:
getFormVersionin interfaceIPluginFormElementCatalogParams- Returns:
- The form version for which the catalog contents should be found.
-
getLocale
- Specified by:
getLocalein interfaceIPluginFormElementCatalogParams- Returns:
- The current locale for which the list of catalogs is shown.
-
getProject
- Specified by:
getProjectin interfaceIPluginFormElementCatalogParams- Returns:
- The form containing the
form version.
-