public interface IVorgangDao extends IGenericDao<Vorgang>
getEntityRefs, read
all, bulkDelete, bulkUpdate, checkLockingVersion, create, create, delete, deleteAll, executePagedDaoAction, read, registerListener, registerListener, resultTotalCount, singleElement, unregisterListener, unregisterListener, update, update
Vorgang getByProzessId(IEntityContext ec, String prozessId)
Vorgang getByVerifyId(IEntityContext ec, String verifyId)
Vorgang
by its Verify-IDec
- IEntityContext
verifyId
- String
Vorgang
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)
@Deprecated void deleteAll(IEntityContext ec, Projekt selected)
bulkdDeleteAll(IEntityContext, Projekt)
ec
- IEntityContext
selected
- Projekt
@Deprecated int bulkdDeleteAll(IEntityContext ec, Projekt project)
bulkDeleteAll(IEntityContext, Projekt)
ec
- IEntityContext
for accessing the database.project
- Projekt
to which the form record belongs.int bulkDeleteAll(IEntityContext ec, Projekt project)
ec
- IEntityContext
for accessing the database.project
- Projekt
to which the form record belongs.@Deprecated void deleteAll(IEntityContext ec, Postfach postfach)
bulkDeleteAll(IEntityContext, Postfach)
ec
- {IEntityContext
for accessing the database.postfach
- Postfach
in which the form set is located.@Deprecated int bulkdDeleteAll(IEntityContext ec, Postfach postfach)
bulkDeleteAll(IEntityContext, Postfach)
ec
- IEntityContext
for accessing the database.postfach
- Postfach
in which the form set is located.int bulkDeleteAll(IEntityContext ec, Postfach postfach)
ec
- IEntityContext
for accessing the database.postfach
- Postfach
in which the form set is located.boolean existsIdentityToken(IEntityContext ec, Vorgang formRecord, String identityToken, Projekt project)
ec
- 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.int deleteAllUnverified(IEntityContext ec)
ec
- Entity context for accessing the database.Vorgang correctStatus(IEntityContext ec, Vorgang formRecord, Status targetState, Benutzer user)
Copyright © 2019 XIMA MEDIA GmbH. All rights reserved.