Package de.xima.fc.handler.entity
Class ProtokollHandler
- java.lang.Object
-
- de.xima.fc.handler.AMSApiHandler
-
- de.xima.fc.handler.entity.ProtokollHandler
-
- All Implemented Interfaces:
IAPIHandler
,IProtokollHandler
,Serializable
public class ProtokollHandler extends AMSApiHandler implements IProtokollHandler
The Class ProtokollHandler.- Author:
- XIMA MEDIA GmbH
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ProtokollHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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)
-
Methods inherited from class de.xima.fc.handler.AMSApiHandler
getName
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface de.xima.fc.com.interfaces.IAPIHandler
getName
-
-
-
-
Method Detail
-
addProcessProtocolEntry
public void addProcessProtocolEntry(UserContext uc, Vorgang vorgang, ProtocolEntryProcessing entry)
- Specified by:
addProcessProtocolEntry
in interfaceIProtokollHandler
-
addClientProtocolEntry
public void addClientProtocolEntry(UserContext uc, Projekt projekt, ProtocolEntryClient entry)
- Specified by:
addClientProtocolEntry
in interfaceIProtokollHandler
-
addClientProtocolEntry
public void addClientProtocolEntry(UserContext uc, Mandant mandant, ProtocolEntryClient entry)
- Specified by:
addClientProtocolEntry
in interfaceIProtokollHandler
-
addSystemProtocolEntry
public void addSystemProtocolEntry(UserContext uc, ProtocolEntrySystem entry)
- Specified by:
addSystemProtocolEntry
in interfaceIProtokollHandler
-
getProcessProtocol
public List<ProtocolEntryProcessing> getProcessProtocol(UserContext uc, Long formRecordMetaID)
- Specified by:
getProcessProtocol
in interfaceIProtokollHandler
-
getClientProtocol
public List<ProtocolEntryClient> getClientProtocol(UserContext uc, Long clientId)
- Specified by:
getClientProtocol
in interfaceIProtokollHandler
-
getSystemProtocol
public List<ProtocolEntrySystem> getSystemProtocol(UserContext uc)
- Specified by:
getSystemProtocol
in interfaceIProtokollHandler
-
-