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) |
getEntityRefs
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
getEntityRefs
all, bulkDelete, bulkUpdate, checkLockingVersion, create, create, delete, deleteAll, executePagedDaoAction, read, registerListener, registerListener, resultTotalCount, singleElement, unregisterListener, unregisterListener, update, update
public Vorgang getByProzessId(IEntityContext ec, String prozessId)
getByProzessId
in interface IVorgangDao
public List<Vorgang> getVorgaengeByBenutzer(IEntityContext ec, Benutzer benutzer)
getVorgaengeByBenutzer
in interface IVorgangDao
public List<Vorgang> allByProjekt(IEntityContext ec, Projekt pro)
allByProjekt
in interface IVorgangDao
public List<Vorgang> allByPostfach(IEntityContext ec, Postfach postfach)
allByPostfach
in interface IVorgangDao
public String getFormData(IEntityContext ec, Vorgang v)
getFormData
in interface IVorgangDao
protected 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 IVorgangDao
public void deleteAll(IEntityContext ec, Postfach postfach)
deleteAll
in interface IVorgangDao
public void deleteAll(IEntityContext ec, Projekt project)
deleteAll
in interface IVorgangDao
Copyright © 2018 XIMA MEDIA GmbH. All rights reserved.