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 classPeAktionDeprecated.classPeBaseDeprecated.classPeDokumentationDeprecated.classPeStatusDeprecated.classProtocolEntryClientDie Entität PeDokumentation stellt einen Protokolleintrag dar, der angelegt wird, sobald etwas protokolliert werden soll, was weder einem Statuswechsel noch einer Aktionsabarbeitung entspricht.classProtocolEntryProcessingclassProtocolEntrySystem - 
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 voidProtocolBean. togglePreserve(AProtocolEntry entry)Toggles theisPreserve()flag of the given protocol entry and saves the modification to the database. 
 -