| Package | Description |
|---|---|
| de.xima.fc.api.entity |
Package for the API access of the model classes.
|
| de.xima.fc.dao.impl | |
| de.xima.fc.dao.interfaces | |
| de.xima.fc.data | |
| de.xima.fc.entities |
Package für Datenbankentitäten
|
| de.xima.fc.export | |
| de.xima.fc.form.publish | |
| de.xima.fc.gui.bean.project | |
| de.xima.fc.gui.common.model | |
| de.xima.fc.handler.entity | |
| de.xima.fc.handler.interfaces.entity | |
| de.xima.fc.helper |
Package für konkrete Helperklassen
|
| de.xima.fc.interfaces.form | |
| de.xima.fc.transform | |
| de.xima.fc.transform.excel |
| Modifier and Type | Method and Description |
|---|---|
FormElement |
FormElementAPI.getByUUID(UserContext uc,
FormVersion formVersion,
String uuid)
Returns the form element with the given UUID string
|
FormElement |
FormElementAPI.getByUUID(UserContext uc,
FormVersion formVersion,
UUID uuid)
Returns the form element with the given UUID
|
| Modifier and Type | Method and Description |
|---|---|
List<FormElement> |
FormElementAPI.getAllByFormVersion(UserContext uc,
FormVersion fv)
Method for determining all
FormElement objects of a FormVersion. |
List<FormElement> |
FormVersionAPI.getFormElemente(UserContext uc,
FormVersion formVersion)
Method to submit all
FormElements of a FormVersion. |
| Modifier and Type | Method and Description |
|---|---|
FormElement |
FormElementDao.getByUUID(IEntityContext ec,
FormVersion formVersion,
String uuid) |
FormElement |
FormElementDao.getByUUID(IEntityContext ec,
FormVersion formVersion,
UUID uuid) |
| Modifier and Type | Method and Description |
|---|---|
List<FormElement> |
FormElementDao.all(IEntityContext ec,
de.xima.cmn.criteria.QueryCriteriaManager qcm,
FormVersion fv) |
protected IFCDaoActionHook<FormElement> |
FormElementDao.getPreActionHook() |
| Modifier and Type | Method and Description |
|---|---|
FormElement |
IFormElementDao.getByUUID(IEntityContext ec,
FormVersion formVersion,
String uuid)
Returns the form element with the given UUID string
|
FormElement |
IFormElementDao.getByUUID(IEntityContext ec,
FormVersion formVersion,
UUID uuid)
Returns the form element with the given UUID
|
| Modifier and Type | Method and Description |
|---|---|
List<FormElement> |
IFormElementDao.all(IEntityContext ec,
de.xima.cmn.criteria.QueryCriteriaManager qcm,
FormVersion fv) |
| Modifier and Type | Method and Description |
|---|---|
static void |
SaveFormDataHelper.initElementData(List<FormElement> formElemente,
IFormDataAdapter saveData) |
| Modifier and Type | Method and Description |
|---|---|
FormElement |
FormElement.cloneBasics() |
| Modifier and Type | Method and Description |
|---|---|
List<FormElement> |
FormVersion.getFormElemente() |
| Modifier and Type | Method and Description |
|---|---|
void |
FormVersion.addFormElement(FormElement formElement) |
void |
FormVersion.removeFormElement(FormElement formElement) |
| Modifier and Type | Method and Description |
|---|---|
void |
FormVersion.setFormElemente(List<FormElement> formElemente) |
| Modifier and Type | Method and Description |
|---|---|
protected List<FormElement> |
AProjektUtil.getFormElements(FormVersion formVersion)
Methode zum Ermitteln der FormElements
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
AProjektUtil.createFormElements(List<FormElement> formElements,
FormVersion formVersion)
Erzeugt ein FormElement
|
| Modifier and Type | Field and Description |
|---|---|
protected ArrayList<FormElement> |
FormPublishContext.formElemList |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<FormElement> |
FormPublishContext.getFormElemList() |
| Modifier and Type | Method and Description |
|---|---|
List<FormElement> |
BasicDataTableBean.getFormElementsForProjectFormVersion()
Liefert Liste mit allen Formularelementen
|
| Modifier and Type | Method and Description |
|---|---|
FormElement |
FormElementModel.getFormElement()
Ist nur gesetzt wenn Model-Instanz aus
FormElement-Objekt erzeugt wurde |
| Constructor and Description |
|---|
FormElementModel(FormElement fe) |
| Modifier and Type | Method and Description |
|---|---|
FormElement |
FormElementHandler.getByUUID(UserContext uc,
FormVersion formVersion,
String uuid) |
FormElement |
FormElementHandler.getByUUID(UserContext uc,
FormVersion formVersion,
UUID uuid) |
| Modifier and Type | Method and Description |
|---|---|
List<FormElement> |
FormElementHandler.getAllBy(UserContext uc,
FormVersion fv) |
| Modifier and Type | Method and Description |
|---|---|
FormElement |
IFormElementHandler.getByUUID(UserContext uc,
FormVersion formVersion,
String uuid)
Returns the form element with the given UUID string
|
FormElement |
IFormElementHandler.getByUUID(UserContext uc,
FormVersion formVersion,
UUID uuid)
Returns the form element with the given UUID
|
| Modifier and Type | Method and Description |
|---|---|
List<FormElement> |
IFormElementHandler.getAllBy(UserContext uc,
FormVersion fv) |
| Modifier and Type | Method and Description |
|---|---|
FormElement |
FormElementAdapter.read(com.google.gson.stream.JsonReader in) |
| Modifier and Type | Method and Description |
|---|---|
void |
FormElementAdapter.write(com.google.gson.stream.JsonWriter out,
FormElement formElement) |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<FormElement> |
IFormPublishContext.getFormElemList() |
| Modifier and Type | Method and Description |
|---|---|
List<FormElement> |
AFdTransformBuilder.getElementsList(FormVersion formVersion,
HashMap<Long,List<FormElement>> elementMap,
HashMap<Long,Set<String>> variablesMap)
Method to get the list of
FormElements of an FormVersion. |
| Modifier and Type | Method and Description |
|---|---|
List<FormElement> |
AFdTransformBuilder.getElementsList(FormVersion formVersion,
HashMap<Long,List<FormElement>> elementMap,
HashMap<Long,Set<String>> variablesMap)
Method to get the list of
FormElements of an FormVersion. |
| Modifier and Type | Method and Description |
|---|---|
void |
FDToExcelTransformer.fillFieldsList(Map<String,List<String[]>> dataMap,
List<FormElement> feList,
org.apache.poi.ss.usermodel.Row firstRow,
org.apache.poi.ss.usermodel.Row row,
boolean withAlias,
boolean multiline)
Deprecated.
public access will be removed!
|
void |
FDToExcelTransformer.fillFieldsList(Map<String,List<String[]>> dataMap,
List<FormElement> feList,
org.apache.poi.ss.usermodel.Row firstRow,
org.apache.poi.ss.usermodel.Row row,
EColumnLabelType columnLabelType,
Collection<PostfachColumn> inboxColumns,
boolean multiline)
Deprecated.
public access will be removed
|
Copyright © 2020 XIMA MEDIA GmbH. All rights reserved.