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 Modifier and Type Method Description static booleancheckBackupFormVersionContext(XfcSession session, FormVersionBackup backup)static booleancheckCurrentFormVersionContext(XfcSession session, FormVersion fv)static booleancheckEditContext(Mandant client, Projekt project, Benutzer user)
-
-
-
Method Detail
-
checkEditContext
public static boolean checkEditContext(Mandant client, Projekt project, Benutzer user)
-
checkCurrentFormVersionContext
public static boolean checkCurrentFormVersionContext(XfcSession session, FormVersion fv)
-
checkBackupFormVersionContext
public static boolean checkBackupFormVersionContext(XfcSession session, FormVersionBackup backup)
-
-