Uses of Class
de.xima.fc.entities.ProtocolEntrySystem
Packages that use ProtocolEntrySystem
Package
Description
Package for the API access of the model classes.
Package für Datenbankentitäten
-
Uses of ProtocolEntrySystem in de.xima.fc.api.entity
Methods in de.xima.fc.api.entity that return types with arguments of type ProtocolEntrySystemMethods in de.xima.fc.api.entity with parameters of type ProtocolEntrySystemModifier and TypeMethodDescriptionvoidProtokollAPI.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 ProtocolEntrySystemModifier and TypeMethodDescriptionvoidProtokollUtils.addSystemPeDokumentation(ProtocolEntrySystem entry, IEntityContext ec) Deprecated.voidProtokollUtils.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 -
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 -
Uses of ProtocolEntrySystem in de.xima.fc.handler.entity
Methods in de.xima.fc.handler.entity that return types with arguments of type ProtocolEntrySystemMethods in de.xima.fc.handler.entity with parameters of type ProtocolEntrySystemModifier and TypeMethodDescriptionvoidProtokollHandler.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 ProtocolEntrySystemMethods in de.xima.fc.handler.interfaces.entity with parameters of type ProtocolEntrySystemModifier and TypeMethodDescriptionvoidIProtokollHandler.addSystemProtocolEntry(UserContext uc, ProtocolEntrySystem entry)
ProtokollUtils.addSystemProtocolEntry(ProtocolEntrySystem, IEntityContext)