Package de.xima.fc.dao.impl
Class FormVersionDao
- java.lang.Object
 - 
- de.xima.cmn.dao.AbstractDao<T,Long,IEntityContext>
 - 
- de.xima.fc.dao.impl.GenericDao<E>
 - 
- de.xima.fc.dao.impl.ProjektDependentBaseDao<FormVersion>
 - 
- de.xima.fc.dao.impl.FormVersionDao
 
 
 
 
 
- 
- All Implemented Interfaces:
 de.xima.cmn.dao.interfaces.IAbstractDao<FormVersion,Long,IEntityContext>,IFormVersionDao,IGenericDao<FormVersion>,IProjektDependentBaseDao<FormVersion>
public class FormVersionDao extends ProjektDependentBaseDao<FormVersion> implements IFormVersionDao
 
- 
- 
Constructor Summary
Constructors Constructor Description FormVersionDao() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcalcNewVersionNumber(IEntityContext ec, Projekt projekt)FormVersioncopy(IEntityContext ec, FormVersion source, Projekt projekt)FormVersiongetBy(IEntityContext ec, Projekt projekt, int versionNumber)List<FormVersion>getByProjekt(IEntityContext ec, Projekt projekt)FormVersiongetByUUID(IEntityContext ec, Projekt project, String uuid)Returns the form version for the given UUID string and projectFormVersiongetByUUID(IEntityContext ec, Projekt project, UUID uuid)Returns the form version for the given UUID and projectSet<de.xima.cmn.dao.interfaces.IEntity<Long>>getEntityRefs(IEntityContext ec, FormVersion formversion)protected IFCDaoActionHook<FormVersion>getPostActionHook()protected IFCDaoActionHook<FormVersion>getPreActionHook()- 
Methods inherited from class de.xima.fc.dao.impl.GenericDao
read 
- 
Methods inherited from class de.xima.cmn.dao.AbstractDao
all, bulkDelete, bulkUpdate, cb, checkLockingVersion, cq, create, create, delete, delete, deleteAll, executePagedDaoAction, getAttributes, getAttributes, getSingleAttributes, getSingleAttributes, getTransactionHandler, notifyListener, notifyListener, read, registerListener, registerListener, registerListener, resultTotalCount, setTransactionHandler, singleElement, unregisterListener, unregisterListener, unregisterListener, update, update 
- 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait 
- 
Methods inherited from interface de.xima.cmn.dao.interfaces.IAbstractDao
all, bulkDelete, bulkUpdate, checkLockingVersion, create, create, delete, delete, deleteAll, executePagedDaoAction, getAttributes, getAttributes, getSingleAttributes, getSingleAttributes, getTransactionHandler, read, registerListener, registerListener, registerListener, resultTotalCount, setTransactionHandler, singleElement, unregisterListener, unregisterListener, unregisterListener, update, update 
- 
Methods inherited from interface de.xima.fc.dao.interfaces.IGenericDao
read 
 - 
 
 - 
 
- 
- 
Method Detail
- 
getEntityRefs
public Set<de.xima.cmn.dao.interfaces.IEntity<Long>> getEntityRefs(IEntityContext ec, FormVersion formversion)
- Specified by:
 getEntityRefsin interfaceIGenericDao<FormVersion>- Overrides:
 getEntityRefsin classGenericDao<FormVersion>
 
- 
getByProjekt
public List<FormVersion> getByProjekt(IEntityContext ec, Projekt projekt)
- Specified by:
 getByProjektin interfaceIFormVersionDao
 
- 
getByUUID
public FormVersion getByUUID(IEntityContext ec, Projekt project, String uuid)
Description copied from interface:IFormVersionDaoReturns the form version for the given UUID string and project- Specified by:
 getByUUIDin interfaceIFormVersionDao- Parameters:
 ec-IEntityContextto useproject-Projektcontext in which to look for form versionuuid-StringUUID string of the form version- Returns:
 FormVersionfor the given UUID and project
 
- 
getByUUID
public FormVersion getByUUID(IEntityContext ec, Projekt project, UUID uuid)
Description copied from interface:IFormVersionDaoReturns the form version for the given UUID and project- Specified by:
 getByUUIDin interfaceIFormVersionDao- Parameters:
 ec-IEntityContextto useproject-Projektcontext in which to look for form versionuuid-UUIDUUID of the form version- Returns:
 FormVersionfor the given UUID and project
 
- 
getBy
public FormVersion getBy(IEntityContext ec, Projekt projekt, int versionNumber)
- Specified by:
 getByin interfaceIFormVersionDao
 
- 
calcNewVersionNumber
public int calcNewVersionNumber(IEntityContext ec, Projekt projekt)
- Specified by:
 calcNewVersionNumberin interfaceIFormVersionDao
 
- 
copy
public FormVersion copy(IEntityContext ec, FormVersion source, Projekt projekt) throws de.xima.cmn.dao.exceptions.CreateException
- Specified by:
 copyin interfaceIFormVersionDao- Throws:
 de.xima.cmn.dao.exceptions.CreateException
 
- 
getPreActionHook
protected IFCDaoActionHook<FormVersion> getPreActionHook()
- Overrides:
 getPreActionHookin classGenericDao<FormVersion>
 
- 
getPostActionHook
protected IFCDaoActionHook<FormVersion> getPostActionHook()
- Overrides:
 getPostActionHookin classGenericDao<FormVersion>
 
 - 
 
 -