public class ProtokollAPI extends ASubAPI
| Constructor and Description | 
|---|
ProtokollAPI()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
addMandantProtokollEintrag(UserContext uc,
                          Mandant mandant,
                          ProtocolEntryClient entry)
Method for creating a protocol entry when a client is changed. 
 | 
void | 
addProjektProtokollEintrag(UserContext uc,
                          Projekt projekt,
                          ProtocolEntryClient entry)
Method for creating a protocol entry when a project is changed. 
 | 
void | 
addSystemProtokollEintrag(UserContext uc,
                         ProtocolEntrySystem entry)
Method for creating a system protocol entry 
 | 
void | 
addVorgangProtokollEintrag(UserContext uc,
                          Vorgang vorgang,
                          ProtocolEntryProcessing entry)
Method for creating a protocol entry when a status is changed. 
 | 
List<ProtocolEntryClient> | 
getClientProtocol(UserContext uc,
                 Mandant client)  | 
List<PeStatus> | 
getPeStatus(UserContext uc,
           Vorgang vorgang)
 | 
List<ProtocolEntryProcessing> | 
getProcessProtocol(UserContext uc,
                  Vorgang vorgang)  | 
List<ProtocolEntrySystem> | 
getSystemProtocol(UserContext uc)  | 
getHandlerProviderpublic void addVorgangProtokollEintrag(UserContext uc, Vorgang vorgang, ProtocolEntryProcessing entry)
uc - UserContext the user context in which the action is to be performed.vorgang - Vorgang to which the protocol entry should be created.entry - ProtocolEntryProcessing the protocol entry to create.public void addProjektProtokollEintrag(UserContext uc, Projekt projekt, ProtocolEntryClient entry)
uc - UserContext the user context in which the action is to be performed.projekt - Projekt which is changed.entry - ProtocolEntryClient the protocol entry to create.public void addMandantProtokollEintrag(UserContext uc, Mandant mandant, ProtocolEntryClient entry)
uc - UserContext the user context in which the action is to be performed.mandant - Mandant which is changed.entry - ProtocolEntryClient the protocol entry to create.public void addSystemProtokollEintrag(UserContext uc, ProtocolEntrySystem entry)
uc - UserContext the user context in which the action is to be performed.entry - ProtocolEntrySystem the protocol entry to create.public List<ProtocolEntryProcessing> getProcessProtocol(UserContext uc, Vorgang vorgang)
public List<ProtocolEntryClient> getClientProtocol(UserContext uc, Mandant client)
public List<ProtocolEntrySystem> getSystemProtocol(UserContext uc)
@Deprecated public List<PeStatus> getPeStatus(UserContext uc, Vorgang vorgang)
getClientProtocol(UserContext, Mandant) or
 getProcessProtocol(UserContext, Vorgang) or getSystemProtocol(UserContext)uc - UserContext the user context in which the action is to be performed.vorgang - the processListCopyright © 2020 XIMA MEDIA GmbH. All rights reserved.