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 TypeMethodDescriptionvoidProtokollAPI.addMandantProtokollEintrag(UserContext uc, Mandant mandant, ProtocolEntryClient entry) Method for creating a protocol entry when a client is changed.voidProtokollAPI.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 ProtocolEntryClientProtokollUtils.getNewFormVersionPe(Benutzer user, FormVersion formversion) Deprecated.static final ProtocolEntryClientProtokollUtils.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 TypeMethodDescriptionvoidProtokollUtils.addClientProtocolEntry(Mandant client, ProtocolEntryClient entry, IEntityContext ec) Fills in missing pieces of information of aProtocolEntryClient, and saves that entry in the database.voidProtokollUtils.addMandantPeBase(Mandant mandant, ProtocolEntryClient entry, IEntityContext ec) Deprecated.voidProtokollUtils.addProjectProtocolEntry(Projekt project, ProtocolEntryClient entry, IEntityContext ec) Fills in missing pieces of information of aProtocolEntryClientfor a certain form, and saves that entry in the database.voidProtokollUtils.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 TypeMethodDescriptionvoidProtokollHandler.addClientProtocolEntry(UserContext uc, Mandant mandant, ProtocolEntryClient entry) voidProtokollHandler.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 TypeMethodDescriptionvoidIProtokollHandler.addClientProtocolEntry(UserContext uc, Mandant mandant, ProtocolEntryClient entry) voidIProtokollHandler.addClientProtocolEntry(UserContext uc, Projekt projekt, ProtocolEntryClient entry)
ProtokollUtils.addClientProtocolEntry(Mandant, ProtocolEntryClient, IEntityContext)