Package de.xima.fc.data
Class SaveFormDataInitializer
java.lang.Object
de.xima.fc.data.SaveFormDataInitializer
Instanziiert Formdata-Adapter für die verschiedenen Formulartypen
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic IFormDataAdapterextendXFormData(IEntityContext ec, Vorgang vorgang, FormVersion formVersion, IFormDataAdapter fdaData, IXForm xform, IXFormRenderConfig config) static IFormDataAdapterextendXFormData(IEntityContext ec, Vorgang vorgang, IFormDataAdapter fdaData, IXForm xform) Deprecated.static IFormDataAdapterextendXFormData(IEntityContext ec, Vorgang vorgang, IFormDataAdapter fdaData, IXForm xform, IXFormRenderConfig config) static IFormDataAdapterinitBy(XForm form, Map<String, List<String>> dataMap, Map<String, List<org.apache.commons.fileupload.FileItem>> uploadMap) static IFormDataAdapterinitBy(IEntityContext ec, FormEingang fe) static IFormDataAdapterinitBy(IEntityContext ec, FormVersion formVersion) static IFormDataAdapterinitBy(IEntityContext ec, Vorgang v) static IFormDataAdapter
-
Constructor Details
-
SaveFormDataInitializer
public SaveFormDataInitializer()
-
-
Method Details
-
initBy
-
initBy
public static IFormDataAdapter initBy(IEntityContext ec, Map<String, List<String>> dataMap, Vorgang v) -
initBy
-
initBy
- Parameters:
ec- the entity context to create the formdata withformVersion- the formversion to create the formdata with- Returns:
- the created
IFormDataAdapter
-
initBy
public static IFormDataAdapter initBy(XForm form, Map<String, List<String>> dataMap, Map<String, List<org.apache.commons.fileupload.FileItem>> uploadMap) - Parameters:
form- the form to create the formdata with- Returns:
- the created
IFormDataAdapter
-
extendXFormData
@Deprecated public static IFormDataAdapter extendXFormData(IEntityContext ec, Vorgang vorgang, IFormDataAdapter fdaData, IXForm xform) -
extendXFormData
public static IFormDataAdapter extendXFormData(IEntityContext ec, Vorgang vorgang, IFormDataAdapter fdaData, IXForm xform, IXFormRenderConfig config) -
extendXFormData
public static IFormDataAdapter extendXFormData(IEntityContext ec, Vorgang vorgang, FormVersion formVersion, IFormDataAdapter fdaData, IXForm xform, IXFormRenderConfig config)
-
extendXFormData(IEntityContext, Vorgang, IFormDataAdapter, IXForm, IXFormRenderConfig)