Uses of Class
de.xima.fc.entities.AProtocolEntry
-
Packages that use AProtocolEntry Package Description de.xima.fc.dao.utils de.xima.fc.entities Package für Datenbankentitätende.xima.fc.gui.bean.protocol -
-
Uses of AProtocolEntry in de.xima.fc.dao.utils
Methods in de.xima.fc.dao.utils with type parameters of type AProtocolEntry Modifier and Type Method Description <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.entities Modifier and Type Class Description class
PeAktion
Deprecated.class
PeBase
Deprecated.class
PeDokumentation
Deprecated.class
PeStatus
Deprecated.class
ProtocolEntryClient
Die Entität PeDokumentation stellt einen Protokolleintrag dar, der angelegt wird, sobald etwas protokolliert werden soll, was weder einem Statuswechsel noch einer Aktionsabarbeitung entspricht.class
ProtocolEntryProcessing
class
ProtocolEntrySystem
-
Uses of AProtocolEntry in de.xima.fc.gui.bean.protocol
Methods in de.xima.fc.gui.bean.protocol with parameters of type AProtocolEntry Modifier and Type Method Description void
ProtocolBean. togglePreserve(AProtocolEntry entry)
Toggles theisPreserve()
flag of the given protocol entry and saves the modification to the database.
-