Package | Description |
---|---|
de.xima.fc.api.entity |
Package für den API-Zugriff auf Modellklassen
|
de.xima.fc.api.workflow |
Package für den API-Zugriff auf Workflowverarbeitung
|
de.xima.fc.bl.fdv.savedata | |
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.form | |
de.xima.fc.form.persist | |
de.xima.fc.handler.entity | |
de.xima.fc.handler.interfaces.entity | |
de.xima.fc.handler.interfaces.workflow | |
de.xima.fc.handler.workflow | |
de.xima.fc.interfaces.form |
Modifier and Type | Method and Description |
---|---|
FormEingang |
FormEingangAPI.create(UserContext uc,
FormEingang formEingang,
Benutzer vorgangsOwner,
Benutzer benutzer)
Methode zum Erzeugen eines
FormEingang s. |
FormEingang |
FormEingangAPI.mostCurrent(UserContext uc,
Vorgang vorgang)
Methode zum ermitteln der aktuellsten
FormEingang -Elemente. |
Modifier and Type | Method and Description |
---|---|
List<FormEingang> |
FormEingangAPI.getAllByPostfost(UserContext uc,
Postfach postfach)
Methode zum Ermitteln aller
FormEingang -Objekte eines Postfach s. |
List<FormEingang> |
FormEingangAPI.getAllByVorgang(UserContext uc,
Vorgang vorgang)
Methode zum Ermitteln aller
FormEingang -Objekte eines Vorgang s. |
List<FormEingang> |
FormEingangAPI.getCurrentsByPostfost(UserContext uc,
Postfach postfach)
Methode zum Ermitteln aller aktuellen
FormEingang -Objekte eines Postfach s. |
Modifier and Type | Method and Description |
---|---|
FormEingang |
FormEingangAPI.create(UserContext uc,
FormEingang formEingang,
Benutzer vorgangsOwner,
Benutzer benutzer)
Methode zum Erzeugen eines
FormEingang s. |
Modifier and Type | Method and Description |
---|---|
FormEingang |
FormDataAPI.setFormData(UserContext uc,
Map<String,List<String>> nvPairs,
Vorgang v,
FormEingang fe) |
Modifier and Type | Method and Description |
---|---|
String |
FormDataAPI.getFormData(UserContext uc,
FormEingang fe) |
Map<String,List<String>> |
FormDataAPI.getFormDataMap(UserContext uc,
FormEingang fe) |
IFormDataAdapter |
FormDataAPI.instFor(UserContext uc,
FormEingang fe) |
FormEingang |
FormDataAPI.setFormData(UserContext uc,
Map<String,List<String>> nvPairs,
Vorgang v,
FormEingang fe) |
Modifier and Type | Method and Description |
---|---|
static IFormDataAdapter |
SaveFormDataAdapter.instFor(IEntityContext ec,
FormEingang fe)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
FormEingang |
FormEingangDao.create(IEntityContext ec,
FormEingang fe,
Benutzer owner,
Benutzer updater) |
FormEingang |
FormEingangDao.mostCurrent(IEntityContext ec,
Vorgang v) |
FormEingang |
FormEingangDao.setFormData(IEntityContext ec,
FormEingang fe,
String formData) |
Modifier and Type | Method and Description |
---|---|
List<FormEingang> |
FormEingangDao.all(IEntityContext ec,
de.xima.cmn.criteria.QueryCriteriaManager qcm,
Postfach pf) |
List<FormEingang> |
FormEingangDao.all(IEntityContext ec,
Vorgang v) |
protected IFCDaoActionHook<FormEingang> |
FormEingangDao.getPreActionHook() |
Modifier and Type | Method and Description |
---|---|
FormEingang |
FormEingangDao.create(IEntityContext ec,
FormEingang fe,
Benutzer owner,
Benutzer updater) |
List<EingabeWerte> |
EingabeWerteDao.getAllBy(IEntityContext ec,
FormEingang fe) |
String |
FormEingangDao.getFormData(IEntityContext ec,
FormEingang fe) |
FormEingang |
FormEingangDao.setFormData(IEntityContext ec,
FormEingang fe,
String formData) |
Modifier and Type | Method and Description |
---|---|
FormEingang |
IFormEingangDao.create(IEntityContext ec,
FormEingang fe,
Benutzer owner,
Benutzer updater) |
FormEingang |
IFormEingangDao.mostCurrent(IEntityContext ec,
Vorgang v)
Speziell: für 'Portal'-Zeug
|
FormEingang |
IFormEingangDao.setFormData(IEntityContext ec,
FormEingang fe,
String formData) |
Modifier and Type | Method and Description |
---|---|
List<FormEingang> |
IFormEingangDao.all(IEntityContext ec,
de.xima.cmn.criteria.QueryCriteriaManager qcm,
Postfach pf)
Speziell: für Export-Zeug (alle FormEingänge der Vorgänge im übergebenen Postfach)
|
List<FormEingang> |
IFormEingangDao.all(IEntityContext ec,
Vorgang v) |
Modifier and Type | Method and Description |
---|---|
FormEingang |
IFormEingangDao.create(IEntityContext ec,
FormEingang fe,
Benutzer owner,
Benutzer updater) |
List<EingabeWerte> |
IEingabeWerteDao.getAllBy(IEntityContext ec,
FormEingang fe)
Deprecated.
|
String |
IFormEingangDao.getFormData(IEntityContext ec,
FormEingang fe) |
FormEingang |
IFormEingangDao.setFormData(IEntityContext ec,
FormEingang fe,
String formData) |
Modifier and Type | Method and Description |
---|---|
static IFormDataAdapter |
SaveFormDataInitializer.initBy(IEntityContext ec,
FormEingang fe) |
Modifier and Type | Method and Description |
---|---|
FormEingang |
Vorgang.getCurrentFormeingang() |
FormEingang |
EingabeWerte.getFormEingang() |
FormEingang |
Attachment.getFormEingang() |
FormEingang |
FormEingangDatei.getFormEingang() |
Modifier and Type | Method and Description |
---|---|
List<FormEingang> |
Vorgang.getFormeingaenge() |
Modifier and Type | Method and Description |
---|---|
void |
Vorgang.addFormeingang(FormEingang formeingang) |
void |
Vorgang.removeFormeingang(FormEingang formeingang) |
void |
Vorgang.setCurrentFormeingang(FormEingang currentFormeingang) |
void |
EingabeWerte.setFormEingang(FormEingang formEingang) |
void |
Attachment.setFormEingang(FormEingang formEingang) |
void |
FormEingangDatei.setFormEingang(FormEingang formEingang) |
Modifier and Type | Method and Description |
---|---|
void |
Vorgang.setFormeingaenge(List<FormEingang> formeingaenge) |
Constructor and Description |
---|
EingabeWerte(FormEingang formEingang,
String alias,
String wert) |
Modifier and Type | Method and Description |
---|---|
static FormEingang |
FormProcessUtil.createFormEingang(IFormRequestContext requestCtx,
Vorgang v)
Deprecated.
|
static FormEingang |
FormProcessUtil.updateFormEingang(IFormRequestContext requestCtx,
Vorgang v)
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
protected FormEingang |
FormPersistContext.formEingang |
Modifier and Type | Method and Description |
---|---|
FormEingang |
FormPersistContext.getFormEingang() |
Modifier and Type | Method and Description |
---|---|
void |
FormPersistContext.setFormEingang(FormEingang formEingang) |
Modifier and Type | Method and Description |
---|---|
FormEingang |
FormEingangHandler.create(UserContext uc,
FormEingang fe,
Benutzer vorgangsOwner,
Benutzer benutzer)
Creates the.
|
FormEingang |
FormEingangHandler.mostCurrent(UserContext uc,
Vorgang v)
Most current.
|
Modifier and Type | Method and Description |
---|---|
List<FormEingang> |
FormEingangHandler.getAllBy(UserContext uc,
Postfach pf)
Gets the all by.
|
List<FormEingang> |
FormEingangHandler.getAllBy(UserContext uc,
Vorgang v) |
List<FormEingang> |
FormEingangHandler.getCurrentsBy(UserContext uc,
Postfach pf) |
Modifier and Type | Method and Description |
---|---|
FormEingang |
FormEingangHandler.create(UserContext uc,
FormEingang fe,
Benutzer vorgangsOwner,
Benutzer benutzer)
Creates the.
|
Modifier and Type | Method and Description |
---|---|
FormEingang |
IFormEingangHandler.create(UserContext uc,
FormEingang fe,
Benutzer vorgangsOwner,
Benutzer benutzer)
Creates the.
|
FormEingang |
IFormEingangHandler.mostCurrent(UserContext uc,
Vorgang v)
Most current.
|
Modifier and Type | Method and Description |
---|---|
List<FormEingang> |
IFormEingangHandler.getAllBy(UserContext uc,
Postfach pf)
Gets the all by.
|
List<FormEingang> |
IFormEingangHandler.getAllBy(UserContext uc,
Vorgang v) |
List<FormEingang> |
IFormEingangHandler.getCurrentsBy(UserContext uc,
Postfach pf) |
Modifier and Type | Method and Description |
---|---|
FormEingang |
IFormEingangHandler.create(UserContext uc,
FormEingang fe,
Benutzer vorgangsOwner,
Benutzer benutzer)
Creates the.
|
List<EingabeWerte> |
IEingabeWerteHandler.getAllBy(UserContext uc,
FormEingang fe) |
Modifier and Type | Method and Description |
---|---|
FormEingang |
IFormDataHandler.setFormData(UserContext uc,
Map<String,List<String>> nvPairs,
Vorgang v,
FormEingang fe) |
Modifier and Type | Method and Description |
---|---|
String |
IFormDataHandler.getFormData(UserContext uc,
FormEingang fe) |
Map<String,List<String>> |
IFormDataHandler.getFormDataMap(UserContext uc,
FormEingang fe) |
IFormDataAdapter |
IFormDataHandler.instFor(UserContext uc,
FormEingang fe) |
FormEingang |
IFormDataHandler.setFormData(UserContext uc,
Map<String,List<String>> nvPairs,
Vorgang v,
FormEingang fe) |
Modifier and Type | Method and Description |
---|---|
FormEingang |
FormDataHandler.setFormData(UserContext uc,
Map<String,List<String>> nvPairs,
Vorgang v,
FormEingang fe) |
Modifier and Type | Method and Description |
---|---|
String |
FormDataHandler.getFormData(UserContext uc,
FormEingang fe) |
Map<String,List<String>> |
FormDataHandler.getFormDataMap(UserContext uc,
FormEingang fe) |
IFormDataAdapter |
FormDataHandler.instFor(UserContext uc,
FormEingang fe) |
FormEingang |
FormDataHandler.setFormData(UserContext uc,
Map<String,List<String>> nvPairs,
Vorgang v,
FormEingang fe) |
Modifier and Type | Method and Description |
---|---|
FormEingang |
IFormPersistContext.getFormEingang() |
Modifier and Type | Method and Description |
---|---|
void |
IFormPersistContext.setFormEingang(FormEingang formEingang) |
Copyright © 2018 XIMA MEDIA GmbH. All rights reserved.