public class ProtokollHandler extends AMSApiHandler implements IProtokollHandler
Constructor and Description |
---|
ProtokollHandler() |
Modifier and Type | Method and Description |
---|---|
void |
addClientProtocolEntry(UserContext uc,
Mandant mandant,
ProtocolEntryClient entry) |
void |
addClientProtocolEntry(UserContext uc,
Projekt projekt,
ProtocolEntryClient entry) |
void |
addProcessProtocolEntry(UserContext uc,
Vorgang vorgang,
ProtocolEntryProcessing entry) |
void |
addSystemProtocolEntry(UserContext uc,
ProtocolEntrySystem entry) |
List<ProtocolEntryClient> |
getClientProtocol(UserContext uc,
Long clientId) |
List<ProtocolEntryProcessing> |
getProcessProtocol(UserContext uc,
Long formRecordMetaID) |
List<ProtocolEntrySystem> |
getSystemProtocol(UserContext uc) |
getName
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getName
public void addProcessProtocolEntry(UserContext uc, Vorgang vorgang, ProtocolEntryProcessing entry)
addProcessProtocolEntry
in interface IProtokollHandler
public void addClientProtocolEntry(UserContext uc, Projekt projekt, ProtocolEntryClient entry)
addClientProtocolEntry
in interface IProtokollHandler
public void addClientProtocolEntry(UserContext uc, Mandant mandant, ProtocolEntryClient entry)
addClientProtocolEntry
in interface IProtokollHandler
public void addSystemProtocolEntry(UserContext uc, ProtocolEntrySystem entry)
addSystemProtocolEntry
in interface IProtokollHandler
public List<ProtocolEntryProcessing> getProcessProtocol(UserContext uc, Long formRecordMetaID)
getProcessProtocol
in interface IProtokollHandler
public List<ProtocolEntryClient> getClientProtocol(UserContext uc, Long clientId)
getClientProtocol
in interface IProtokollHandler
public List<ProtocolEntrySystem> getSystemProtocol(UserContext uc)
getSystemProtocol
in interface IProtokollHandler
Copyright © 2020 XIMA MEDIA GmbH. All rights reserved.