Interface IFormDataHandler
- All Superinterfaces:
IAPIHandler
,Serializable
- All Known Implementing Classes:
FormDataHandler
- Author:
- XIMA MEDIA GmbH
-
Method Summary
Modifier and TypeMethodDescriptiongetFieldValueMap
(UserContext uc, Vorgang v) Gets the flatten form for.getFormData
(UserContext uc, FormEingang fe) getFormData
(UserContext uc, Vorgang v) getFormDataMap
(UserContext uc, FormEingang fe) getFormDataMap
(UserContext uc, Vorgang v) instFor
(UserContext uc, FormEingang fe) instFor
(UserContext uc, Vorgang v) boolean
processPostfachDynamicValues
(UserContext uc, Vorgang process) Speichern von Formulardaten in die dynamische Tabelle für die PostfachanzeigesetFormData
(UserContext uc, Map<String, List<String>> nvPairs, Vorgang v) setFormData
(UserContext uc, Map<String, List<String>> nvPairs, Vorgang v, FormEingang fe) Methods inherited from interface de.xima.fc.com.interfaces.IAPIHandler
getName
-
Method Details
-
getFieldValueMap
Gets the flatten form for.- Parameters:
v
- the v- Returns:
- the flatten form for
-
instFor
-
processPostfachDynamicValues
Speichern von Formulardaten in die dynamische Tabelle für die Postfachanzeige- Parameters:
process
- welchem die Formulardaten angehören- Returns:
- boolean if the values where processed successfully
-
instFor
-
getFormData
-
getFormData
-
setFormData
-
setFormData
FormEingang setFormData(UserContext uc, Map<String, List<String>> nvPairs, Vorgang v, FormEingang fe) -
getFormDataMap
-
getFormDataMap
-