Package de.xima.fc.form.edit
Class FormEditValidator
- java.lang.Object
-
- de.xima.fc.form.edit.FormEditValidator
-
public class FormEditValidator extends Object
-
-
Constructor Summary
Constructors Constructor Description FormEditValidator()
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static booleancheckBackupFormVersionContext(XfcSession session, FormVersionBackup backup)Deprecated.static booleancheckCurrentFormVersionContext(XfcSession session, FormVersion fv)Deprecated.static booleancheckEditContext(Mandant client, Projekt project, Benutzer user)Deprecated.
-
-
-
Method Detail
-
checkEditContext
@Deprecated public static boolean checkEditContext(Mandant client, Projekt project, Benutzer user)
Deprecated.
-
checkCurrentFormVersionContext
@Deprecated public static boolean checkCurrentFormVersionContext(XfcSession session, FormVersion fv)
Deprecated.
-
checkBackupFormVersionContext
@Deprecated public static boolean checkBackupFormVersionContext(XfcSession session, FormVersionBackup backup)
Deprecated.
-
-