public class FormVersionBackupDao extends GenericDao<FormVersionBackup> implements IFormVersionBackupDao
| Constructor and Description |
|---|
FormVersionBackupDao() |
| Modifier and Type | Method and Description |
|---|---|
List<FormVersionBackup> |
allByFormVersion(IEntityContext ec,
FormVersion fv) |
void |
deleteAllByFormVersion(IEntityContext ec,
FormVersion fv) |
void |
doBackup(IEntityContext ec,
FormVersion fv,
int maxCount) |
getEntityRefs, getPostActionHook, getPreActionHookactivate, all, cb, checkLockingVersion, cq, create, create, delete, deleteAll, executePagedDaoAction, read, registerListener, resultTotalCount, rollback, singleElement, unregisterListener, update, updateclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetEntityRefspublic List<FormVersionBackup> allByFormVersion(IEntityContext ec, FormVersion fv)
allByFormVersion in interface IFormVersionBackupDaopublic void deleteAllByFormVersion(IEntityContext ec, FormVersion fv)
deleteAllByFormVersion in interface IFormVersionBackupDaopublic void doBackup(IEntityContext ec, FormVersion fv, int maxCount)
doBackup in interface IFormVersionBackupDaoCopyright © 2016. All rights reserved.