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) |
void |
deleteAll(IEntityContext ec,
Postfach postfach) |
void |
deleteAll(IEntityContext ec,
Projekt project) |
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, bulkDelete, bulkUpdate, cb, checkLockingVersion, cq, create, create, delete, deleteAll, executePagedDaoAction, notifyListener, notifyListener, read, registerListener, registerListener, resultTotalCount, rollback, singleElement, unregisterListener, unregisterListener, update, updateclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetEntityRefsall, bulkDelete, bulkUpdate, checkLockingVersion, create, create, delete, deleteAll, executePagedDaoAction, read, registerListener, registerListener, resultTotalCount, singleElement, unregisterListener, unregisterListener, update, updatepublic 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 IVorgangDaopublic void deleteAll(IEntityContext ec, Postfach postfach)
deleteAll in interface IVorgangDaopublic void deleteAll(IEntityContext ec, Projekt project)
deleteAll in interface IVorgangDaoCopyright © 2018 XIMA MEDIA GmbH. All rights reserved.