| Package | Description |
|---|---|
| de.xima.fc |
Konstanten-Klassen, Interfaces und Helper-Klassen
|
| de.xima.fc.api |
Package für den Zugriff auf die API
|
| de.xima.fc.api.entity |
Package für den API-Zugriff auf Modellklassen
|
| de.xima.fc.dao.impl | |
| de.xima.fc.dao.interfaces | |
| de.xima.fc.entities |
Package für Datenbankentitäten
|
| de.xima.fc.export | |
| de.xima.fc.export.helper | |
| de.xima.fc.form.helper | |
| de.xima.fc.form.request | |
| de.xima.fc.gui.bean.application | |
| de.xima.fc.gui.bean.project | |
| de.xima.fc.handler.entity | |
| de.xima.fc.handler.interfaces.entity | |
| de.xima.fc.interfaces.form | |
| de.xima.fc.interfaces.placeholder | |
| de.xima.fc.interfaces.plugin.param.replacer | |
| de.xima.fc.mdl.print | |
| de.xima.fc.mdl.savedata |
Adapterklassen zur Formulardatenverarbeitung
|
| de.xima.fc.placeholder | |
| de.xima.fc.placeholder.replacer | |
| de.xima.fc.plugin.models.params.replacer | |
| de.xima.fc.transform.excel | |
| de.xima.fc.transform.xml | |
| de.xima.fc.utils |
Package für Utilsklassen
|
| de.xima.fc.web.common.fd2 | |
| de.xima.fc.web.common.fd2.model |
| Modifier and Type | Method and Description |
|---|---|
static String |
PathHandler.Web.fd2VersionEditFor(FormVersion fv) |
static String |
PathHandler.Web.fd2VersionEditFor(FormVersion fv,
String baseURL) |
static String |
PathHandler.Web.formPreviewFor(FormVersion fv,
String baseURL) |
static String |
PathHandler.Web.formRequestFor(FormVersion fv,
String baseURL)
Liefert die allgemeine (offizielle und nach außen sichtbare) URL zum Aufruf des Formulars zur übergebenen
Formularversion.
|
| Modifier and Type | Method and Description |
|---|---|
List<String> |
PublicPropertyAccessor.getFormularPlaceholder(Projekt p,
FormVersion fv,
boolean onlyUploads)
Diese Methode dient dazu, Platzhalter für Formularelemente (basierend auf den von
FormElement.getAlias()
geliefertten Werten) zu ermitteln. |
List<String> |
PublicPropertyAccessor.getPlaceholderList(Projekt p,
FormVersion fv,
Aktion a)
Diese Methode dient dazu, alle verfügbaren Platzhalter als Liste von Zeichenketten zu ermitteln.
|
| Modifier and Type | Method and Description |
|---|---|
FormVersion |
FormVersionAPI.create(UserContext uc,
FormVersion formVersion,
boolean isFirstFormVersion)
Methode zum Erstellen einer
FormVersion-Entität. |
FormVersion |
FormVersionAPI.getBy(UserContext uc,
Projekt projekt,
int formVersion)
Methode zum Ermitteln einer
FormVersion basierend auf einem Projekt und einer Versions-Nummer. |
FormVersion |
ProjektAPI.getCurrentFormVersion(UserContext uc,
Projekt projekt,
FrontendServer fs)
Methode zum Ermitteln der Aktuellen FormVersion eines Projekts.
|
| Modifier and Type | Method and Description |
|---|---|
List<FormVersion> |
FormVersionAPI.getByProjekt(UserContext uc,
Projekt projekt)
Methode zum Laden von
FormVersionen eines Projekts. |
| Modifier and Type | Method and Description |
|---|---|
FormVersion |
FormVersionAPI.create(UserContext uc,
FormVersion formVersion,
boolean isFirstFormVersion)
Methode zum Erstellen einer
FormVersion-Entität. |
List<FormElement> |
FormElementAPI.getAllByFormVersion(UserContext uc,
FormVersion fv)
Methode zum Ermitteln aller
FormElement-Objekte einer FormVersions. |
org.json.JSONObject |
FormVersionAPI.getFormAsJSON(UserContext uc,
FormVersion fv)
Diese Methode liefert das JSON zur Erzeugung eines
XForms ohne jegliche Styles. |
String |
FormVersionAPI.getFormAsString(UserContext uc,
FormVersion fv) |
List<FormElement> |
FormVersionAPI.getFormElemente(UserContext uc,
FormVersion formVersion)
Methode zum übermitteln aller
FormElemente einer FormVersion. |
org.json.JSONObject |
FormVersionAPI.mergeFormElemente(UserContext uc,
FormVersion fv) |
void |
FormElementAPI.removeAllFromFormVersion(UserContext uc,
FormVersion fv)
Methode zum Löschen aller FormElemente einer Form-Version
|
| Modifier and Type | Method and Description |
|---|---|
FormVersion |
FormVersionDao.copy(IEntityContext ec,
FormVersion source,
Projekt projekt) |
FormVersion |
FormVersionDao.getBy(IEntityContext ec,
Projekt projekt,
int versionNumber) |
| Modifier and Type | Method and Description |
|---|---|
List<FormVersion> |
FormVersionDao.getByProjekt(IEntityContext ec,
Projekt projekt) |
protected IFCDaoActionHook<FormVersion> |
FormVersionDao.getPostActionHook() |
protected IFCDaoActionHook<FormVersion> |
FormVersionDao.getPreActionHook() |
| Modifier and Type | Method and Description |
|---|---|
List<FormElement> |
FormElementDao.all(IEntityContext ec,
de.xima.cmn.criteria.QueryCriteriaManager qcm,
FormVersion fv) |
List<FormVersionBackup> |
FormVersionBackupDao.allByFormVersion(IEntityContext ec,
FormVersion fv) |
FormVersion |
FormVersionDao.copy(IEntityContext ec,
FormVersion source,
Projekt projekt) |
void |
FormVersionBackupDao.deleteAllByFormVersion(IEntityContext ec,
FormVersion fv) |
void |
FormVersionBackupDao.doBackup(IEntityContext ec,
FormVersion fv,
int maxCount) |
void |
FormElementDao.removeAllFromFormVersion(IEntityContext ec,
FormVersion fv) |
| Modifier and Type | Method and Description |
|---|---|
FormVersion |
IFormVersionDao.copy(IEntityContext ec,
FormVersion source,
Projekt projekt) |
FormVersion |
IFormVersionDao.getBy(IEntityContext ec,
Projekt projekt,
int versionNumber) |
| Modifier and Type | Method and Description |
|---|---|
List<FormVersion> |
IFormVersionDao.getByProjekt(IEntityContext ec,
Projekt projekt) |
| Modifier and Type | Method and Description |
|---|---|
List<FormElement> |
IFormElementDao.all(IEntityContext ec,
de.xima.cmn.criteria.QueryCriteriaManager qcm,
FormVersion fv) |
List<FormVersionBackup> |
IFormVersionBackupDao.allByFormVersion(IEntityContext ec,
FormVersion fv) |
FormVersion |
IFormVersionDao.copy(IEntityContext ec,
FormVersion source,
Projekt projekt) |
void |
IFormVersionBackupDao.deleteAllByFormVersion(IEntityContext ec,
FormVersion fv) |
void |
IFormVersionBackupDao.doBackup(IEntityContext ec,
FormVersion fv,
int maxCount) |
void |
IFormElementDao.removeAllFromFormVersion(IEntityContext ec,
FormVersion fv) |
| Modifier and Type | Method and Description |
|---|---|
FormVersion |
FormVersion.cloneBasics() |
FormVersion |
Projekt.getActiveVersion() |
FormVersion |
Vorgang.getFormVersion() |
FormVersion |
FormVersionDatei.getFormVersion() |
FormVersion |
FormVersionBackup.getFormVersion() |
FormVersion |
FormElement.getFormVersion() |
| Modifier and Type | Method and Description |
|---|---|
List<FormVersion> |
Projekt.getFormVersions() |
| Modifier and Type | Method and Description |
|---|---|
void |
Projekt.addFormVersion(FormVersion formVersion) |
void |
Projekt.removeFormVersion(FormVersion formVersion) |
void |
Projekt.setActiveVersion(FormVersion activeVersion) |
void |
Vorgang.setFormVersion(FormVersion formVersion) |
void |
FormVersionDatei.setFormVersion(FormVersion formVersion) |
void |
FormVersionBackup.setFormVersion(FormVersion formVersion) |
void |
FormElement.setFormVersion(FormVersion formVersion) |
| Modifier and Type | Method and Description |
|---|---|
void |
Projekt.setFormVersions(List<FormVersion> formVersions) |
| Modifier and Type | Method and Description |
|---|---|
protected FormVersion |
AProjektUtil.createActiveFormVersion(FormVersion neueFormversion,
Projekt neuesProjekt,
String formDir)
Erzeugt eine aktive FormVersion
|
| Modifier and Type | Method and Description |
|---|---|
protected FormVersion |
AProjektUtil.createActiveFormVersion(FormVersion neueFormversion,
Projekt neuesProjekt,
String formDir)
Erzeugt eine aktive FormVersion
|
protected void |
AProjektUtil.createFormElements(List<FormElement> formElements,
FormVersion formVersion)
Erzeugt ein FormElement
|
protected void |
AProjektUtil.createFormVersionFile(FormVersion fv,
String targetPath) |
protected List<FormElement> |
AProjektUtil.getFormElements(FormVersion formVersion)
Methode zum Ermitteln der FormElements
|
protected Collection<ProjektRessource> |
AProjektUtil.getProjektRessources(FormVersion formVersion) |
| Modifier and Type | Method and Description |
|---|---|
FormVersion |
FormVersionHelper.create(FormVersion srcFormVersion)
Erzeugt ein neues Objekt in der Datenbank
|
FormVersion |
FormVersionHelper.update(FormVersion srcFormVersion,
FormVersion fvToUpdate)
Aktualisiert ein bestehendes FormVersion-Objekt
|
FormVersion |
FormVersionHelper.update(FormVersion srcformVersion,
String id)
Aktualisiert ein bestehendes FormVersion-Objekt
|
| Modifier and Type | Method and Description |
|---|---|
FormVersion |
FormVersionHelper.create(FormVersion srcFormVersion)
Erzeugt ein neues Objekt in der Datenbank
|
FormVersion |
FormVersionHelper.update(FormVersion srcFormVersion,
FormVersion fvToUpdate)
Aktualisiert ein bestehendes FormVersion-Objekt
|
FormVersion |
FormVersionHelper.update(FormVersion srcformVersion,
String id)
Aktualisiert ein bestehendes FormVersion-Objekt
|
| Modifier and Type | Method and Description |
|---|---|
static String |
URLHelper.previewUrlFor(String context,
Projekt p,
ValueParameters params,
FormVersion formVersion) |
static String |
URLHelper.provideUrlFor(String context,
Projekt p,
ValueParameters params,
FormVersion formVersion,
Vorgang v) |
static String |
URLHelper.submitUrlFor(String context,
Projekt p,
ValueParameters params,
FormVersion formVersion) |
static String |
URLHelper.submitUrlForVorgang(String context,
Projekt p,
ValueParameters params,
FormVersion formVersion,
Vorgang vorgang) |
| Modifier and Type | Method and Description |
|---|---|
FormVersion |
FormRequestContext.getFormVersion() |
| Modifier and Type | Method and Description |
|---|---|
void |
FormRequestContext.setFormVersion(FormVersion formVersion) |
| Modifier and Type | Method and Description |
|---|---|
List<PlaceholderBean.PlaceHolder> |
PlaceholderBean.getFormPlaceholder(FormVersion fv,
boolean onlyUploads) |
| Modifier and Type | Method and Description |
|---|---|
FormVersion |
FormVersionBean.EntityListModelImpl.getNew() |
| Modifier and Type | Method and Description |
|---|---|
IEntityListModel<FormVersion> |
FormVersionBean.getModel() |
| Modifier and Type | Method and Description |
|---|---|
void |
ProjectBean.copy(FormVersion formVersion) |
org.primefaces.model.StreamedContent |
ProjectBean.export(FormVersion formVersion) |
void |
FormVersionBean.EntityListModelImpl.setSelected(FormVersion selected) |
| Modifier and Type | Method and Description |
|---|---|
void |
FormVersionBean.setModel(IEntityListModel<FormVersion> model) |
| Modifier and Type | Method and Description |
|---|---|
FormVersion |
FormVersionHandler.create(UserContext uc,
FormVersion fv,
Boolean setActive)
Creates the.
|
FormVersion |
ProjektHandler.getCurrentFormVersion(UserContext uc,
Projekt projekt,
FrontendServer fs)
Gets the current form version.
|
| Modifier and Type | Method and Description |
|---|---|
List<FormVersion> |
FormVersionHandler.getByProjekt(UserContext uc,
Projekt projekt) |
| Modifier and Type | Method and Description |
|---|---|
FormVersion |
FormVersionHandler.create(UserContext uc,
FormVersion fv,
Boolean setActive)
Creates the.
|
List<FormElement> |
FormElementHandler.getAllBy(UserContext uc,
FormVersion fv) |
void |
FormElementHandler.removeAllFromFormVersion(UserContext uc,
FormVersion fv) |
| Modifier and Type | Method and Description |
|---|---|
FormVersion |
IFormVersionHandler.create(UserContext uc,
FormVersion fv,
Boolean setActive)
Creates the.
|
FormVersion |
IProjektHandler.getCurrentFormVersion(UserContext uc,
Projekt projekt,
FrontendServer fs)
Gets the current form version.
|
| Modifier and Type | Method and Description |
|---|---|
List<FormVersion> |
IFormVersionHandler.getByProjekt(UserContext uc,
Projekt projekt) |
| Modifier and Type | Method and Description |
|---|---|
FormVersion |
IFormVersionHandler.create(UserContext uc,
FormVersion fv,
Boolean setActive)
Creates the.
|
List<FormElement> |
IFormElementHandler.getAllBy(UserContext uc,
FormVersion fv) |
void |
IFormElementHandler.removeAllFromFormVersion(UserContext uc,
FormVersion fv) |
| Modifier and Type | Method and Description |
|---|---|
FormVersion |
IFormRequestContext.getFormVersion() |
| Modifier and Type | Method and Description |
|---|---|
void |
IFormRequestContext.setFormVersion(FormVersion formVersion) |
| Modifier and Type | Method and Description |
|---|---|
String |
IFormValueReplacer.replace(IEntityContext ec,
String placeholder,
String placeholderContent,
IFormDataAdapter fda,
FormVersion fv,
boolean encodeForHTML) |
| Modifier and Type | Method and Description |
|---|---|
FormVersion |
IPluginFormReplacerParams.getFormversion()
Getter für die Formular-Version auf welche die Ersetzung durchgeführt wird
|
| Modifier and Type | Method and Description |
|---|---|
FormVersion |
PrintJob.getFormVersion() |
| Modifier and Type | Method and Description |
|---|---|
void |
PrintJob.setFormVersion(FormVersion formVersion) |
| Modifier and Type | Method and Description |
|---|---|
static IFormDataAdapter |
SaveFormDataFactory.getNewSaveData(FormVersion fv) |
| Modifier and Type | Method and Description |
|---|---|
static String |
PlaceholderReplacer.parseForFormValues(IEntityContext ec,
String text,
IFormDataAdapter fda,
FormVersion fv,
boolean encodeForHTML)
Diese Methode dient dazu, Formularelementplatzhalter durch Formularwerte zu ersetzten.
|
static String |
PlaceholderReplacer.replaceFormValue(IEntityContext ec,
String placeholder,
String placeholderContent,
IFormDataAdapter fda,
FormVersion formversion,
boolean encodeForHTML) |
| Modifier and Type | Method and Description |
|---|---|
String |
DefaultFormValueReplacer.replace(IEntityContext ec,
String placeholder,
String placeholderContent,
IFormDataAdapter fda,
FormVersion fv,
boolean encodeForHTML) |
| Modifier and Type | Method and Description |
|---|---|
FormVersion |
PluginFormReplacerParams.getFormversion() |
| Constructor and Description |
|---|
PluginFormReplacerParams(IEntityContext ec,
String placeholder,
String placeholderContent,
IFormDataAdapter fda,
FormVersion formversion,
boolean encodeForHTML) |
| Modifier and Type | Method and Description |
|---|---|
void |
FDToExcelTransformer.fillFieldsList(Map<String,List<String[]>> dataMap,
IXForm xform,
ArrayList<FieldFdXml> fields,
FormVersion fv,
org.apache.poi.ss.usermodel.Row firstRow,
org.apache.poi.ss.usermodel.Row row,
boolean withAlias)
Füllen einer übergebenen
ArrayList mit FieldFdXml-Objekten auf Basis von Formularwerten. |
| Modifier and Type | Method and Description |
|---|---|
static void |
FDToXmlTransformer.fillFieldsList(Map<String,List<String[]>> dataMap,
IXForm xform,
ArrayList<FieldFdXml> fields,
FormVersion fv,
boolean skipNotExistingValues)
Füllen einer übergebenen
ArrayList mit FieldFdXml-Objekten auf Basis von Formularwerten. |
| Modifier and Type | Method and Description |
|---|---|
static String |
FormDataUtils.fieldNameForAlias(FormVersion fv,
String alias)
Liefert den Formularfeldnamen für das übergebene Alias.
|
| Modifier and Type | Method and Description |
|---|---|
static org.json.JSONObject |
FD2Helper.getFD2FormAsJSON(Projekt pro,
FormVersion fv)
add documentation
|
| Modifier and Type | Method and Description |
|---|---|
FormVersion |
FD2RenderContext.getFormVersion()
Getter für formVersion
|
| Modifier and Type | Method and Description |
|---|---|
void |
FD2RenderContext.setFormVersion(FormVersion formVersion)
Setter des formVersion
|
Copyright © 2016. All rights reserved.