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) |
getNameclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetNamepublic void addProcessProtocolEntry(UserContext uc, Vorgang vorgang, ProtocolEntryProcessing entry)
addProcessProtocolEntry in interface IProtokollHandlerpublic void addClientProtocolEntry(UserContext uc, Projekt projekt, ProtocolEntryClient entry)
addClientProtocolEntry in interface IProtokollHandlerpublic void addClientProtocolEntry(UserContext uc, Mandant mandant, ProtocolEntryClient entry)
addClientProtocolEntry in interface IProtokollHandlerpublic void addSystemProtocolEntry(UserContext uc, ProtocolEntrySystem entry)
addSystemProtocolEntry in interface IProtokollHandlerpublic List<ProtocolEntryProcessing> getProcessProtocol(UserContext uc, Long formRecordMetaID)
getProcessProtocol in interface IProtokollHandlerpublic List<ProtocolEntryClient> getClientProtocol(UserContext uc, Long clientId)
getClientProtocol in interface IProtokollHandlerpublic List<ProtocolEntrySystem> getSystemProtocol(UserContext uc)
getSystemProtocol in interface IProtokollHandlerCopyright © 2020 XIMA MEDIA GmbH. All rights reserved.