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 void
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 ProtocolEntryClient Modifier and Type Method Description static ProtocolEntryClient
ProtokollUtils. getNewFormVersionPe(Benutzer 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 void
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)
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.entities Modifier and Type Class Description class
PeDokumentation
Deprecated.Methods in de.xima.fc.entities that return ProtocolEntryClient Modifier and Type Method Description ProtocolEntryClient
ProtocolEntryClient. 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 void
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 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 void
IProtokollHandler. addClientProtocolEntry(UserContext uc, Mandant mandant, ProtocolEntryClient entry)
void
IProtokollHandler. addClientProtocolEntry(UserContext uc, Projekt projekt, ProtocolEntryClient entry)
-