public class ProtokollAPI extends AEntityAPI<Protokoll>
Protokoll
-EntitätenentityClass
Constructor and Description |
---|
ProtokollAPI() |
Modifier and Type | Method and Description |
---|---|
void |
addMandantProtokollEintrag(UserContext uc,
Mandant mandant,
PeBase peBase) |
void |
addProjektProtokollEintrag(UserContext uc,
Projekt projekt,
PeBase peBase) |
void |
addSystemProtokollEintrag(UserContext uc,
PeDokumentation peDoc) |
void |
addVorgangProtokollEintrag(UserContext uc,
Vorgang vorgang,
PeBase peBase)
Methode zum Erzeugen eines Protokoll-Eintrags beim Statuswechseln eines Vorgangs.
|
List<PeStatus> |
getPeStatus(UserContext uc,
Vorgang vorgang)
|
create, create, delete, delete, deleteAllBy, deleteById, getAll, getAllBy, getBy, getById, resultTotalCount, update, update
getHandlerProvider
public void addVorgangProtokollEintrag(UserContext uc, Vorgang vorgang, PeBase peBase)
uc
- UserContext
der Benutzerkontext in welchem die Aktion durchgeführt werden sollvorgang
- Vorgang
zu welchem einen Protokoll-Eintrag erstellt werden sollpeStatus
- PeStatus
der zu erstellende Protokoll-Eintragpublic void addProjektProtokollEintrag(UserContext uc, Projekt projekt, PeBase peBase)
public void addMandantProtokollEintrag(UserContext uc, Mandant mandant, PeBase peBase)
public void addSystemProtokollEintrag(UserContext uc, PeDokumentation peDoc)
public List<PeStatus> getPeStatus(UserContext uc, Vorgang vorgang)
uc
- UserContext
der Benutzerkontext in welchem die Aktion durchgeführt werden sollvorgang
- dessen PeStatus
ermittelt werden sollenList
von PeStatus
Copyright © 2018 XIMA MEDIA GmbH. All rights reserved.