Package | Description |
---|---|
de.xima.fc.api.entity |
Package für den API-Zugriff auf Modellklassen
|
de.xima.fc.dao.utils | |
de.xima.fc.entities |
Package für Datenbankentitäten
|
de.xima.fc.handler.entity | |
de.xima.fc.handler.interfaces.entity | |
de.xima.fc.utils |
Package für Utilsklassen
|
Modifier and Type | Method and Description |
---|---|
void |
ProtokollAPI.addMandantProtokollEintrag(UserContext uc,
Mandant mandant,
PeBase peBase) |
void |
ProtokollAPI.addProjektProtokollEintrag(UserContext uc,
Projekt projekt,
PeBase peBase) |
void |
ProtokollAPI.addVorgangProtokollEintrag(UserContext uc,
Vorgang vorgang,
PeBase peBase)
Methode zum Erzeugen eines Protokoll-Eintrags beim Statuswechseln eines Vorgangs.
|
Modifier and Type | Method and Description |
---|---|
void |
ProtokollUtils.addMandantPeBase(Mandant mandant,
PeBase peBase,
IEntityContext ec)
Diese Methode dient dazu, einen Protokolleintrag zu einem Mandanten hinzuzufügen.
|
void |
ProtokollUtils.addProjektPeBase(Projekt projekt,
PeBase peBase,
IEntityContext ec)
Diese Methode dient dazu, einen Protokolleintrag zu einem Mandanten hinzuzufügen, wobei der Ausgangspunkt eine
Projekt -Instanz ist. |
void |
ProtokollUtils.addVorgangPeBase(Vorgang vorgang,
PeBase peBase,
IEntityContext ec)
Diese Methode dient dazu, einen Protokolleintrag zu einem Mandanten hinzuzufügen, wobei der Ausgangspunkt eine
Vorgang -Instanz ist. |
Modifier and Type | Class and Description |
---|---|
class |
PeAktion
Die Entität PeAktion stellt einen Protokolleintrag dar, der angelegt wird, sobald ein Aktion verarbeitet wurde.
|
class |
PeDokumentation
Die Entität PeDokumentation stellt einen Protokolleintrag dar, der angelegt wird, sobald etwas protokolliert werden
soll, was weder einem Statuswechsel noch einer Aktionsabarbeitung entspricht.
|
class |
PeStatus
Die Entität PeStatus stellt einen Protokolleintrag dar, der angelegt wird, sobald ein Statuswechsel durchgeführt
wurde.
|
Modifier and Type | Method and Description |
---|---|
void |
ProtokollHandler.addMandantPeBase(UserContext uc,
Mandant mandant,
PeBase peBase) |
void |
ProtokollHandler.addProjektPeBase(UserContext uc,
Projekt projekt,
PeBase peDoku) |
void |
ProtokollHandler.addVorgangPeBase(UserContext uc,
Vorgang vorgang,
PeBase peStatus)
Adds the vorgang pebase.
|
Modifier and Type | Method and Description |
---|---|
void |
IProtokollHandler.addMandantPeBase(UserContext uc,
Mandant mandant,
PeBase peBase) |
void |
IProtokollHandler.addProjektPeBase(UserContext uc,
Projekt projekt,
PeBase peBase) |
void |
IProtokollHandler.addVorgangPeBase(UserContext uc,
Vorgang vorgang,
PeBase peBase)
Adds the vorgang pebase.
|
Modifier and Type | Method and Description |
---|---|
static PeBase |
ProtokollUtils.makeAnonymous(PeBase pe)
Erstellt ggfs eine neue Instanz, die die in diesem Eintrag enthaltenen Daten in (wo nötig) anonymisierter Form
enthält.
|
Modifier and Type | Method and Description |
---|---|
static PeBase |
ProtokollUtils.makeAnonymous(PeBase pe)
Erstellt ggfs eine neue Instanz, die die in diesem Eintrag enthaltenen Daten in (wo nötig) anonymisierter Form
enthält.
|
Modifier and Type | Method and Description |
---|---|
static String |
ProtokollUtils.asDump(List<PeBase> peList) |
Copyright © 2018 XIMA MEDIA GmbH. All rights reserved.