Uses of Class
de.xima.fc.entities.AProtocolEntry
Packages that use AProtocolEntry
Package
Description
Package für Datenbankentitäten
-
Uses of AProtocolEntry in de.xima.fc.dao.utils
Methods in de.xima.fc.dao.utils with type parameters of type AProtocolEntryModifier and TypeMethodDescription<T extends AProtocolEntry>
TProtokollUtils.togglePreserveFlag(T entry, IEntityContext ec) Negates theisPreserve()flag of the given entry and saves the modifications to the database. -
Uses of AProtocolEntry in de.xima.fc.entities
Subclasses of AProtocolEntry in de.xima.fc.entitiesModifier and TypeClassDescriptionclassDeprecated.classDeprecated.classDeprecated.classDeprecated.classDie Entität PeDokumentation stellt einen Protokolleintrag dar, der angelegt wird, sobald etwas protokolliert werden soll, was weder einem Statuswechsel noch einer Aktionsabarbeitung entspricht.classclass -
Uses of AProtocolEntry in de.xima.fc.gui.bean.protocol
Methods in de.xima.fc.gui.bean.protocol with parameters of type AProtocolEntryModifier and TypeMethodDescriptionvoidProtocolBean.togglePreserve(AProtocolEntry entry) Toggles theisPreserve()flag of the given protocol entry and saves the modification to the database. -
Uses of AProtocolEntry in de.xima.fc.mdl.dao
Classes in de.xima.fc.mdl.dao with type parameters of type AProtocolEntryModifier and TypeClassDescriptionclassBulkProtocolEntryResolver<TEntityMeta extends IEntityMeta,TProtocolEntry extends AProtocolEntry> Resolves protocol entries for DAO bulk operations on entities.Methods in de.xima.fc.mdl.dao with type parameters of type AProtocolEntryModifier and TypeMethodDescriptionstatic <TEntityMeta extends IEntityMeta,TProtocolEntry extends AProtocolEntry>
BulkProtocolEntryResolver<TEntityMeta,TProtocolEntry> BulkProtocolEntryResolver.newInstance(ISerializableBiFunction<IEntityContext, TEntityMeta, TProtocolEntry> messageFunction)