public class FormProcessUtil extends Object
| Constructor and Description |
|---|
FormProcessUtil() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
checkBotField(IExtendedFormRequestContext ctx)
Methode zum Prüfen, ob das Bot-Feld ausgefüllt wurde
|
static FormEingang |
createFormEingang(IExtendedFormRequestContext ctx,
Vorgang v) |
static Vorgang |
createVorgang(IExtendedFormRequestContext ctx) |
static Map<String,List<String>> |
getFormDataMap(IExtendedFormRequestContext ctx,
Vorgang v) |
static IXForm |
getValidationForm(IExtendedFormRequestContext ctx) |
static Vorgang |
processVorgang(IExtendedFormRequestContext ctx) |
static FormEingang |
updateFormEingang(IExtendedFormRequestContext ctx,
Vorgang v) |
static Vorgang |
updateVorgang(IExtendedFormRequestContext ctx) |
static boolean |
validate(IXForm xform,
IExtendedFormRequestContext ctx) |
public static Vorgang processVorgang(IExtendedFormRequestContext ctx) throws PropertyException, ValidationException
fdaParamMap - - alle 'einfachen' Parameter (keine Uploads)newDataFda - PropertyExceptionValidationExceptionpublic static Map<String,List<String>> getFormDataMap(IExtendedFormRequestContext ctx, Vorgang v)
public static FormEingang createFormEingang(IExtendedFormRequestContext ctx, Vorgang v)
public static FormEingang updateFormEingang(IExtendedFormRequestContext ctx, Vorgang v)
public static Vorgang updateVorgang(IExtendedFormRequestContext ctx) throws PropertyException, ValidationException
PropertyExceptionValidationExceptionpublic static Vorgang createVorgang(IExtendedFormRequestContext ctx) throws PropertyException, ValidationException
PropertyExceptionValidationExceptionpublic static IXForm getValidationForm(IExtendedFormRequestContext ctx) throws Exception
Exceptionpublic static boolean validate(IXForm xform, IExtendedFormRequestContext ctx)
public static boolean checkBotField(IExtendedFormRequestContext ctx)
ctx - IExtendedFormRequestContexttrue wenn das Bot-Feld ausgefüllt wurdeCopyright © 2016. All rights reserved.