public class VorgangDao extends GenericDao<Vorgang> implements IVorgangDao
| Constructor and Description |
|---|
VorgangDao() |
| Modifier and Type | Method and Description |
|---|---|
List<Vorgang> |
allByPostfach(IEntityContext ec,
Postfach postfach) |
List<Vorgang> |
allByProjekt(IEntityContext ec,
Projekt pro) |
Vorgang |
getByProzessId(IEntityContext ec,
String prozessId) |
String |
getFormData(IEntityContext ec,
Vorgang v) |
protected IFCDaoActionHook<Vorgang> |
getPostActionHook() |
protected IFCDaoActionHook<Vorgang> |
getPreActionHook() |
List<Vorgang> |
getVorgaengeByBenutzer(IEntityContext ec,
Benutzer benutzer) |
Vorgang |
setFormData(IEntityContext ec,
Vorgang v,
String formData) |
getEntityRefsactivate, 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 Vorgang getByProzessId(IEntityContext ec, String prozessId)
getByProzessId in interface IVorgangDaopublic List<Vorgang> getVorgaengeByBenutzer(IEntityContext ec, Benutzer benutzer)
getVorgaengeByBenutzer in interface IVorgangDaopublic List<Vorgang> allByProjekt(IEntityContext ec, Projekt pro)
allByProjekt in interface IVorgangDaopublic List<Vorgang> allByPostfach(IEntityContext ec, Postfach postfach)
allByPostfach in interface IVorgangDaopublic String getFormData(IEntityContext ec, Vorgang v)
getFormData in interface IVorgangDaoprotected IFCDaoActionHook<Vorgang> getPreActionHook()
getPreActionHook in class GenericDao<Vorgang>protected IFCDaoActionHook<Vorgang> getPostActionHook()
getPostActionHook in class GenericDao<Vorgang>public Vorgang setFormData(IEntityContext ec, Vorgang v, String formData)
setFormData in interface IVorgangDaoCopyright © 2016. All rights reserved.