Uses of Class
de.xima.fc.entities.ProtocolEntryClient
Packages that use ProtocolEntryClient
Package
Description
Package for the API access of the model classes.
Package für Datenbankentitäten
-
Uses of ProtocolEntryClient in de.xima.fc.api.entity
Methods in de.xima.fc.api.entity that return types with arguments of type ProtocolEntryClientMethods in de.xima.fc.api.entity with parameters of type ProtocolEntryClientModifier and TypeMethodDescriptionvoid
ProtokollAPI.addMandantProtokollEintrag
(UserContext uc, Mandant mandant, ProtocolEntryClient entry) Method for creating a protocol entry when a client is changed.void
ProtokollAPI.addProjektProtokollEintrag
(UserContext uc, Projekt projekt, ProtocolEntryClient entry) Method for creating a protocol entry when a project is changed. -
Uses of ProtocolEntryClient in de.xima.fc.dao.utils
Methods in de.xima.fc.dao.utils that return ProtocolEntryClientModifier and TypeMethodDescriptionstatic final ProtocolEntryClient
ProtokollUtils.getNewFormVersionPe
(Benutzer user, FormVersion formversion) Deprecated.static final ProtocolEntryClient
ProtokollUtils.getNewFormVersionPe
(IUser user, FormVersion formversion) Generates a protocol entry for indicating that a new Form version has been createdMethods in de.xima.fc.dao.utils with parameters of type ProtocolEntryClientModifier and TypeMethodDescriptionvoid
ProtokollUtils.addClientProtocolEntry
(Mandant client, ProtocolEntryClient entry, IEntityContext ec) Fills in missing pieces of information of aProtocolEntryClient
, and saves that entry in the database.void
ProtokollUtils.addMandantPeBase
(Mandant mandant, ProtocolEntryClient entry, IEntityContext ec) Deprecated.void
ProtokollUtils.addProjectProtocolEntry
(Projekt project, ProtocolEntryClient entry, IEntityContext ec) Fills in missing pieces of information of aProtocolEntryClient
for a certain form, and saves that entry in the database.void
ProtokollUtils.addProjektPeBase
(Projekt projekt, ProtocolEntryClient entry, IEntityContext ec) -
Uses of ProtocolEntryClient in de.xima.fc.entities
Subclasses of ProtocolEntryClient in de.xima.fc.entitiesMethods in de.xima.fc.entities that return ProtocolEntryClient -
Uses of ProtocolEntryClient in de.xima.fc.gui.bean.protocol
Methods in de.xima.fc.gui.bean.protocol that return types with arguments of type ProtocolEntryClient -
Uses of ProtocolEntryClient in de.xima.fc.handler.entity
Methods in de.xima.fc.handler.entity that return types with arguments of type ProtocolEntryClientModifier and TypeMethodDescriptionProtokollHandler.getClientProtocol
(UserContext uc, Long clientId) Methods in de.xima.fc.handler.entity with parameters of type ProtocolEntryClientModifier and TypeMethodDescriptionvoid
ProtokollHandler.addClientProtocolEntry
(UserContext uc, Mandant mandant, ProtocolEntryClient entry) void
ProtokollHandler.addClientProtocolEntry
(UserContext uc, Projekt projekt, ProtocolEntryClient entry) -
Uses of ProtocolEntryClient in de.xima.fc.handler.interfaces.entity
Methods in de.xima.fc.handler.interfaces.entity that return types with arguments of type ProtocolEntryClientModifier and TypeMethodDescriptionIProtokollHandler.getClientProtocol
(UserContext uc, Long clientId) Methods in de.xima.fc.handler.interfaces.entity with parameters of type ProtocolEntryClientModifier and TypeMethodDescriptionvoid
IProtokollHandler.addClientProtocolEntry
(UserContext uc, Mandant mandant, ProtocolEntryClient entry) void
IProtokollHandler.addClientProtocolEntry
(UserContext uc, Projekt projekt, ProtocolEntryClient entry)
ProtokollUtils.addClientProtocolEntry(Mandant, ProtocolEntryClient, IEntityContext)