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, getTransactionHandler, read, registerListener, registerListener, resultTotalCount, setTransactionHandler, 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 IVorgangDao@Deprecated public int bulkdDeleteAll(IEntityContext ec, Postfach postfach)
bulkdDeleteAll in interface IVorgangDaoec - IEntityContext for accessing the database.postfach - Postfach in which the form set is located.public int bulkDeleteAll(IEntityContext ec, Postfach postfach)
bulkDeleteAll in interface IVorgangDaoec - IEntityContext for accessing the database.postfach - Postfach in which the form set is located.@Deprecated public int bulkdDeleteAll(IEntityContext ec, Projekt project)
bulkdDeleteAll in interface IVorgangDaoec - IEntityContext for accessing the database.project - Projekt to which the form record belongs.public int bulkDeleteAll(IEntityContext ec, Projekt project)
bulkDeleteAll in interface IVorgangDaoec - IEntityContext for accessing the database.project - Projekt to which the form record belongs.@Deprecated public void deleteAll(IEntityContext ec, Postfach postfach)
deleteAll in interface IVorgangDaoec - {IEntityContext for accessing the database.postfach - Postfach in which the form set is located.@Deprecated public void deleteAll(IEntityContext ec, Projekt project)
deleteAll in interface IVorgangDaoec - IEntityContextproject - Projektpublic int deleteAllUnverified(IEntityContext ec)
deleteAllUnverified in interface IVorgangDaoec - Entity context for accessing the database.public 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 © 2020 XIMA MEDIA GmbH. All rights reserved.