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) |
int |
bulkdDeleteAll(IEntityContext ec,
Postfach postfach)
Deprecated.
|
int |
bulkdDeleteAll(IEntityContext ec,
Projekt project)
Deprecated.
|
int |
bulkDeleteAll(IEntityContext ec,
Postfach postfach) |
int |
bulkDeleteAll(IEntityContext ec,
Projekt project) |
int |
bulkMarkRead(IEntityContext ec,
List<Long> formRecordIds,
boolean read)
Sets the attribute 'gelesen' of all the form records with the given IDs
|
Vorgang |
correctStatus(IEntityContext ec,
Vorgang formRecord,
Status targetState,
Benutzer user) |
void |
deleteAll(IEntityContext ec,
Postfach postfach)
Deprecated.
|
void |
deleteAll(IEntityContext ec,
Projekt selected)
Deprecated.
|
int |
deleteAllUnverified(IEntityContext ec) |
boolean |
existsIdentityToken(IEntityContext ec,
Vorgang formRecord,
String identityToken,
Projekt project)
Checks whether there exists any form record that
belongs to the same project as the given project
is not the same as the given form record
but has got the same identity token as the given token
|
Vorgang |
getByProzessId(IEntityContext ec,
String prozessId) |
Vorgang |
getByUUID(IEntityContext ec,
String uuid)
Returns the form record with the given UUID
|
Vorgang |
getByUUID(IEntityContext ec,
UUID uuid)
Returns the form record with the given UUID
|
Vorgang |
getByVerifyId(IEntityContext ec,
String verifyId)
Gets
Vorgang by its Verify-ID |
String |
getFormData(IEntityContext ec,
Vorgang v) |
List<Vorgang> |
getVorgaengeByBenutzer(IEntityContext ec,
Benutzer benutzer) |
Vorgang |
setFormData(IEntityContext ec,
Vorgang v,
String formData) |
getEntityRefs, readall, bulkDelete, bulkUpdate, checkLockingVersion, create, create, delete, deleteAll, executePagedDaoAction, getAttributes, getAttributes, getTransactionHandler, read, registerListener, registerListener, resultTotalCount, setTransactionHandler, singleElement, unregisterListener, unregisterListener, update, updateVorgang getByProzessId(IEntityContext ec, String prozessId)
Vorgang getByVerifyId(IEntityContext ec, String verifyId)
Vorgang by its Verify-IDec - IEntityContextverifyId - StringVorgangList<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 - IEntityContextselected - 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)
int bulkMarkRead(IEntityContext ec, List<Long> formRecordIds, boolean read)
ec - IEntityContext to useformRecordIds - List of IDs of the form records to updateread - Boolean value to set the attribute 'gelesen' toVorgang getByUUID(IEntityContext ec, String uuid)
ec - IEntityContext to useuuid - String UUID of the templateVorgang getByUUID(IEntityContext ec, UUID uuid)
ec - IEntityContext to useuuid - UUID UUID of the templateCopyright © 2020 XIMA MEDIA GmbH. All rights reserved.