public class FormVersionDao extends ProjektDependentBaseDao<FormVersion> implements IFormVersionDao
Constructor and Description |
---|
FormVersionDao() |
Modifier and Type | Method and Description |
---|---|
int |
calcNewVersionNumber(IEntityContext ec,
Projekt projekt) |
FormVersion |
copy(IEntityContext ec,
FormVersion source,
Projekt projekt) |
FormVersion |
getBy(IEntityContext ec,
Projekt projekt,
int versionNumber) |
List<FormVersion> |
getByProjekt(IEntityContext ec,
Projekt projekt) |
Set<de.xima.cmn.dao.interfaces.IEntity> |
getEntityRefs(IEntityContext ec,
FormVersion formversion) |
protected IFCDaoActionHook<FormVersion> |
getPostActionHook() |
protected IFCDaoActionHook<FormVersion> |
getPreActionHook() |
activate, all, bulkDelete, bulkUpdate, cb, checkLockingVersion, cq, create, create, delete, deleteAll, executePagedDaoAction, notifyListener, notifyListener, read, registerListener, registerListener, resultTotalCount, rollback, singleElement, unregisterListener, unregisterListener, update, update
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
all, bulkDelete, bulkUpdate, checkLockingVersion, create, create, delete, deleteAll, executePagedDaoAction, read, registerListener, registerListener, resultTotalCount, singleElement, unregisterListener, unregisterListener, update, update
public Set<de.xima.cmn.dao.interfaces.IEntity> getEntityRefs(IEntityContext ec, FormVersion formversion)
getEntityRefs
in interface IGenericDao<FormVersion>
getEntityRefs
in class GenericDao<FormVersion>
public List<FormVersion> getByProjekt(IEntityContext ec, Projekt projekt)
getByProjekt
in interface IFormVersionDao
public FormVersion getBy(IEntityContext ec, Projekt projekt, int versionNumber)
getBy
in interface IFormVersionDao
public int calcNewVersionNumber(IEntityContext ec, Projekt projekt)
calcNewVersionNumber
in interface IFormVersionDao
public FormVersion copy(IEntityContext ec, FormVersion source, Projekt projekt) throws de.xima.cmn.dao.exceptions.CreateException
copy
in interface IFormVersionDao
de.xima.cmn.dao.exceptions.CreateException
protected IFCDaoActionHook<FormVersion> getPreActionHook()
getPreActionHook
in class GenericDao<FormVersion>
protected IFCDaoActionHook<FormVersion> getPostActionHook()
getPostActionHook
in class GenericDao<FormVersion>
Copyright © 2018 XIMA MEDIA GmbH. All rights reserved.