Package de.xima.fc.data
Class SaveFormDataInitializer
- java.lang.Object
-
- de.xima.fc.data.SaveFormDataInitializer
-
public class SaveFormDataInitializer extends Object
Instanziiert Formdata-Adapter für die verschiedenen Formulartypen
-
-
Constructor Summary
Constructors Constructor Description SaveFormDataInitializer()
-
Method Summary
-
-
-
Method Detail
-
initBy
public static IFormDataAdapter initBy(IEntityContext ec, Vorgang v)
-
initBy
public static IFormDataAdapter initBy(IEntityContext ec, Map<String,List<String>> dataMap, Vorgang v)
-
initBy
public static IFormDataAdapter initBy(IEntityContext ec, FormEingang fe)
-
initBy
public static IFormDataAdapter initBy(IEntityContext ec, FormVersion formVersion)
- 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
-
initWithCache
public static IFormDataAdapter initWithCache(IEntityContext ec, Vorgang formRecord, FormEingang formRecordData, Map<Long,List<FormElement>> formElementCache)
-
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)
-
-