Uses of Class
de.xima.fc.entities.FormVersionBackup
- 
Packages that use FormVersionBackup Package Description de.xima.fc.dao.impl de.xima.fc.dao.interfaces de.xima.fc.form de.xima.fc.form.edit  - 
- 
Uses of FormVersionBackup in de.xima.fc.dao.impl
Methods in de.xima.fc.dao.impl that return types with arguments of type FormVersionBackup Modifier and Type Method Description List<FormVersionBackup>FormVersionBackupDao. allByFormVersion(IEntityContext ec, FormVersion fv) - 
Uses of FormVersionBackup in de.xima.fc.dao.interfaces
Methods in de.xima.fc.dao.interfaces that return types with arguments of type FormVersionBackup Modifier and Type Method Description List<FormVersionBackup>IFormVersionBackupDao. allByFormVersion(IEntityContext ec, FormVersion fv) - 
Uses of FormVersionBackup in de.xima.fc.form
Methods in de.xima.fc.form with parameters of type FormVersionBackup Modifier and Type Method Description static StringFormPublishUtil. getBackupPersistent(IEntityContext ec, FormVersionBackup backup) - 
Uses of FormVersionBackup in de.xima.fc.form.edit
Methods in de.xima.fc.form.edit with parameters of type FormVersionBackup Modifier and Type Method Description static booleanFormEditValidator. checkBackupFormVersionContext(XfcSession session, FormVersionBackup backup)Deprecated. 
 -