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