public class VorgangDao extends GenericDao<Vorgang> implements IVorgangDao
| Constructor and Description |
|---|
VorgangDao() |
getEntityRefs, readall, bulkDelete, bulkUpdate, cb, checkLockingVersion, cq, create, create, delete, deleteAll, executePagedDaoAction, getTransactionHandler, notifyListener, notifyListener, read, registerListener, registerListener, resultTotalCount, setTransactionHandler, singleElement, unregisterListener, unregisterListener, update, updateclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetEntityRefs, readall, 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 Vorgang getByVerifyId(IEntityContext ec, String verifyId)
IVorgangDaoVorgang by its Verify-IDgetByVerifyId in interface IVorgangDaoec - IEntityContextverifyId - StringVorgangpublic List<Vorgang> getVorgaengeByBenutzer(IEntityContext ec, Benutzer benutzer)
getVorgaengeByBenutzer in interface IVorgangDaopublic List<Vorgang> allByProjekt(IEntityContext ec, Projekt pro)
allByProjekt in interface IVorgangDaopublic boolean existsIdentityToken(IEntityContext ec, Vorgang formRecord, String identityToken, Projekt project)
IVorgangDaoexistsIdentityToken in interface IVorgangDaoec - Entity context for accessing the database.formRecord - Current form record. If null, allows all form records for the given project.identityToken - New identity token to be checked.project - Project to which the form record belongs.public List<Vorgang> allByPostfach(IEntityContext ec, Postfach postfach)
allByPostfach in interface IVorgangDaopublic String getFormData(IEntityContext ec, Vorgang v)
getFormData in interface IVorgangDaopublic Vorgang setFormData(IEntityContext ec, Vorgang v, String formData)
setFormData in interface IVorgangDaopublic int bulkdDeleteAll(IEntityContext ec, Postfach postfach)
bulkdDeleteAll in interface IVorgangDaopublic int bulkdDeleteAll(IEntityContext ec, Projekt project)
bulkdDeleteAll in interface IVorgangDaopublic void deleteAll(IEntityContext ec, Postfach postfach)
deleteAll in interface IVorgangDaoec - IEntityContextpostfach - Postfachpublic void deleteAll(IEntityContext ec, Projekt project)
deleteAll in interface IVorgangDaoec - IEntityContextproject - Projektpublic int deleteAllUnverified(IEntityContext ec)
deleteAllUnverified in interface IVorgangDaopublic Vorgang correctStatus(IEntityContext ec, Vorgang formRecord, Status targetState, Benutzer user)
correctStatus in interface IVorgangDaoprotected IFCDaoActionHook<Vorgang> getPreActionHook()
getPreActionHook in class GenericDao<Vorgang>protected IFCDaoActionHook<Vorgang> getPostActionHook()
getPostActionHook in class GenericDao<Vorgang>Copyright © 2019 XIMA MEDIA GmbH. All rights reserved.