Uses of Class
de.xima.fc.entities.FormVersionBackup
Packages that use FormVersionBackup
Package
Description
Package für Datenbankentitäten
-
Uses of FormVersionBackup in de.xima.fc.dao.impl
Subclasses with type arguments of type FormVersionBackup in de.xima.fc.dao.implModifier and TypeClassDescriptionclassThe default implementation ofIFormVersionBackupDaothat can be accessed viaDaoProvider.Methods in de.xima.fc.dao.impl that return types with arguments of type FormVersionBackupModifier and TypeMethodDescriptionFormVersionBackupDao.allByFormVersion(IEntityContext ec, FormVersion fv) -
Uses of FormVersionBackup in de.xima.fc.dao.interfaces
Subinterfaces with type arguments of type FormVersionBackup in de.xima.fc.dao.interfacesMethods in de.xima.fc.dao.interfaces that return types with arguments of type FormVersionBackupModifier and TypeMethodDescriptionIFormVersionBackupDao.allByFormVersion(IEntityContext ec, FormVersion fv) -
Uses of FormVersionBackup in de.xima.fc.entities
Subclasses with type arguments of type FormVersionBackup in de.xima.fc.entities -
Uses of FormVersionBackup in de.xima.fc.form
Methods in de.xima.fc.form with parameters of type FormVersionBackupModifier and TypeMethodDescriptionstatic 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 FormVersionBackupModifier and TypeMethodDescriptionstatic booleanFormEditValidator.checkBackupFormVersionContext(XfcSession session, FormVersionBackup backup) Deprecated.
UserMgmtUtils.canEditProject(de.xima.fc.interfaces.user.IUser, Projekt)instead.