Uses of Class
de.xima.fc.entities.ProtocolEntrySystem
-
Packages that use ProtocolEntrySystem Package Description de.xima.fc.api.entity Package for the API access of the model classes.de.xima.fc.dao.utils de.xima.fc.entities Package für Datenbankentitätende.xima.fc.gui.bean.protocol de.xima.fc.handler.entity de.xima.fc.handler.interfaces.entity -
-
Uses of ProtocolEntrySystem in de.xima.fc.api.entity
Methods in de.xima.fc.api.entity that return types with arguments of type ProtocolEntrySystem Modifier and Type Method Description List<ProtocolEntrySystem>
ProtokollAPI. getSystemProtocol(UserContext uc)
Methods in de.xima.fc.api.entity with parameters of type ProtocolEntrySystem Modifier and Type Method Description void
ProtokollAPI. addSystemProtokollEintrag(UserContext uc, ProtocolEntrySystem entry)
Method for creating a system protocol entry -
Uses of ProtocolEntrySystem in de.xima.fc.dao.utils
Methods in de.xima.fc.dao.utils with parameters of type ProtocolEntrySystem Modifier and Type Method Description void
ProtokollUtils. addSystemPeDokumentation(ProtocolEntrySystem entry, IEntityContext ec)
void
ProtokollUtils. addSystemProtocolEntry(ProtocolEntrySystem entry, IEntityContext ec)
Fills in missing pieces of information of aProtocolEntrySystem
, and saves that entry in the database. -
Uses of ProtocolEntrySystem in de.xima.fc.entities
Methods in de.xima.fc.entities that return ProtocolEntrySystem Modifier and Type Method Description ProtocolEntrySystem
ProtocolEntrySystem. cloneBasics()
-
Uses of ProtocolEntrySystem in de.xima.fc.gui.bean.protocol
Methods in de.xima.fc.gui.bean.protocol that return types with arguments of type ProtocolEntrySystem Modifier and Type Method Description LazyEntityListModel<ProtocolEntrySystem>
ProtocolBean. getSystemModel()
-
Uses of ProtocolEntrySystem in de.xima.fc.handler.entity
Methods in de.xima.fc.handler.entity that return types with arguments of type ProtocolEntrySystem Modifier and Type Method Description List<ProtocolEntrySystem>
ProtokollHandler. getSystemProtocol(UserContext uc)
Methods in de.xima.fc.handler.entity with parameters of type ProtocolEntrySystem Modifier and Type Method Description void
ProtokollHandler. addSystemProtocolEntry(UserContext uc, ProtocolEntrySystem entry)
-
Uses of ProtocolEntrySystem in de.xima.fc.handler.interfaces.entity
Methods in de.xima.fc.handler.interfaces.entity that return types with arguments of type ProtocolEntrySystem Modifier and Type Method Description List<ProtocolEntrySystem>
IProtokollHandler. getSystemProtocol(UserContext uc)
Methods in de.xima.fc.handler.interfaces.entity with parameters of type ProtocolEntrySystem Modifier and Type Method Description void
IProtokollHandler. addSystemProtocolEntry(UserContext uc, ProtocolEntrySystem entry)
-