public class ProtokollUtils extends Object
| Modifier and Type | Field and Description |
|---|---|
static ProtokollUtils |
INST |
| Constructor and Description |
|---|
ProtokollUtils() |
public static final ProtokollUtils INST
@Deprecated public void addMandantNameToDelete(String mandantName)
addClientUUIDToDelete(String)mandantName - the name of the client@Deprecated public void removeMandantNameToDelete(String mandantName)
removeClientUUIDToDelete(String)mandantName - the name of the clientpublic void removeClientUUIDToDelete(String clientUUID)
public void addClientUUIDToDelete(String clientUUID)
@Deprecated public void addMandantPeBase(Mandant mandant, ProtocolEntryClient entry, IEntityContext ec)
AProtocolEntry-Objekt erfolgt innerhalb dieser Methode.mandant - - Mandant-Instanz, für welchen der Eintrag angelegt werden sollentry - - Der Protokolleintrag der angelegt werden sollec - - EntityContext der genutzt wird um Abfragen zu tätigen und den Protokolleintrag zu persistierenpublic void addClientProtocolEntry(Mandant mandant, ProtocolEntryClient entry, IEntityContext ec)
public <T extends AProtocolEntry> T togglePreserveFlag(T entry, IEntityContext ec)
AProtocolEntry.isPreserve() flag of the given entry and saves the modifications to the
database.entry - Protocol entry to modify.ec - Current entity context for the database.@Deprecated public void addProjektPeBase(Projekt projekt, ProtocolEntryClient entry, IEntityContext ec)
Projekt-Instanz ist. Die Methode ruft intern AProtocolEntry.setProjektName(String) auf, und setzt
den Wert auf den Namen des Projekts. Der Mandant für die Abhängigkeit wird implizit gesetztprojekt - - Projekt-Instanz, dessen Projektname innerhalb des Protokolleintrags verwendet wirdentry - - Der Protokolleintrag der angelegt werden sollec - - EntityContext der genutzt wird um Abfragen zu tätigen und den Protokolleintrag zu persistierenpublic void addProjectProtocolEntry(Projekt projekt, ProtocolEntryClient entry, IEntityContext ec)
@Deprecated public void addVorgangPeBase(Vorgang vorgang, ProtocolEntryProcessing entry, IEntityContext ec)
Vorgang-Instanz ist. Die Methode ruft intern ProtocolEntryProcessing.setVorgangId(String) auf, und
setzt den Wert auf die Prozess-Id des Vorgangs. Der Mandant für die Abhängigkeit wird implizit
gesetztvorgang - - Vorgang-Instanz, dessen Prozess-Id innerhalb des Protokolleintrags verwendet wirdentry - - Der Protokolleintrag der angelegt werden sollec - - EntityContext der genutzt wird um Abfragen zu tätigen und den Protokolleintrag zu persistierenpublic void addProcessProtocolEntry(Vorgang process, ProtocolEntryProcessing entry, IEntityContext ec)
@Deprecated public void addSystemPeDokumentation(ProtocolEntrySystem entry, IEntityContext ec)
addSystemProtocolEntry(ProtocolEntrySystem, IEntityContext)AProtocolEntry-Objekt erfolgt innerhalb dieser Methode.entry - the protocol entry to writeec - the enity context to user for writing the protocol entrypublic void addSystemProtocolEntry(ProtocolEntrySystem entry, IEntityContext ec)
Copyright © 2020 XIMA MEDIA GmbH. All rights reserved.