Package de.xima.fc.handler.workflow
Class FormDataHandler
java.lang.Object
de.xima.fc.handler.AMSApiHandler
de.xima.fc.handler.workflow.FormDataHandler
- All Implemented Interfaces:
IAPIHandler
,IFormDataHandler
,Serializable
The Class FormDataHandler.
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Constructor Summary
Constructors -
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
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 class de.xima.fc.handler.AMSApiHandler
getName
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface de.xima.fc.com.interfaces.IAPIHandler
getName
-
Constructor Details
-
FormDataHandler
public FormDataHandler()
-
-
Method Details
-
getFieldValueMap
Gets the flatten form for.- Specified by:
getFieldValueMap
in interfaceIFormDataHandler
v
- the v- Returns:
- the flatten form for
-
instFor
- Specified by:
instFor
in interfaceIFormDataHandler
-
processPostfachDynamicValues
Description copied from interface:IFormDataHandler
Speichern von Formulardaten in die dynamische Tabelle für die Postfachanzeige- Specified by:
processPostfachDynamicValues
in interfaceIFormDataHandler
v
- welchem die Formulardaten angehören- Returns:
- boolean if the values where processed successfully
-
instFor
- Specified by:
instFor
in interfaceIFormDataHandler
-
getFormData
- Specified by:
getFormData
in interfaceIFormDataHandler
-
getFormData
- Specified by:
getFormData
in interfaceIFormDataHandler
-
setFormData
- Specified by:
setFormData
in interfaceIFormDataHandler
-
setFormData
public FormEingang setFormData(UserContext uc, Map<String, List<String>> nvPairs, Vorgang v, FormEingang fe) - Specified by:
setFormData
in interfaceIFormDataHandler
-
getFormDataMap
- Specified by:
getFormDataMap
in interfaceIFormDataHandler
-
getFormDataMap
- Specified by:
getFormDataMap
in interfaceIFormDataHandler
-