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