Uses of Class
de.xima.fc.entities.ProtocolEntryClient
-
Packages that use ProtocolEntryClient 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 ProtocolEntryClient in de.xima.fc.api.entity
Methods in de.xima.fc.api.entity that return types with arguments of type ProtocolEntryClient Modifier and Type Method Description List<ProtocolEntryClient>ProtokollAPI. getClientProtocol(UserContext uc, Mandant client)Methods in de.xima.fc.api.entity with parameters of type ProtocolEntryClient Modifier and Type Method Description voidProtokollAPI. 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 ProtocolEntryClient Modifier and Type Method Description static ProtocolEntryClientProtokollUtils. getNewFormVersionPe(Benutzer user, FormVersion formversion)Deprecated.static 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 ProtocolEntryClient Modifier and Type Method Description voidProtokollUtils. 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)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.entities Modifier and Type Class Description classPeDokumentationDeprecated.Methods in de.xima.fc.entities that return ProtocolEntryClient Modifier and Type Method Description ProtocolEntryClientProtocolEntryClient. cloneBasics() -
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 Modifier and Type Method Description LazyEntityListModel<ProtocolEntryClient>ProtocolBean. getClientModel() -
Uses of ProtocolEntryClient in de.xima.fc.handler.entity
Methods in de.xima.fc.handler.entity that return types with arguments of type ProtocolEntryClient Modifier and Type Method Description List<ProtocolEntryClient>ProtokollHandler. getClientProtocol(UserContext uc, Long clientId)Methods in de.xima.fc.handler.entity with parameters of type ProtocolEntryClient Modifier and Type Method Description voidProtokollHandler. 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 ProtocolEntryClient Modifier and Type Method Description List<ProtocolEntryClient>IProtokollHandler. getClientProtocol(UserContext uc, Long clientId)Methods in de.xima.fc.handler.interfaces.entity with parameters of type ProtocolEntryClient Modifier and Type Method Description voidIProtokollHandler. addClientProtocolEntry(UserContext uc, Mandant mandant, ProtocolEntryClient entry)voidIProtokollHandler. addClientProtocolEntry(UserContext uc, Projekt projekt, ProtocolEntryClient entry)
-